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/53/asm | |
| parent | 82b20d5a8badb77010fb5dfc4d20b9282985703a (diff) | |
name GenerateFontHalfRowLookupTable and CopyWindowToVram
Diffstat (limited to 'arm9/modules/53/asm')
| -rw-r--r-- | arm9/modules/53/asm/module_53.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arm9/modules/53/asm/module_53.s b/arm9/modules/53/asm/module_53.s index 366c45bd..f55e7c99 100644 --- a/arm9/modules/53/asm/module_53.s +++ b/arm9/modules/53/asm/module_53.s @@ -2104,7 +2104,7 @@ _021D8660: mov r0, #0xb2 lsl r0, r0, #2 add r0, r5, r0 - bl FUN_020191D0 + bl CopyWindowToVram b _021D86BA _021D8672: add r0, r5, #0 @@ -2125,7 +2125,7 @@ _021D8672: mov r0, #0xb2 lsl r0, r0, #2 add r0, r5, r0 - bl FUN_020191D0 + bl CopyWindowToVram bl FUN_02031190 cmp r0, #0 bne _021D86BA @@ -2827,7 +2827,7 @@ _021D8C22: mov r0, #0xb2 lsl r0, r0, #2 add r0, r4, r0 - bl FUN_020191D0 + bl CopyWindowToVram _021D8C32: mov r0, #0x92 lsl r0, r0, #2 @@ -3245,7 +3245,7 @@ _021D8F0A: cmp r0, #0 beq _021D8F2A ldr r0, [sp, #0x10] - bl FUN_020191D0 + bl CopyWindowToVram _021D8F2A: ldr r0, [sp, #0x14] ldr r1, [sp, #0x18] @@ -3477,7 +3477,7 @@ _021D90C0: bl AddTextPrinterParameterized2 _021D90DC: add r0, r5, #0 - bl FUN_020191D0 + bl CopyWindowToVram add r6, r6, #1 add r7, #8 add r4, r4, #4 |
