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/83 | |
parent | 5dfe3440383dd530bda24985f802d8c94bb452b8 (diff) |
Name more routines in pokemon.s
Diffstat (limited to 'arm9/modules/83')
-rw-r--r-- | arm9/modules/83/asm/module_83.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arm9/modules/83/asm/module_83.s b/arm9/modules/83/asm/module_83.s index 411e6c20..400b4083 100644 --- a/arm9/modules/83/asm/module_83.s +++ b/arm9/modules/83/asm/module_83.s @@ -21798,7 +21798,7 @@ MOD83_02237EDC: ; 0x02237EDC add r1, r0, #0 lsl r0, r4, #0x10 lsr r0, r0, #0x10 - bl FUN_02068800 + bl CalcMonLevel pop {r3, r4, r5, pc} thumb_func_end MOD83_02237EDC @@ -21819,7 +21819,7 @@ MOD83_02237F04: ; 0x02237F04 add r6, r0, #0 add r0, r5, #0 mov r1, #0x19 - bl FUN_02068678 + bl GetMonBaseStat cmp r0, #0 beq _02237F5E ldr r2, _02237F68 ; =0x0223B4C0 @@ -21830,7 +21830,7 @@ _02237F32: bne _02237F42 add r0, r5, #0 mov r1, #0x18 - bl FUN_02068678 + bl GetMonBaseStat b _02237F4A _02237F42: add r4, r4, #1 @@ -21845,12 +21845,12 @@ _02237F4A: bne _02237F66 add r0, r5, #0 mov r1, #0x18 - bl FUN_02068678 + bl GetMonBaseStat pop {r4, r5, r6, pc} _02237F5E: add r0, r5, #0 mov r1, #0x18 - bl FUN_02068678 + bl GetMonBaseStat _02237F66: pop {r4, r5, r6, pc} .align 2, 0 |