summaryrefslogtreecommitdiff
path: root/engine/get_breedmon_growth.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/get_breedmon_growth.asm')
-rw-r--r--engine/get_breedmon_growth.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/get_breedmon_growth.asm b/engine/get_breedmon_growth.asm
index 20c546315..b029043d6 100644
--- a/engine/get_breedmon_growth.asm
+++ b/engine/get_breedmon_growth.asm
@@ -3,7 +3,7 @@ GetBreedMon1LevelGrowth: ; e698
ld de, TempMon
ld bc, BOXMON_STRUCT_LENGTH
call CopyBytes
- callab CalcLevel
+ callfar CalcLevel
ld a, [wBreedMon1Level]
ld b, a
ld a, d
@@ -17,7 +17,7 @@ GetBreedMon2LevelGrowth: ; e6b3
ld de, TempMon
ld bc, BOXMON_STRUCT_LENGTH
call CopyBytes
- callab CalcLevel
+ callfar CalcLevel
ld a, [wBreedMon2Level]
ld b, a
ld a, d