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/billshouse2.asm | |
| parent | Label palettes (diff) | |
| download | pokeyellow-793c715ba253e08d2807d04d128765ca305d6b15.tar.gz pokeyellow-793c715ba253e08d2807d04d128765ca305d6b15.tar.xz pokeyellow-793c715ba253e08d2807d04d128765ca305d6b15.zip | |
Use emotion bubble constants in map scripts.
Diffstat (limited to 'scripts/billshouse2.asm')
| -rwxr-xr-x | scripts/billshouse2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
