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/titlescreen.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/titlescreen.asm') diff --git a/engine/titlescreen.asm b/engine/titlescreen.asm index 113a55a8..50294de5 100755 --- a/engine/titlescreen.asm +++ b/engine/titlescreen.asm @@ -226,7 +226,7 @@ ENDC call PlayCry call WaitForSoundToFinish call GBPalWhiteOutWithDelay3 - call CleanLCD_OAM + call ClearSprites xor a ld [$ffb0], a inc a @@ -306,7 +306,7 @@ Func_44dd: ; 44dd (1:44dd) ld bc, $230 ld a, BANK(PlayerCharacterTitleGraphics) call FarCopyData2 - call CleanLCD_OAM + call ClearSprites xor a ld [wWhichTrade], a ; $cd3d ld hl, wOAMBuffer -- cgit v1.3.1-sl0p