diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-02-03 21:34:56 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-02-03 18:34:56 -0800 |
commit | 689df5cff8386d85f1f1da1fc332db18d282f928 (patch) | |
tree | 0c8b3264268315422064aa8960c0007f5f5d9341 /asm/item_use.s | |
parent | e2b834d21d96332c5bcf788b390a09e285c7a5cb (diff) |
finish decompiling battle_ai.c (#16)
* partially decompile battle_ai.c up to tai60_unk
* nonmatching tai60_unk
* decompile more of battle_ai.c
* formatting
* finish porting battle_ai.c
* formatting
Diffstat (limited to 'asm/item_use.s')
-rw-r--r-- | asm/item_use.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/item_use.s b/asm/item_use.s index a375da5a1..1bb0a88b5 100644 --- a/asm/item_use.s +++ b/asm/item_use.s @@ -2494,7 +2494,7 @@ ItemUseInBattle_StatIncrease: @ 80FE4B8 ldrh r2, [r0] movs r0, 0x64 muls r0, r2 - ldr r1, =gUnknown_020244EC + ldr r1, =gPlayerParty adds r0, r1 ldr r1, =gUnknown_0203CE7C ldrh r1, [r1] |