summaryrefslogtreecommitdiff
path: root/home/init.asm
diff options
context:
space:
mode:
authorlibjet <libj3t@gmail.com>2019-12-11 21:50:49 +0000
committerlibjet <libj3t@gmail.com>2019-12-12 20:43:24 +0000
commit7acf2ec917864acaa267411ffff96f60f50ce703 (patch)
tree9f26694b1d26ff0514d05f379567effa9021652b /home/init.asm
parent93872e920e9c82e1299a7f674cba5b56397b359d (diff)
Update predef_pointers and wram, and correct typo's caused by search + replace
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 aaf71bb1..747d7817 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -47,7 +47,7 @@ Init:: ; 5d1 (0:05d1)
ld [rLCDC], a
; Clear WRAM
- ld hl, wc000
+ ld hl, wMusicPlaying
ld bc, $2000
.ByteFill
ld [hl], $0