From 7e112672b436afee27f1a5a0d6e7a5964e7829b2 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 11 Jun 2016 17:48:24 -0700 Subject: remove address comments --- home/init.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home/init.asm') diff --git a/home/init.asm b/home/init.asm index ad602a99..6aa14608 100644 --- a/home/init.asm +++ b/home/init.asm @@ -1,9 +1,9 @@ -SoftReset:: ; 1d08 (0:1d08) +SoftReset:: call StopAllSounds call GBPalWhiteOut ld c, 32 call DelayFrames -Init:: ; 1d10 (0:1d10) +Init:: ; Program init. rLCDC_DEFAULT EQU %11100011 @@ -118,7 +118,7 @@ rLCDC_DEFAULT EQU %11100011 jp SetDefaultNamesBeforeTitlescreen -ClearVram: ; 1dc6 (0:1dc6) +ClearVram: ld hl, $8000 ld bc, $2000 xor a -- cgit v1.3.1-sl0p