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/17/asm/module_17.s | |
parent | 82b20d5a8badb77010fb5dfc4d20b9282985703a (diff) |
name GenerateFontHalfRowLookupTable and CopyWindowToVram
Diffstat (limited to 'arm9/modules/17/asm/module_17.s')
-rw-r--r-- | arm9/modules/17/asm/module_17.s | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arm9/modules/17/asm/module_17.s b/arm9/modules/17/asm/module_17.s index 1f3abbf2..3615681b 100644 --- a/arm9/modules/17/asm/module_17.s +++ b/arm9/modules/17/asm/module_17.s @@ -4734,7 +4734,7 @@ MOD17_021D9918: ; 0x021D9918 bl DestroyMsgData ldr r0, _021D99D4 ; =0x000006A8 ldr r0, [r5, r0] - bl FUN_020191D0 + bl CopyWindowToVram add sp, #0x18 pop {r3, r4, r5, r6, r7, pc} nop @@ -4792,7 +4792,7 @@ MOD17_021D99E0: ; 0x021D99E0 bl DestroyMsgData ldr r0, _021D9A58 ; =0x000006A8 ldr r0, [r5, r0] - bl FUN_020191D0 + bl CopyWindowToVram add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} nop @@ -4871,7 +4871,7 @@ _021D9AD0: bl DestroyMsgData ldr r0, _021D9B08 ; =0x000006A8 ldr r0, [r5, r0] - bl FUN_020191D0 + bl CopyWindowToVram add r0, r6, #0 add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} @@ -11828,7 +11828,7 @@ MOD17_021DCC68: ; 0x021DCC68 bl FUN_0200D0BC _021DCCCC: ldr r0, [r5] - bl FUN_020191D0 + bl CopyWindowToVram add sp, #0x14 pop {r4, r5, r6, r7, pc} .align 2, 0 @@ -12423,7 +12423,7 @@ _021DD0D0: mov r3, #5 bl MOD17_021DCD80 ldr r0, [r7, #0x18] - bl FUN_020191D0 + bl CopyWindowToVram add sp, #0x60 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 @@ -14327,7 +14327,7 @@ _021DDFD0: mov r0, #0x19 lsl r0, r0, #4 ldr r0, [r4, r0] - bl FUN_020191D0 + bl CopyWindowToVram pop {r4, pc} thumb_func_end MOD17_021DDFAC |