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/59 | |
parent | 9e1c7af9d0602a5a50d741ca26aeac64f4bef39e (diff) |
More splitting
Diffstat (limited to 'arm9/modules/59')
-rw-r--r-- | arm9/modules/59/asm/module_59.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/59/asm/module_59.s b/arm9/modules/59/asm/module_59.s index 8353fb56..ec8b9a53 100644 --- a/arm9/modules/59/asm/module_59.s +++ b/arm9/modules/59/asm/module_59.s @@ -19,7 +19,7 @@ MOD59_021D74E0: ; 0x021D74E0 mov r1, #0 mov r2, #0xb4 add r4, r0, #0 - bl Call_FillMemWithValue + bl memset mov r0, #0x52 str r0, [r4] add r0, r5, #0 @@ -4427,7 +4427,7 @@ MOD59_021D9868: ; 0x021D9868 mov r1, #0 mov r2, #0x28 add r4, r0, #0 - bl Call_FillMemWithValue + bl memset mov r0, #0x53 str r0, [r4] mov r0, #0 |