diff options
Diffstat (limited to 'scripts/mtmoon3.asm')
-rwxr-xr-x | scripts/mtmoon3.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mtmoon3.asm b/scripts/mtmoon3.asm index b8d14bd5..e86d6d37 100755 --- a/scripts/mtmoon3.asm +++ b/scripts/mtmoon3.asm @@ -467,7 +467,7 @@ MtMoon3Text12: ld [wPlayerMovingDirection], a ld a, $0 ld [wEmotionBubbleSpriteIndex], a - ld a, $0 + ld a, EXCLAMATION_BUBBLE ld [wWhichEmotionBubble], a predef EmotionBubble ld c, 20 |