diff options
| author | red031000 <rubenru09@aol.com> | 2021-03-12 03:30:43 +0000 |
|---|---|---|
| committer | red031000 <rubenru09@aol.com> | 2021-03-12 03:30:43 +0000 |
| commit | c7b8a8b0762c5eef4a678eb9cbc036e4fbb5568b (patch) | |
| tree | 5360b498a3c3a41787ec8459e4cf85060b8136eb /arm9/modules/51/asm | |
| parent | 82b20d5a8badb77010fb5dfc4d20b9282985703a (diff) | |
name GenerateFontHalfRowLookupTable and CopyWindowToVram
Diffstat (limited to 'arm9/modules/51/asm')
| -rw-r--r-- | arm9/modules/51/asm/module_51.s | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
