summaryrefslogtreecommitdiff
path: root/home/init.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/init.asm')
-rw-r--r--home/init.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/home/init.asm b/home/init.asm
index 67d52dd2..da354aa6 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -1,11 +1,11 @@
-SoftReset:: ; 1d08 (0:1d08)
+SoftReset::
call StopAllSounds
call GBPalWhiteOut
ld c, 32
call DelayFrames
; fallthrough
-Init:: ; 1d10 (0:1d10)
+Init::
; Program init.
rLCDC_DEFAULT EQU %11100011
@@ -51,7 +51,7 @@ rLCDC_DEFAULT EQU %11100011
or c
jr nz, .loop
- call ClearVram ; 1dc6
+ call ClearVram
ld hl, $ff80
ld bc, $fffe - $ff80
@@ -99,7 +99,7 @@ rLCDC_DEFAULT EQU %11100011
predef LoadSGB
- ld a, $1f ; BANK(SFX_1f_67)
+ ld a, BANK(SFX_Shooting_Star)
ld [wAudioROMBank], a
ld [wAudioSavedROMBank], a
ld a, $9c
@@ -120,7 +120,7 @@ rLCDC_DEFAULT EQU %11100011
jp SetDefaultNamesBeforeTitlescreen
-ClearVram: ; 1dc6 (0:1dc6)
+ClearVram:
ld hl, $8000
ld bc, $2000
xor a