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 --- wram.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index 1e3a00cb..ae605e84 100755 --- a/wram.asm +++ b/wram.asm @@ -2468,11 +2468,11 @@ wEastConnectedMapXAlignment:: ; d39a wEastConnectedMapViewPointer:: ; d39b ds 2 -W_SPRITESET:: ; d39d +wSpriteSet:: ; d39d ; sprite set for the current map (11 sprite picture ID's) ds 11 -W_SPRITESETID:: ; d3a8 +wSpriteSetID:: ; d3a8 ; sprite set ID for the current map ds 1 -- cgit v1.3.1-sl0p