From 7e0a4968b35c3f76dee9570ce2113ee1070a653c Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 21 Nov 2015 17:37:36 -0500 Subject: LoadPokedexTilePatterns and engine/overworld/map_sprites.asm Also replace dummy sprites and fix replace.sh to only parse .asm files --- home.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home.asm') diff --git a/home.asm b/home.asm index 70053c47..22555ff4 100644 --- a/home.asm +++ b/home.asm @@ -4820,7 +4820,7 @@ ReloadMapSpriteTilePatterns:: ; 3e1e (0:3e1e) res 0, [hl] push hl xor a - ld [W_SPRITESETID], a + ld [wSpriteSetID], a call DisableLCD call InitMapSprites call EnableLCD -- cgit v1.3.1-sl0p