diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-01 20:42:47 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-01 20:42:47 -0400 |
| commit | dce013880ef1a8171310db173fdb9c45ea170d37 (patch) | |
| tree | eca7a827b7f56fd2caaf441144ed4e9a1fd50cf8 /home/init.asm | |
| parent | Attempt to make yellow buildable, part 3 (diff) | |
| download | pokeyellow-dce013880ef1a8171310db173fdb9c45ea170d37.tar.gz pokeyellow-dce013880ef1a8171310db173fdb9c45ea170d37.tar.xz pokeyellow-dce013880ef1a8171310db173fdb9c45ea170d37.zip | |
Attempt to make yellow buildable, part 4
Hardcoded pointers, dr (define rom) macro.
Diffstat (limited to 'home/init.asm')
| -rw-r--r-- | home/init.asm | 4 |
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 |
