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:
Phlosioneer
2019-02-11 00:05:20 -05:00
parent 6f1d2b870c
commit d979ac3bf3
69 changed files with 480 additions and 334 deletions

View File

@@ -355,11 +355,11 @@ s32 DoMysteryGiftListMenu(struct WindowTemplate *windowTemplate, struct ListMenu
switch (arg2)
{
case 0: // can never be reached, because of the if statement above
sub_819746C(sMysteryGiftLinkMenu.windowId, FALSE);
ClearWindowAndBorder(sMysteryGiftLinkMenu.windowId, FALSE);
break;
case 2:
case 1:
sub_819746C(sMysteryGiftLinkMenu.windowId, FALSE);
ClearWindowAndBorder(sMysteryGiftLinkMenu.windowId, FALSE);
break;
}
}