diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-17 21:23:23 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-17 21:23:23 -0400 |
commit | 4a22e65c9651b77b3e48c1ac2b590b9edcf9f5f7 (patch) | |
tree | 97c87c541afae67926a42e3f45a901c3834f125c /arm9/modules/66 | |
parent | 9e1c7af9d0602a5a50d741ca26aeac64f4bef39e (diff) |
More splitting
Diffstat (limited to 'arm9/modules/66')
-rw-r--r-- | arm9/modules/66/asm/module_66.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arm9/modules/66/asm/module_66.s b/arm9/modules/66/asm/module_66.s index ba9ed1dd..db284cc3 100644 --- a/arm9/modules/66/asm/module_66.s +++ b/arm9/modules/66/asm/module_66.s @@ -21,7 +21,7 @@ MOD66_021D74E0: ; 0x021D74E0 mov r1, #0 mov r2, #0xe4 add r4, r0, #0 - bl Call_FillMemWithValue + bl memset ldr r0, _021D7534 ; =0x00000139 str r5, [r4, #0x2c] ldrb r0, [r5, r0] @@ -871,7 +871,7 @@ MOD66_021D7BB4: ; 0x021D7BB4 mov r1, #0 lsl r2, r2, #4 str r0, [r4, #0x34] - bl Call_FillMemWithValue + bl memset mov r0, #1 pop {r4, pc} .align 2, 0 @@ -3780,7 +3780,7 @@ MOD66_021D9228: ; 0x021D9228 mov r2, #0x1c mov r1, #0 mul r2, r3 - bl Call_FillMemWithValue + bl memset ldrh r0, [r7] mov r6, #0 ldr r5, _021D9344 ; =0x021D990C @@ -4130,7 +4130,7 @@ _021D94DA: mov r2, #0x18 mov r1, #0 mul r2, r3 - bl Call_FillMemWithValue + bl memset ldr r0, [sp] mov r4, #0 str r0, [r6] |