From b7ed43bd568045f265fc96abee480ff8bb8e2177 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Thu, 3 Sep 2015 14:42:46 -0400 Subject: Make pokeyellow build correctly. --- wram.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index 909c7f1c..952452df 100755 --- a/wram.asm +++ b/wram.asm @@ -1323,7 +1323,8 @@ wScriptedNPCWalkCounter:: ; cf18 wOnSGB:: ; cf1b ; if running on SGB, it's 1, else it's 0 - + ds 1 + wDefaultPaletteCommand:: ; cf1c ds 1 -- cgit v1.3.1-sl0p