From 451f7fce291cf038240f7b5cd4ce404b8222b6c7 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 7 Feb 2015 11:16:00 -0800 Subject: Pick off some more static map ids. --- scripts/pokemontower7.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/pokemontower7.asm b/scripts/pokemontower7.asm index 4d1012b7..ab42121d 100755 --- a/scripts/pokemontower7.asm +++ b/scripts/pokemontower7.asm @@ -71,7 +71,7 @@ PokemonTower7Script4: ; 60d86 (18:4d86) predef HideObject ld a, $4 ld [wSpriteStateData1 + 9], a - ld a, $95 + ld a, LAVENDER_HOUSE_1 ld [H_DOWNARROWBLINKCNT1], a ; $ff8b ld a, $1 ld [wDestinationWarpID], a -- cgit v1.3.1-sl0p