Document main_menu state machine, name window constants
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do.
This commit is contained in:
+3
-1
@@ -92,7 +92,9 @@ static void sub_80B23B0(u16 windowId, u32 value)
|
||||
|
||||
static void sub_80B241C(u16 windowId)
|
||||
{
|
||||
sub_819746C(windowId, FALSE);
|
||||
// Following this call with a copy-to-vram with mode 3 is identical to
|
||||
// calling ClearWindowAndBorder(windowId, TRUE).
|
||||
ClearWindowAndBorder(windowId, FALSE);
|
||||
CopyWindowToVram(windowId, 3);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user