diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-14 14:32:49 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-14 14:32:49 -0700 |
| commit | 01631a2e5910b5334ba0f7cc534bc5d7e5b60ccc (patch) | |
| tree | 845122ead069a7f4de89062434501727767d2ef2 /home.asm | |
| parent | Comment naming screen (diff) | |
| download | pokeyellow-01631a2e5910b5334ba0f7cc534bc5d7e5b60ccc.tar.gz pokeyellow-01631a2e5910b5334ba0f7cc534bc5d7e5b60ccc.tar.xz pokeyellow-01631a2e5910b5334ba0f7cc534bc5d7e5b60ccc.zip | |
player animations, emotion bubbles, etc.
Diffstat (limited to 'home.asm')
| -rw-r--r-- | home.asm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2350,9 +2350,9 @@ CheckFightingMapTrainers:: ; 3219 (0:3219) .trainerEngaging ld hl, W_FLAGS_D733 set 3, [hl] - ld [wcd4f], a - xor a - ld [wcd50], a + ld [wEmotionBubbleSpriteIndex], a + xor a ; EXCLAMATION_BUBBLE + ld [wWhichEmotionBubble], a predef EmotionBubble ld a, D_RIGHT | D_LEFT | D_UP | D_DOWN ld [wJoyIgnore], a |
