diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-25 12:56:05 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-25 12:56:05 -0400 |
commit | c8ddbe7566120d74a5078d5a9031a6c5befde00d (patch) | |
tree | af11a8d6699187a30e7d67c17403c39b45a9c854 /engine/items/items.asm | |
parent | fdad37cfb92543c0d6a3b1beb9d0e9de25cce409 (diff) |
Revert "data/facing.asm, titlescreen functions, oam/sprite related functions, other misc functions"
This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b.
Diffstat (limited to 'engine/items/items.asm')
-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 2b3c1840..3afae425 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 PlayPikachuSoundClip + callab Func_f0000 ld a, [wWhichPokemon] ld hl, wPartyMonNicks call GetPartyMonName |