diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-07 21:09:35 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-07 21:09:35 -0400 |
commit | fb938eada97e211193fc0836d3039bbe3abe126c (patch) | |
tree | 499406b7eae8d444f184010099b1d59d832f1579 /arm9/modules/35 | |
parent | 5dfe3440383dd530bda24985f802d8c94bb452b8 (diff) |
Name more routines in pokemon.s
Diffstat (limited to 'arm9/modules/35')
-rw-r--r-- | arm9/modules/35/asm/module_35.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/modules/35/asm/module_35.s b/arm9/modules/35/asm/module_35.s index 135c8922..727fced8 100644 --- a/arm9/modules/35/asm/module_35.s +++ b/arm9/modules/35/asm/module_35.s @@ -925,7 +925,7 @@ _02254F00: beq _02254F36 ldrh r0, [r6, #0x1c] mov r1, #0x1c - bl FUN_02068678 + bl GetMonBaseStat cmp r0, #0 ldr r0, [r7, #0x24] beq _02254F30 |