diff options
Diffstat (limited to 'arm9/modules/74')
-rw-r--r-- | arm9/modules/74/asm/module_74.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/modules/74/asm/module_74.s b/arm9/modules/74/asm/module_74.s index ef22a35a..5ac99cc2 100644 --- a/arm9/modules/74/asm/module_74.s +++ b/arm9/modules/74/asm/module_74.s @@ -23,7 +23,7 @@ MOD74_021D74E0: ; 0x021D74E0 mov r1, #0 lsl r2, r2, #2 add r4, r0, #0 - bl Call_FillMemWithValue + bl memset ldrh r0, [r5, #4] strh r0, [r4, #8] ldrh r0, [r5, #6] |