From 2ea331ebb341505df1cd8429b140c52e345a5af4 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 26 Oct 2015 20:00:48 -0400 Subject: Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d. --- engine/items/items.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/items') 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 -- cgit v1.2.3