summaryrefslogtreecommitdiff
path: root/home/init.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/init.asm')
-rw-r--r--home/init.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/init.asm b/home/init.asm
index 671809a7..168524b8 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -5,7 +5,7 @@ SoftReset:: ; 1d08 (0:1d08)
call DelayFrames
; fallthrough
-Init:: ; 1d10
+Init:: ; 1d10 (0:1d10)
; Program init.
rLCDC_DEFAULT EQU %11100011
@@ -99,7 +99,7 @@ rLCDC_DEFAULT EQU %11100011
predef LoadSGB
- ld a, BANK(SFX_1f_67)
+ ld a, $1f ; BANK(SFX_1f_67)
ld [wc0ef], a
ld [wc0f0], a
ld a, $9c