diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-11 09:00:55 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-11 09:00:55 -0400 |
commit | 7e447c68f5e11e2a0a96b4251e77f3fa7c9c3fc1 (patch) | |
tree | 82e6209f00ca5b47dfe2943c294a16bfd5cc7a4e /arm9/modules/35 | |
parent | 6a1f6122b5422deebf218372cbd9b5684505d4ec (diff) |
Name more funcs in pokemon.s
Diffstat (limited to 'arm9/modules/35')
-rw-r--r-- | arm9/modules/35/asm/module_35.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arm9/modules/35/asm/module_35.s b/arm9/modules/35/asm/module_35.s index 727fced8..5ed3fbc9 100644 --- a/arm9/modules/35/asm/module_35.s +++ b/arm9/modules/35/asm/module_35.s @@ -330,7 +330,7 @@ _02254A7A: str r0, [sp, #8] bl FUN_02023C7C add r4, r0, #0 - bl FUN_02066A6C + bl TryDecryptBoxMon str r0, [sp, #0xc] add r0, r4, #0 bl FUN_0206B688 @@ -338,12 +338,12 @@ _02254A7A: add r0, r4, #0 mov r1, #5 mov r2, #0 - bl FUN_020672BC + bl GetBoxMonDataEncrypted strh r0, [r6, #0x1c] add r0, r4, #0 mov r1, #0x70 mov r2, #0 - bl FUN_020672BC + bl GetBoxMonDataEncrypted strh r0, [r6, #0x20] ldr r0, [sp, #8] bl MOD05_021EC7B4 @@ -353,7 +353,7 @@ _02254A7A: str r0, [r5, #0x14] ldr r1, [sp, #0xc] add r0, r4, #0 - bl FUN_02066A94 + bl TryEncryptBoxMon ldr r0, [sp] add r7, r7, #1 ldrb r0, [r0] |