diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-28 04:30:45 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-28 04:30:45 +0800 |
commit | be2010e0db8ca527693d40a6f1410000033f7e7f (patch) | |
tree | 557a1ca9abaebc333ba8f66c0d240806c193a858 /asm/new_game.s | |
parent | 6e570a107f6425068902e4ad077ab8c7b6e15ed3 (diff) |
finished reset_save_heap
Diffstat (limited to 'asm/new_game.s')
-rw-r--r-- | asm/new_game.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/new_game.s b/asm/new_game.s index 234fefcd7..ad4983770 100644 --- a/asm/new_game.s +++ b/asm/new_game.s @@ -174,8 +174,8 @@ Sav2_ClearSetDefault: @ 8054A18 bx r0 thumb_func_end Sav2_ClearSetDefault - thumb_func_start sub_8054A28 -sub_8054A28: @ 8054A28 + thumb_func_start ResetMenuAndMonGlobals +ResetMenuAndMonGlobals: @ 8054A28 push {lr} ldr r1, _08054A5C @ =gUnknown_2031DB0 movs r0, 0 @@ -195,7 +195,7 @@ sub_8054A28: @ 8054A28 bx r0 .align 2, 0 _08054A5C: .4byte gUnknown_2031DB0 - thumb_func_end sub_8054A28 + thumb_func_end ResetMenuAndMonGlobals thumb_func_start sub_8054A60 sub_8054A60: @ 8054A60 |