Ill test it on labs since all of them except Dalmation are the same
EDIT: The code works!
It doesn't give me all the accesories,clocks, and care items but the rest of the catagories it works!
Great job!
Printable View
Ill test it on labs since all of them except Dalmation are the same
EDIT: The code works!
It doesn't give me all the accesories,clocks, and care items but the rest of the catagories it works!
Great job!
*cough*Your welcome Vash*cough*
...glad to see it works lol
Thanks Maniac.
Maniac rewrote the routine for me. I corrected his lackluster work (hahaha love you) and I got all of the addresses. Wasn't fun work for either of us. Glad to see it's working. If anybody cares, it doesn't include EVERY item yet.
lol
great job though!
Here's a fun one I made...
Here's the routine if anybody wants to mess with it:
...and here's the codeCode:cmp r0, #1
streqb r1, [r0]
bne exit
ldr r2,=0x02314B70
ldrh r4,[r2]
add r4, r4,#0x0500
strh r4,[r2]
ldrh r4,=0x4E20
ldrh r8,[r2]
cmp r8,r4
ldrgeh r8,=0x0000
strgeh r8,[r2]
b exit
Dog 1 Size Mod (Select+R)
Watch the shadow. When you like the size, save your game.
I'd appreciate some testers!Code:023FE074 012FFF11
E0000000 0000006C
E3A00000 E1DF25B0
E59F1050 E1D110B0
E1510002 0A000001
1A000002 E12FFF1E
E3A00001 EAFFFFF7
E3500001 01C010B0
1AFFFFF9 E59F2028
E1D240B0 E2844C05
E1C240B0 E1DF41BC
E1D280B0 E1580004
A3A08000 A1C280B0
EAFFFFEF 000002FB
04000130 02314B70
00004E20 00000000
023FE074 E3520003
There are issues with the shadows though.
First line.. Compare r0 to 1 (you forgot 0x but meh w\e..)... whats the address in r0? you never set it....Unless that has a latch on it >__>Quote:
cmp r0, #1
streqb r1, [r0]
bne exit
ldr r2,=0x02314B70
ldrh r4,[r2]
add r4, r4,#0x0500
strh r4,[r2]
ldrh r4,=0x4E20
ldrh r8,[r2]
cmp r8,r4
ldrgeh r8,=0x0000
strgeh r8,[r2]
b exit
I assumed it was a latch anyways since if you do compile it, it would be shorter..