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/65 | |
parent | 82b20d5a8badb77010fb5dfc4d20b9282985703a (diff) |
name GenerateFontHalfRowLookupTable and CopyWindowToVram
Diffstat (limited to 'arm9/modules/65')
-rw-r--r-- | arm9/modules/65/asm/module_65.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/modules/65/asm/module_65.s b/arm9/modules/65/asm/module_65.s index 4ff5aca1..890b3348 100644 --- a/arm9/modules/65/asm/module_65.s +++ b/arm9/modules/65/asm/module_65.s @@ -1889,7 +1889,7 @@ _021D8392: add r4, #0xe8 lsl r0, r0, #4 add r0, r4, r0 - bl FUN_020191D0 + bl CopyWindowToVram pop {r3, r4, r5, r6, r7, pc} thumb_func_end MOD65_021D8280 @@ -1960,7 +1960,7 @@ _021D83D2: mov r0, #0x52 lsl r0, r0, #2 add r0, r4, r0 - bl FUN_020191D0 + bl CopyWindowToVram add sp, #0x10 pop {r3, r4, r5, pc} _021D8434: @@ -2148,7 +2148,7 @@ _021D8578: bl MOD65_021D847C add r0, r4, #0 add r0, #0xf8 - bl FUN_020191D0 + bl CopyWindowToVram mov r0, #0x7f lsl r0, r0, #2 ldr r0, [r4, r0] |