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/58 | |
parent | 82b20d5a8badb77010fb5dfc4d20b9282985703a (diff) |
name GenerateFontHalfRowLookupTable and CopyWindowToVram
Diffstat (limited to 'arm9/modules/58')
-rw-r--r-- | arm9/modules/58/asm/module_58.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/58/asm/module_58.s b/arm9/modules/58/asm/module_58.s index a22e6e08..3e04165c 100644 --- a/arm9/modules/58/asm/module_58.s +++ b/arm9/modules/58/asm/module_58.s @@ -1650,7 +1650,7 @@ _021DA7A4: mov r0, #0xb1 lsl r0, r0, #2 add r0, r5, r0 - bl FUN_020191D0 + bl CopyWindowToVram b _021DA7EC _021DA7D4: mov r0, #0xc3 @@ -2104,7 +2104,7 @@ _021DAAEA: cmp r0, #0 beq _021DAB0A add r0, r7, #0 - bl FUN_020191D0 + bl CopyWindowToVram _021DAB0A: ldr r0, [sp, #0x10] ldr r1, [sp, #0x14] |