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/74 | |
parent | 82b20d5a8badb77010fb5dfc4d20b9282985703a (diff) |
name GenerateFontHalfRowLookupTable and CopyWindowToVram
Diffstat (limited to 'arm9/modules/74')
-rw-r--r-- | arm9/modules/74/asm/module_74.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/modules/74/asm/module_74.s b/arm9/modules/74/asm/module_74.s index 637691d0..14dc995b 100644 --- a/arm9/modules/74/asm/module_74.s +++ b/arm9/modules/74/asm/module_74.s @@ -1059,7 +1059,7 @@ MOD74_021D7C10: ; 0x021D7C10 add r0, r4, #0 bl AddTextPrinterParameterized2 add r0, r4, #0 - bl FUN_020191D0 + bl CopyWindowToVram add sp, #0x14 pop {r4, r5, r6, r7, pc} nop @@ -1425,7 +1425,7 @@ _021D7FC0: blt _021D7FA4 _021D7FF0: ldr r0, [sp, #0x14] - bl FUN_020191D0 + bl CopyWindowToVram add sp, #0x24 pop {r4, r5, r6, r7, pc} nop @@ -1607,7 +1607,7 @@ _021D813C: _021D8172: add r0, r4, #0 add r0, #0x8c - bl FUN_020191D0 + bl CopyWindowToVram add r0, r4, #0 mov r1, #0 bl MOD74_021D8388 |