diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-04 17:55:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-04 17:55:20 -0500 |
commit | f044c8215b9d44f19ad90a43e9e0f4263a828254 (patch) | |
tree | e2fa5828e97a76d109276ed1d144e14cbce88f56 /asm/field_effect.s | |
parent | 4880b33ff2cff769a7c9bc73c9d792b40c10fbf7 (diff) | |
parent | 621cfbebee08dfd856a4e5a6164b9f27bcdbbadd (diff) |
Merge pull request #9 from ProjectRevoTPP/battle_ai
decompile battle_ai_script_commands.c
Diffstat (limited to 'asm/field_effect.s')
-rw-r--r-- | asm/field_effect.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/field_effect.s b/asm/field_effect.s index 4bf2ebf48..4392c05f4 100644 --- a/asm/field_effect.s +++ b/asm/field_effect.s @@ -5813,7 +5813,7 @@ FldEff_FieldMoveShowMonInit: @ 8086084 movs r1, 0x64 adds r4, r0, 0 muls r4, r1 - ldr r0, _080860DC @ =gUnknown_2024284 + ldr r0, _080860DC @ =gPlayerParty adds r4, r0 adds r0, r4, 0 movs r1, 0xB @@ -5840,7 +5840,7 @@ FldEff_FieldMoveShowMonInit: @ 8086084 bx r1 .align 2, 0 _080860D8: .4byte gUnknown_20386E0 -_080860DC: .4byte gUnknown_2024284 +_080860DC: .4byte gPlayerParty thumb_func_end FldEff_FieldMoveShowMonInit thumb_func_start sub_80860E0 |