diff options
Diffstat (limited to 'arm9/modules')
-rw-r--r-- | arm9/modules/05/asm/module_05.s | 4 | ||||
-rw-r--r-- | arm9/modules/06/asm/module_06.s | 8 | ||||
-rw-r--r-- | arm9/modules/67/asm/module_67.s | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/arm9/modules/05/asm/module_05.s b/arm9/modules/05/asm/module_05.s index 0dba71bb..9a62ca73 100644 --- a/arm9/modules/05/asm/module_05.s +++ b/arm9/modules/05/asm/module_05.s @@ -43275,7 +43275,7 @@ _021EC64E: blt _021EC616 _021EC658: add r0, r5, #0 - bl UpdateMonLevelAndRecalcStats + bl CalcMonStats add sp, #0xc pop {r4, r5, r6, r7, pc} nop @@ -45678,7 +45678,7 @@ MOD05_021ED940: ; 0x021ED940 add r2, sp, #0 bl SetMonDataEncrypted add r0, r4, #0 - bl UpdateMonLevelAndRecalcStats + bl CalcMonStats add sp, #0x1c pop {r4, r5, pc} .balign 4, 0 diff --git a/arm9/modules/06/asm/module_06.s b/arm9/modules/06/asm/module_06.s index bb887c23..c4c4559d 100644 --- a/arm9/modules/06/asm/module_06.s +++ b/arm9/modules/06/asm/module_06.s @@ -6748,7 +6748,7 @@ _0223C9E4: add r0, r4, #0 add r1, r7, #0 mov r3, #0x20 - bl CreateMonWithNatureGenderLetter + bl CreateMonWithGenderNatureLetter add r0, r4, #0 mov r1, #7 add r2, r5, #0 @@ -22071,7 +22071,7 @@ _02244508: add r2, r6, #0 bl SetMonDataEncrypted add r0, r5, #0 - bl UpdateMonLevelAndRecalcStats + bl CalcMonStats add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} nop @@ -22172,7 +22172,7 @@ _022445A6: add r2, sp, #8 bl SetMonDataEncrypted add r0, r4, #0 - bl UpdateMonLevelAndRecalcStats + bl CalcMonStats _022445E8: add r0, r7, #0 add r1, r4, #0 @@ -31213,7 +31213,7 @@ MOD06_022489D4: ; 0x022489D4 mov r2, #1 bl FUN_0208089C add r0, r5, #0 - bl UpdateMonLevelAndRecalcStats + bl CalcMonStats add r0, r5, #0 bl MonIsShiny cmp r0, #0 diff --git a/arm9/modules/67/asm/module_67.s b/arm9/modules/67/asm/module_67.s index 7d7666f9..03dbe420 100644 --- a/arm9/modules/67/asm/module_67.s +++ b/arm9/modules/67/asm/module_67.s @@ -3307,7 +3307,7 @@ MOD67_021D8F00: ; 0x021D8F00 add r1, r7, #0 mov r2, #1 mov r3, #0x20 - bl CreateMonWithNatureGenderLetter + bl CreateMonWithGenderNatureLetter add r0, r6, #0 bl FUN_020690E4 add r2, r0, #0 |