summaryrefslogtreecommitdiff
path: root/home/init.asm
diff options
context:
space:
mode:
authorehw <Knuckles500@gmail.com>2018-06-04 00:51:46 -0400
committerGitHub <noreply@github.com>2018-06-04 00:51:46 -0400
commit77d75a00c5df0bac4cdc7e63cd157d734a6ce79b (patch)
tree9c83fdd91d2e38f68e9aaca1f39bb99e08f699f1 /home/init.asm
parent427d4a8436fd9f7ba69525d6c154b26af6ebc36e (diff)
Title screen disassembled (new pr)
Diffstat (limited to 'home/init.asm')
-rw-r--r--home/init.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/init.asm b/home/init.asm
index ef4b745..d8ae530 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -40,7 +40,7 @@ Init: ; 052f
ld [rOBP1], a
ld [rTMA], a
ld [rTAC], a
- ld [wcc38], a ; Useless, since WRAM gets cleared right after
+ ld [wTitleSequenceOpeningType], a ; Useless, since WRAM gets cleared right after
ld a, 1 << rTAC_ON | rTAC_4096_HZ
ld [rTAC], a
ld a, 1 << rLCDC_ENABLE