diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 03:44:39 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 03:44:39 -0800 |
commit | 3ddda066d91cbbd377584acacaea62a9deba8873 (patch) | |
tree | 4af711b5daff8a50548f1df28f3981024cb9be8e /asm/save.s | |
parent | 3ff48ec8c890d95c5fbc467896414a018bf523ad (diff) |
import names from pokeruby
Diffstat (limited to 'asm/save.s')
-rw-r--r-- | asm/save.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/save.s b/asm/save.s index 9d7fa6927..35466da0c 100644 --- a/asm/save.s +++ b/asm/save.s @@ -5,8 +5,8 @@ .text - thumb_func_start sub_80D972C -sub_80D972C: @ 80D972C + thumb_func_start ClearSaveData +ClearSaveData: @ 80D972C push {r4,r5,lr} movs r4, 0 ldr r5, _080D974C @ =EraseFlashSector @@ -24,7 +24,7 @@ _080D9732: bx r0 .align 2, 0 _080D974C: .4byte EraseFlashSector - thumb_func_end sub_80D972C + thumb_func_end ClearSaveData thumb_func_start ResetSaveCounters ResetSaveCounters: @ 80D9750 |