aboutsummaryrefslogtreecommitdiffstats
path: root/home/init.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-12 11:51:28 -0700
committerGitHub <noreply@github.com>2016-06-12 11:51:28 -0700
commita0161ada5d90464e11be2469c6a2ee27533d2557 (patch)
treea93c42f00eec7d9f356c1e9e4b12ec0a46e419d1 /home/init.asm
parentMerge pull request #16 from YamaArashi/master (diff)
parentsync home (diff)
downloadpokeyellow-a0161ada5d90464e11be2469c6a2ee27533d2557.tar.gz
pokeyellow-a0161ada5d90464e11be2469c6a2ee27533d2557.tar.xz
pokeyellow-a0161ada5d90464e11be2469c6a2ee27533d2557.zip
Merge pull request #17 from YamaArashi/master
sync tileset WRAM labels
Diffstat (limited to 'home/init.asm')
-rw-r--r--home/init.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/home/init.asm b/home/init.asm
index 6aa14608..da354aa6 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -3,6 +3,8 @@ SoftReset::
call GBPalWhiteOut
ld c, 32
call DelayFrames
+ ; fallthrough
+
Init::
; Program init.
@@ -49,7 +51,7 @@ rLCDC_DEFAULT EQU %11100011
or c
jr nz, .loop
- call ClearVram ; 1dc6
+ call ClearVram
ld hl, $ff80
ld bc, $fffe - $ff80