From c7b8a8b0762c5eef4a678eb9cbc036e4fbb5568b Mon Sep 17 00:00:00 2001 From: red031000 Date: Fri, 12 Mar 2021 03:30:43 +0000 Subject: name GenerateFontHalfRowLookupTable and CopyWindowToVram --- arm9/modules/51/asm/module_51.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arm9/modules/51') diff --git a/arm9/modules/51/asm/module_51.s b/arm9/modules/51/asm/module_51.s index 0eea16a7..848caed1 100644 --- a/arm9/modules/51/asm/module_51.s +++ b/arm9/modules/51/asm/module_51.s @@ -167,7 +167,7 @@ _02254960: mov r1, #0 bl FUN_02019620 add r0, r5, #0 - bl FUN_020191D0 + bl CopyWindowToVram ldr r0, [sp, #0x18] add r2, r4, #4 lsl r0, r0, #0x18 @@ -196,7 +196,7 @@ _02254960: bl FUN_02019620 add r0, r5, #0 add r0, #0x10 - bl FUN_020191D0 + bl CopyWindowToVram lsl r0, r6, #0x18 lsr r0, r0, #0x18 str r0, [sp] @@ -224,7 +224,7 @@ _02254960: bl FUN_02019620 add r0, r5, #0 add r0, #0x20 - bl FUN_020191D0 + bl CopyWindowToVram ldr r0, [sp, #0x20] add r4, r4, #1 add r0, #0x10 -- cgit v1.2.3