From 0c916aea3353ed1bf2750be403b0da9ea0b922d4 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 13 Sep 2014 00:50:56 -0700 Subject: Commented more sprite and map code --- home/init.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/init.asm') diff --git a/home/init.asm b/home/init.asm index cf8f448e..402a402e 100644 --- a/home/init.asm +++ b/home/init.asm @@ -105,7 +105,7 @@ rLCDC_DEFAULT EQU %11100011 xor a ld [$ffbc], a dec a - ld [wcfcb], a + ld [wUpdateSpritesEnabled], a predef PlayIntro -- cgit v1.3.1-sl0p