diff options
author | yenatch <yenatch@gmail.com> | 2014-05-23 15:34:35 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-23 15:34:35 -0700 |
commit | 8f8281fe6ed02d8235ab9f92fa6ae93f50a3bf8e (patch) | |
tree | 58a093bd6c1bdb5e0d7a978c8ace042c6b3d16bd /engine/clear_save.asm | |
parent | 955b53047c6d2ddc223ed24191de98f4b4fee5e5 (diff) |
Comment some more bank 0 functions.
Diffstat (limited to 'engine/clear_save.asm')
-rwxr-xr-x | engine/clear_save.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/clear_save.asm b/engine/clear_save.asm index dbb3d3a6..f68bc43d 100755 --- a/engine/clear_save.asm +++ b/engine/clear_save.asm @@ -15,9 +15,9 @@ Func_1c98a: ; 1c98a (7:498a) call DisplayTextBoxID ld a, [wCurrentMenuItem] ; $cc26 and a - jp z, InitGame + jp z, Init callba Func_73b6a - jp InitGame + jp Init ClearSaveDataText: ; 1c9c1 (7:49c1) TX_FAR _ClearSaveDataText |