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/oakslab.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/oakslab.asm')
| -rwxr-xr-x | scripts/oakslab.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oakslab.asm b/scripts/oakslab.asm index 55b58b39..d3082256 100755 --- a/scripts/oakslab.asm +++ b/scripts/oakslab.asm @@ -797,7 +797,7 @@ OaksLabText_1c9a7: OaksLabScript_1c9ac: ld a, $1 ld [wEmotionBubbleSpriteIndex], a - xor a + xor a ; EXCLAMATION_BUBBLE ld [wWhichEmotionBubble], a predef EmotionBubble ld a, $8 |
