diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-10 08:56:58 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-10 08:56:58 -0400 |
commit | 1b973b17c22c8b6f0ac55a5675ebdb70b045c253 (patch) | |
tree | 596060fca7e87e6902e26e41d877c48009141a6f /arm9/modules/83 | |
parent | 70d51296ca9d527aa19b859acc79e3744635e6f4 (diff) |
Preliminary base stats struct; name pokemon.s encryption funcs
Diffstat (limited to 'arm9/modules/83')
-rw-r--r-- | arm9/modules/83/asm/module_83.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/modules/83/asm/module_83.s b/arm9/modules/83/asm/module_83.s index 400b4083..e63eedb4 100644 --- a/arm9/modules/83/asm/module_83.s +++ b/arm9/modules/83/asm/module_83.s @@ -23908,7 +23908,7 @@ MOD83_02238F94: ; 0x02238F94 mov r1, #0 ldr r0, [sp, #0x20] add r2, r1, #0 - bl FUN_020671BC + bl GetMonDataEncrypted mov r3, #0 str r3, [sp] mov r1, #0xa @@ -24027,12 +24027,12 @@ _022390C2: add r0, r4, #0 mov r1, #5 mov r2, #0 - bl FUN_020671BC + bl GetMonDataEncrypted add r6, r0, #0 add r0, r4, #0 mov r1, #0x70 mov r2, #0 - bl FUN_020671BC + bl GetMonDataEncrypted add r2, r0, #0 mov r0, #0xe9 lsl r0, r0, #4 |