diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-12 12:50:21 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-12 12:50:21 -0400 |
| commit | 5dcce3a7303e45667967689361513cb2920be3f4 (patch) | |
| tree | 0cb277ac6d494fa4c2d50ff15c2022d9d6f4d5b8 /arm9/modules/05 | |
| parent | 1dd706599353a285534398ccdc34a9ef8bc6e549 (diff) | |
through GenPersonalityByGenderAndNature
Diffstat (limited to 'arm9/modules/05')
| -rw-r--r-- | arm9/modules/05/asm/module_05.s | 4 |
1 files changed, 2 insertions, 2 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 |
