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/fldeff_strength.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/fldeff_strength.s')
-rw-r--r-- | asm/fldeff_strength.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/fldeff_strength.s b/asm/fldeff_strength.s index 38ffe9f37..738ff3bba 100644 --- a/asm/fldeff_strength.s +++ b/asm/fldeff_strength.s @@ -70,7 +70,7 @@ sub_8145E2C: @ 8145E2C ldr r1, [r0] movs r0, 0x64 muls r0, r1 - ldr r1, =gUnknown_020244EC + ldr r1, =gPlayerParty adds r0, r1 ldr r1, =gStringVar1 bl GetMonNickname |