diff options
| author | Akira Akashi <rubenru09@aol.com> | 2021-08-22 12:14:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-22 12:14:06 +0100 |
| commit | bdcd439b89deee757fcad4d3ce72cdee97f5a080 (patch) | |
| tree | 801d501632871b3ce2d89ad82e3781f937d5b5a1 /arm9/modules/59 | |
| parent | 70f49f7dff07152e2b5ffe41383fd7aa77dd8428 (diff) | |
| parent | 08c88720e7d4a5520262468f70e62b99429c10cb (diff) | |
Merge pull request #455 from remicalixte/unk_0200CABC
decompile unk_0200CABC.s into render_window.c
Diffstat (limited to 'arm9/modules/59')
| -rw-r--r-- | arm9/modules/59/asm/mod59_021D74E0_asm.s | 6 |
1 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 6e1c1392..7cb6272f 100644 --- a/arm9/modules/59/asm/mod59_021D74E0_asm.s +++ b/arm9/modules/59/asm/mod59_021D74E0_asm.s @@ -630,7 +630,7 @@ _021D7C5E: add r0, #0x1c add r1, r4, #0 mov r3, #4 - bl FUN_0200D0BC + bl DrawFrameAndWindow2 mov r0, #1 bl TextFlags_SetCanABSpeedUpPrint add r0, r4, #0 @@ -843,7 +843,7 @@ _021D7DF2: ldr r2, _021D7EC4 ; =0x000003D9 mov r1, #1 mov r3, #3 - bl FUN_0200CCA4 + bl DrawFrameAndWindow1 add r0, r5, #0 add r0, #0x30 bl CopyWindowToVram @@ -867,7 +867,7 @@ _021D7E66: add r0, r5, #0 add r0, #0x30 mov r1, #0 - bl FUN_0200CCF8 + bl ClearFrameAndWindow1 add r0, r5, #0 add r0, #0x30 bl RemoveWindow |
