summaryrefslogtreecommitdiff
path: root/home/init.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-01 20:42:47 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-01 20:42:47 -0400
commitdce013880ef1a8171310db173fdb9c45ea170d37 (patch)
treeeca7a827b7f56fd2caaf441144ed4e9a1fd50cf8 /home/init.asm
parentd42e9f5b72de3d505622b0eb360f5fdfd388e26b (diff)
Attempt to make yellow buildable, part 4
Hardcoded pointers, dr (define rom) macro.
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