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/65 | |
parent | 70d51296ca9d527aa19b859acc79e3744635e6f4 (diff) |
Preliminary base stats struct; name pokemon.s encryption funcs
Diffstat (limited to 'arm9/modules/65')
-rw-r--r-- | arm9/modules/65/asm/module_65.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/65/asm/module_65.s b/arm9/modules/65/asm/module_65.s index 1b712f1c..22b307e2 100644 --- a/arm9/modules/65/asm/module_65.s +++ b/arm9/modules/65/asm/module_65.s @@ -3372,7 +3372,7 @@ MOD65_021D8F34: ; 0x021D8F34 str r0, [r4, #0x30] ldr r0, [r4, #0x10] ldr r0, [r0] - bl FUN_020671BC + bl GetMonDataEncrypted strh r0, [r4, #0x34] ldr r0, [r4, #0x10] ldr r0, [r0] @@ -3402,7 +3402,7 @@ MOD65_021D8F34: ; 0x021D8F34 ldr r2, [r4, #0x3c] ldr r0, [r0] mov r1, #0x76 - bl FUN_020671BC + bl GetMonDataEncrypted add r1, r4, #0 ldr r0, [r4, #0x10] add r1, #0x36 |