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/24/asm/module_24.s | |
parent | 82b20d5a8badb77010fb5dfc4d20b9282985703a (diff) |
name GenerateFontHalfRowLookupTable and CopyWindowToVram
Diffstat (limited to 'arm9/modules/24/asm/module_24.s')
-rw-r--r-- | arm9/modules/24/asm/module_24.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/modules/24/asm/module_24.s b/arm9/modules/24/asm/module_24.s index e7eb3899..2888f12d 100644 --- a/arm9/modules/24/asm/module_24.s +++ b/arm9/modules/24/asm/module_24.s @@ -843,7 +843,7 @@ _02254E68: add r0, r5, #0 bl MOD24_02254D00 ldr r0, [r5, #0x70] - bl FUN_020191D0 + bl CopyWindowToVram mov r0, #8 bl FUN_02016B90 cmp r0, #0 |