summaryrefslogtreecommitdiff
path: root/engine/pokemon/evos_moves.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/pokemon/evos_moves.asm')
-rwxr-xr-xengine/pokemon/evos_moves.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokemon/evos_moves.asm b/engine/pokemon/evos_moves.asm
index c54bf7c7..564a8557 100755
--- a/engine/pokemon/evos_moves.asm
+++ b/engine/pokemon/evos_moves.asm
@@ -129,7 +129,7 @@ Evolution_PartyMonLoop: ; loop over party mons
ld a, $ff
ld [wUpdateSpritesEnabled], a
call ClearSprites
- callab EvolveMon
+ callfar EvolveMon
jp c, CancelledEvolution
ld hl, EvolvedText
call PrintText