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/59 | |
parent | 82b20d5a8badb77010fb5dfc4d20b9282985703a (diff) |
name GenerateFontHalfRowLookupTable and CopyWindowToVram
Diffstat (limited to 'arm9/modules/59')
-rw-r--r-- | arm9/modules/59/asm/mod59_021D74E0_asm.s | 4 | ||||
-rw-r--r-- | arm9/modules/59/asm/mod59_021D9868.s | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arm9/modules/59/asm/mod59_021D74E0_asm.s b/arm9/modules/59/asm/mod59_021D74E0_asm.s index 77f574fd..cd947e57 100644 --- a/arm9/modules/59/asm/mod59_021D74E0_asm.s +++ b/arm9/modules/59/asm/mod59_021D74E0_asm.s @@ -1105,7 +1105,7 @@ _021D7DF2: bl FUN_0200CCA4 add r0, r5, #0 add r0, #0x30 - bl FUN_020191D0 + bl CopyWindowToVram mov r0, #1 str r0, [r5, #0x2c] b _021D7E96 @@ -1293,7 +1293,7 @@ _021D7FCC: b _021D803C _021D7FD8: add r0, #0x1c - bl FUN_020191D0 + bl CopyWindowToVram mov r0, #2 str r0, [r4, #0x54] b _021D803C diff --git a/arm9/modules/59/asm/mod59_021D9868.s b/arm9/modules/59/asm/mod59_021D9868.s index 4e03cbe3..3a2ba4ad 100644 --- a/arm9/modules/59/asm/mod59_021D9868.s +++ b/arm9/modules/59/asm/mod59_021D9868.s @@ -559,7 +559,7 @@ _021D9C9A: bl String_dtor add r0, r4, #0 add r0, #0x10 - bl FUN_020191D0 + bl CopyWindowToVram mov r0, #2 mov r1, #1 bl FUN_0201797C |