diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-13 14:00:58 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-13 14:00:58 -0400 |
commit | b4677561d52e862c4e5ff060904067ed26acca08 (patch) | |
tree | 52756c972d6318630ad6332482f73efaa784a5dd /asm/overworld.s | |
parent | be422beca672a776ad2b9b8025c5d828150a3314 (diff) |
battle_record: through sub_80CD98C
Diffstat (limited to 'asm/overworld.s')
-rw-r--r-- | asm/overworld.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/overworld.s b/asm/overworld.s index 5e50a5d05..abe4fd8cd 100644 --- a/asm/overworld.s +++ b/asm/overworld.s @@ -334,7 +334,7 @@ _08054EB0: ldr r1, _08054EC0 @ =0x00ffffff _08054EB2: adds r0, r4, 0 - bl sub_8054F00 + bl SetGameStat _08054EB8: pop {r4} pop {r0} @@ -376,8 +376,8 @@ _08054EFA: bx r1 thumb_func_end GetGameStat - thumb_func_start sub_8054F00 -sub_8054F00: @ 8054F00 + thumb_func_start SetGameStat +SetGameStat: @ 8054F00 push {lr} adds r3, r1, 0 lsls r0, 24 @@ -405,7 +405,7 @@ _08054F2A: .align 2, 0 _08054F30: .4byte gSaveBlock1Ptr _08054F34: .4byte gSaveBlock2Ptr - thumb_func_end sub_8054F00 + thumb_func_end SetGameStat thumb_func_start sub_8054F38 sub_8054F38: @ 8054F38 |