From 793c715ba253e08d2807d04d128765ca305d6b15 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Mon, 15 Aug 2016 23:19:23 -0600 Subject: Use emotion bubble constants in map scripts. --- scripts/pokemontower7.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/pokemontower7.asm') diff --git a/scripts/pokemontower7.asm b/scripts/pokemontower7.asm index 9a016d84..6a2cdad5 100755 --- a/scripts/pokemontower7.asm +++ b/scripts/pokemontower7.asm @@ -269,7 +269,7 @@ PokemonTower7Text4: ld [wPlayerMovingDirection], a ld a, $0 ld [wEmotionBubbleSpriteIndex], a - ld a, $0 + ld a, EXCLAMATION_BUBBLE ld [wWhichEmotionBubble], a predef EmotionBubble ld c, 20 -- cgit v1.3.1-sl0p