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/84 | |
parent | 82b20d5a8badb77010fb5dfc4d20b9282985703a (diff) |
name GenerateFontHalfRowLookupTable and CopyWindowToVram
Diffstat (limited to 'arm9/modules/84')
-rw-r--r-- | arm9/modules/84/asm/module_84_thumb2.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/modules/84/asm/module_84_thumb2.s b/arm9/modules/84/asm/module_84_thumb2.s index eef0fa0b..048adbf9 100644 --- a/arm9/modules/84/asm/module_84_thumb2.s +++ b/arm9/modules/84/asm/module_84_thumb2.s @@ -581,7 +581,7 @@ MOD84_021D84F8: ; 0x021D84F8 ldr r0, [r4, #0x24] bl FUN_02019270 ldr r0, [r4, #0x24] - bl FUN_020191D0 + bl CopyWindowToVram mov r0, #0x4b mov r1, #1 bl FUN_02018FF4 |