From d7b27ee6e08519bea6ca90cdd8e88adf19049af3 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Fri, 12 Jun 2015 12:23:28 -0400 Subject: Relabel function. --- engine/evos_moves.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') diff --git a/engine/evos_moves.asm b/engine/evos_moves.asm index 23bffa8d..e7750c22 100755 --- a/engine/evos_moves.asm +++ b/engine/evos_moves.asm @@ -145,7 +145,7 @@ Evolution_PartyMonLoop: ; loop over party mons call GetName push hl ld hl, IntoText - call Func_3c59 + call Func_3c46 ld a, (SFX_02_3b - SFX_Headers_02) / 3 call PlaySoundWaitForCurrent call WaitForSoundToFinish -- cgit v1.3.1-sl0p