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/80 | |
parent | 82b20d5a8badb77010fb5dfc4d20b9282985703a (diff) |
name GenerateFontHalfRowLookupTable and CopyWindowToVram
Diffstat (limited to 'arm9/modules/80')
-rw-r--r-- | arm9/modules/80/asm/module_80.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/modules/80/asm/module_80.s b/arm9/modules/80/asm/module_80.s index 9e91c64e..128c6280 100644 --- a/arm9/modules/80/asm/module_80.s +++ b/arm9/modules/80/asm/module_80.s @@ -3650,7 +3650,7 @@ _0222F220: add r0, r5, #0 bl MOD80_0222F300 add r0, r5, #0 - bl FUN_020191D0 + bl CopyWindowToVram add r6, r6, #1 add r4, r4, #4 add r5, #0x10 @@ -9153,7 +9153,7 @@ MOD80_02231EA8: ; 0x02231EA8 bl FUN_02019620 ldr r0, _02231FE4 ; =0x00000EC8 add r0, r4, r0 - bl FUN_020191D0 + bl CopyWindowToVram mov r0, #0x15 str r0, [sp] mov r0, #0x1b @@ -11970,7 +11970,7 @@ _0223357E: mov r1, #0 bl FUN_02019620 add r0, r5, #0 - bl FUN_020191D0 + bl CopyWindowToVram ldr r0, [sp, #0x14] add r6, #0x16 add r0, r0, #1 |