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/77 | |
parent | 82b20d5a8badb77010fb5dfc4d20b9282985703a (diff) |
name GenerateFontHalfRowLookupTable and CopyWindowToVram
Diffstat (limited to 'arm9/modules/77')
-rw-r--r-- | arm9/modules/77/asm/module_77.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arm9/modules/77/asm/module_77.s b/arm9/modules/77/asm/module_77.s index 4536decb..8ed82bcb 100644 --- a/arm9/modules/77/asm/module_77.s +++ b/arm9/modules/77/asm/module_77.s @@ -1821,7 +1821,7 @@ _021D83B2: mov r3, #7 bl FUN_0200CCA4 ldr r0, [sp] - bl FUN_020191D0 + bl CopyWindowToVram add sp, #0x24 pop {r4, r5, r6, r7, pc} nop @@ -1911,7 +1911,7 @@ _021D8462: mov r3, #7 bl FUN_0200CCA4 ldr r0, [sp] - bl FUN_020191D0 + bl CopyWindowToVram add sp, #0x2c pop {r4, r5, r6, r7, pc} nop @@ -2024,7 +2024,7 @@ MOD77_021D8510: ; 0x021D8510 bl String_dtor ldr r0, _021D85CC ; =0x0000C044 add r0, r5, r0 - bl FUN_020191D0 + bl CopyWindowToVram add sp, #0xc pop {r3, r4, r5, r6, pc} .align 2, 0 @@ -2110,7 +2110,7 @@ _021D865C: bl String_dtor ldr r0, _021D8690 ; =0x0000C044 add r0, r5, r0 - bl FUN_020191D0 + bl CopyWindowToVram add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 |