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/src/scrcmd.c | |
parent | 59f143d03b359f07c08da66c294fb048a33993ef (diff) |
partially document unk_0200CABC
Diffstat (limited to 'arm9/src/scrcmd.c')
-rw-r--r-- | arm9/src/scrcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/scrcmd.c b/arm9/src/scrcmd.c index 007b1bcf..68769c88 100644 --- a/arm9/src/scrcmd.c +++ b/arm9/src/scrcmd.c @@ -779,7 +779,7 @@ THUMB_FUNC BOOL ScrCmd_CloseMessageBox(struct ScriptContext* ctx) struct UnkSavStruct80 *unk80 = ctx->unk80; struct Window *unk = FUN_02039438(unk80, 0x1); u8 *unk2 = FUN_02039438(unk80, 0x6); - FUN_0200D0E0(unk, 0); //clear window? + ClearFrameAndWindow2(unk, 0); //clear window? RemoveWindow(unk); *unk2 = 0; return FALSE; |