diff options
Diffstat (limited to 'scripts/pokemontower7.asm')
| -rwxr-xr-x | scripts/pokemontower7.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
