aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/pallettown.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/pallettown.asm')
-rwxr-xr-xscripts/pallettown.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pallettown.asm b/scripts/pallettown.asm
index 803aa4f3..49546a44 100755
--- a/scripts/pallettown.asm
+++ b/scripts/pallettown.asm
@@ -260,8 +260,8 @@ OakAppearsText:
ld [wPlayerMovingDirection], a
ld a, 0
ld [wEmotionBubbleSpriteIndex], a ; player's sprite
- ld a, 0
- ld [wWhichEmotionBubble], a ; EXCLAMATION_BUBBLE
+ ld a, EXCLAMATION_BUBBLE
+ ld [wWhichEmotionBubble], a
predef EmotionBubble
jp TextScriptEnd