diff options
author | IIMarckus <iimarckus@gmail.com> | 2016-08-15 23:19:23 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2016-08-15 23:19:23 -0600 |
commit | 793c715ba253e08d2807d04d128765ca305d6b15 (patch) | |
tree | 6f2676a90d93e1f75a124899482f11c8c2610060 /scripts/fanclub.asm | |
parent | 6658b17e6400711aaa49d4dc276cd46ed4bbe700 (diff) |
Use emotion bubble constants in map scripts.
Diffstat (limited to 'scripts/fanclub.asm')
-rwxr-xr-x | scripts/fanclub.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fanclub.asm b/scripts/fanclub.asm index 01d6269b..7bb1bc86 100755 --- a/scripts/fanclub.asm +++ b/scripts/fanclub.asm @@ -44,7 +44,7 @@ FanClubScript_59a44: ld [wPlayerMovingDirection], a call UpdateSprites call UpdateSprites - ld a, $0 + ld a, EXCLAMATION_BUBBLE ld [wWhichEmotionBubble], a ld a, $f ; Pikachu ld [wEmotionBubbleSpriteIndex], a |