diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-06-12 12:23:28 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-06-12 12:23:28 -0400 |
commit | d7b27ee6e08519bea6ca90cdd8e88adf19049af3 (patch) | |
tree | 5f41cbf0cbb60169be9a2a65b7e9728aafc54891 | |
parent | 6b5510f7fc836f4f3b6a0082968021c935243b73 (diff) |
Relabel function.
-rwxr-xr-x | engine/evos_moves.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |