From 8f8281fe6ed02d8235ab9f92fa6ae93f50a3bf8e Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 23 May 2014 15:34:35 -0700 Subject: Comment some more bank 0 functions. --- engine/clear_save.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/clear_save.asm') 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 -- cgit v1.3.1-sl0p