From f978cc0cc9557581a4fa712b00f0f2ad321fa22b Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 12 Jun 2016 11:34:47 -0700 Subject: sync home --- home/init.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'home/init.asm') 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 -- cgit v1.3.1-sl0p