summaryrefslogtreecommitdiff
path: root/home/init.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2018-06-10 10:58:08 -0400
committerGitHub <noreply@github.com>2018-06-10 10:58:08 -0400
commitbfdaa1151902023fc69c97328cf12bdd88816185 (patch)
tree7d83ac3340a0535aa85269e7247008164f9b8d7d /home/init.asm
parent886ecea86b9257ba2755b4718ede90ee18dae96e (diff)
parentd89bd1ac8b1304313bae285ada7d24601cf67d09 (diff)
Merge pull request #1 from ISSOtm/master
Catch up
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 98fa129..17971c7 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -52,7 +52,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