diff options
Diffstat (limited to 'asm/battle_controller_wally.s')
-rw-r--r-- | asm/battle_controller_wally.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/battle_controller_wally.s b/asm/battle_controller_wally.s index 978e2da2d..620bf3e95 100644 --- a/asm/battle_controller_wally.s +++ b/asm/battle_controller_wally.s @@ -3604,7 +3604,7 @@ sub_816A3B8: @ 816A3B8 adds r0, r1 ldrh r0, [r0] bl BufferStringBattle - ldr r0, =gUnknown_02022E2C + ldr r0, =gDisplayedStringBattle movs r1, 0 bl battle_show_message_maybe ldr r1, =gBattleBankFunc @@ -3693,8 +3693,8 @@ _0816A48A: movs r1, 0 bl sub_8059CB4 ldr r0, =gUnknown_085CCA15 - bl get_battle_strings_ - ldr r0, =gUnknown_02022E2C + bl StrCpyDecodeToDisplayedStringBattle + ldr r0, =gDisplayedStringBattle movs r1, 0x1 bl battle_show_message_maybe pop {r4} |