From 5b3c788c46759023f1bd4470ffef306b8c0e5a39 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Wed, 8 Jun 2016 16:04:39 -0400 Subject: More on Pikachu emotions --- engine/items/items.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/items') diff --git a/engine/items/items.asm b/engine/items/items.asm index 197e5e5d..96dd0a00 100755 --- a/engine/items/items.asm +++ b/engine/items/items.asm @@ -1803,8 +1803,8 @@ ItemUsePokeflute: ; dfbd (3:5fbd) ld hl, PlayedFluteHadEffectText call PrintText call ItemUseReloadOverworldData - ld e, $1a - callab Func_fd001 + ldpikaemotion e, PikachuEmotion26 + callab PlaySpecificPikachuEmotion ret .noSnorlaxOrPikachuToWakeUp -- cgit v1.3.1-sl0p