diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-19 21:15:40 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-19 21:15:40 -0400 |
commit | 8e300b8f7f14f2ef2a1479a27f0e5aed1aa36d40 (patch) | |
tree | a269452187111f54109cfbd3fb02c270fb08f17b /arm9/modules/11/asm/module_11_thumb1.s | |
parent | ded31ee11b7c6f4aed68bca2a53a4372ea713492 (diff) |
Decompile ListMenu_ProcessInput
Diffstat (limited to 'arm9/modules/11/asm/module_11_thumb1.s')
-rw-r--r-- | arm9/modules/11/asm/module_11_thumb1.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/11/asm/module_11_thumb1.s b/arm9/modules/11/asm/module_11_thumb1.s index 32981b60..08cd42c8 100644 --- a/arm9/modules/11/asm/module_11_thumb1.s +++ b/arm9/modules/11/asm/module_11_thumb1.s @@ -633,7 +633,7 @@ _0222D99A: bl FUN_02019064 ldr r0, [r5, #8] mov r1, #0xff - bl FUN_02019620 + bl FillWindowPixelBuffer ldr r0, [r5, #8] mov r1, #0 mov r2, #1 @@ -795,7 +795,7 @@ _0222DC42: bl FUN_02019064 ldr r0, [r4, #8] mov r1, #0xff - bl FUN_02019620 + bl FillWindowPixelBuffer ldr r0, [r4, #8] mov r1, #0 mov r2, #1 |