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/billshouse2.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/billshouse2.asm') diff --git a/scripts/billshouse2.asm b/scripts/billshouse2.asm index 87016aa8..9d3b4364 100755 --- a/scripts/billshouse2.asm +++ b/scripts/billshouse2.asm @@ -117,7 +117,7 @@ Func_f24d5: call ApplyPikachuMovementData ld a, $f ; pikachu ld [wEmotionBubbleSpriteIndex], a - ld a, $1 + ld a, QUESTION_BUBBLE ld [wWhichEmotionBubble], a predef EmotionBubble call DisablePikachuFollowingPlayer -- cgit v1.3.1-sl0p