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/60 | |
parent | 82b20d5a8badb77010fb5dfc4d20b9282985703a (diff) |
name GenerateFontHalfRowLookupTable and CopyWindowToVram
Diffstat (limited to 'arm9/modules/60')
-rw-r--r-- | arm9/modules/60/asm/module_60.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arm9/modules/60/asm/module_60.s b/arm9/modules/60/asm/module_60.s index 81f6d273..d55b37fc 100644 --- a/arm9/modules/60/asm/module_60.s +++ b/arm9/modules/60/asm/module_60.s @@ -1077,13 +1077,13 @@ _021D7DB6: blo _021D7DB6 add r0, r6, #0 add r0, #0x2c - bl FUN_020191D0 + bl CopyWindowToVram add r0, r6, #0 add r0, #0x3c - bl FUN_020191D0 + bl CopyWindowToVram add r6, #0x4c add r0, r6, #0 - bl FUN_020191D0 + bl CopyWindowToVram add r0, r5, #0 bl String_dtor add sp, #0x10 @@ -1238,7 +1238,7 @@ MOD60_021D7EA4: ; 0x021D7EA4 bl AddTextPrinterParameterized2 ldr r0, [sp, #0x10] add r0, #0x3c - bl FUN_020191D0 + bl CopyWindowToVram ldr r0, [sp, #0x10] ldr r1, [r0, #0x10] mov r0, #2 @@ -1365,7 +1365,7 @@ _021D8002: ldr r0, [sp, #0x10] add r0, #0x3c str r0, [sp, #0x10] - bl FUN_020191D0 + bl CopyWindowToVram add sp, #0x24 pop {r4, r5, r6, r7, pc} .align 2, 0 |