diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-13 13:49:41 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-13 13:49:41 -0400 |
commit | 321da97e6fdd66192484ca9aa60581b69fb3e7a4 (patch) | |
tree | 8d3793df30bb480a9c682846042184d8c83ec1d8 /arm9/modules/35 | |
parent | f93a6043eb52c63d1a64a3e9f10c113d4e5acc02 (diff) |
Through ModifyStatByNature
Diffstat (limited to 'arm9/modules/35')
-rw-r--r-- | arm9/modules/35/asm/module_35.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/35/asm/module_35.s b/arm9/modules/35/asm/module_35.s index 5ef1d37f..760c2f64 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 TryDecryptBoxMon + bl AcquireBoxMonLock str r0, [sp, #0xc] add r0, r4, #0 bl FUN_0206B688 @@ -353,7 +353,7 @@ _02254A7A: str r0, [r5, #0x14] ldr r1, [sp, #0xc] add r0, r4, #0 - bl TryEncryptBoxMon + bl ReleaseBoxMonLock ldr r0, [sp] add r7, r7, #1 ldrb r0, [r0] |