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/09 | |
parent | 5dfe3440383dd530bda24985f802d8c94bb452b8 (diff) |
Name more routines in pokemon.s
Diffstat (limited to 'arm9/modules/09')
-rw-r--r-- | arm9/modules/09/asm/module_09.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/09/asm/module_09.s b/arm9/modules/09/asm/module_09.s index 7c980707..f03d3e57 100644 --- a/arm9/modules/09/asm/module_09.s +++ b/arm9/modules/09/asm/module_09.s @@ -2588,7 +2588,7 @@ _022132C2: ldrh r0, [r4, #8]
lsl r1, r1, #0x19
lsr r1, r1, #0x19
- bl FUN_02068758
+ bl GetMonExpByLevel
str r0, [r4, #0x24]
ldrb r0, [r6, r5]
lsl r0, r0, #0x19
@@ -2604,7 +2604,7 @@ _0221335A: add r1, r1, #1
add r4, r0, r5
ldrh r0, [r4, #8]
- bl FUN_02068758
+ bl GetMonExpByLevel
_02213366:
str r0, [r4, #0x28]
ldr r0, [r4, #4]
|