diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-24 17:35:57 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-24 17:35:57 -0400 |
| commit | 3a5d7ec05db9ce1156863983a0427396d6f6f49b (patch) | |
| tree | b85979ed890027d54edcd4deca8be46dbf10cbf7 /engine/items | |
| parent | bb97b63af1fbeca208cb30a41f8195b4408821dc (diff) | |
data/facing.asm, titlescreen functions, oam/sprite related functions, other misc functions
Also rename pcm-related functions.
Diffstat (limited to 'engine/items')
| -rwxr-xr-x | engine/items/items.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm index 3afae425..2b3c1840 100755 --- a/engine/items/items.asm +++ b/engine/items/items.asm @@ -676,7 +676,7 @@ ItemUseEvoStone: ; d7d0 (3:57d0) callab IsThisPartymonOurPikachu jr nc, .notPlayerPikachu ld e, $1b - callab Func_f0000 + callab PlayPikachuSoundClip ld a, [wWhichPokemon] ld hl, wPartyMonNicks call GetPartyMonName |
