diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-08-22 10:58:33 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-08-22 10:58:33 +0200 |
commit | 99d4cb2b2addcd12e7775c7817c5ed7783cbe971 (patch) | |
tree | 6d386c0cea46574851d5c81d1b368fb5fb3c8f09 /arm9/modules/66 | |
parent | 59f143d03b359f07c08da66c294fb048a33993ef (diff) |
partially document unk_0200CABC
Diffstat (limited to 'arm9/modules/66')
-rw-r--r-- | arm9/modules/66/asm/module_66.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/66/asm/module_66.s b/arm9/modules/66/asm/module_66.s index ca8faeb0..ec275cac 100644 --- a/arm9/modules/66/asm/module_66.s +++ b/arm9/modules/66/asm/module_66.s @@ -1347,7 +1347,7 @@ _021D7F44: lsr r0, r0, #0x18 str r0, [sp] add r0, r7, #0 - bl FUN_0200D6F8 + bl DrawFrameAndWindow3 add r0, r7, #0 mov r1, #0xf bl FillWindowPixelBuffer @@ -2052,7 +2052,7 @@ MOD66_021D8494: ; 0x021D8494 mov r2, #0 lsl r1, r1, #0x18 lsr r1, r1, #0x1c - bl FUN_0200D7A0 + bl ClearFrameAndWindow3 ldr r0, [r6, #0x28] mov r1, #4 bl ScheduleBgTilemapBufferTransfer |