diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-05 20:13:34 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-05 20:13:34 +0200 |
commit | b6661e7736138bb61c4d58e61add686cec9e7739 (patch) | |
tree | 100511f746b70eb74756abcf09f79cddf5635936 /asm/egg_hatch.s | |
parent | a7486afb4e28cc0bbd9856990c4af2c7b7140f2a (diff) |
name some pokemon and battle labels
Diffstat (limited to 'asm/egg_hatch.s')
-rw-r--r-- | asm/egg_hatch.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/egg_hatch.s b/asm/egg_hatch.s index e88a73a60..db900298e 100644 --- a/asm/egg_hatch.s +++ b/asm/egg_hatch.s @@ -248,7 +248,7 @@ sub_80714B8: @ 80714B8 adds r0, r5, 0 bl sub_806E924 adds r0, r5, 0 - bl pokemon_calc_effective_stats + bl CalculateMonStats add sp, 0x14 pop {r4,r5} pop {r0} |