diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-07-16 08:47:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-16 08:47:35 -0400 |
commit | 96a39a14bd99d7100246bac68a9965e55ab1e34a (patch) | |
tree | 1b5493034d8be68a7b8315c0da312413af85be8c /asm/overworld.s | |
parent | 53b950019aca8896d70c4d5e4f9e2a1d5143e489 (diff) | |
parent | 7e238443712a68188d0ca0fcee75dc273f8dcb70 (diff) |
Merge pull request #81 from pret/battle_records
Battle records
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 |