Documented boolean uses

This commit is contained in:
Eduardo Quezada
2022-07-25 14:59:14 -04:00
parent a8c93dcf35
commit a37d8b1346
68 changed files with 197 additions and 197 deletions
+1 -1
View File
@@ -2478,7 +2478,7 @@ static u8 BagMenu_AddWindow(u8 windowType)
if (*windowId == WINDOW_NONE)
{
*windowId = AddWindow(&sContextMenuWindowTemplates[windowType]);
DrawStdFrameWithCustomTileAndPalette(*windowId, 0, 1, 14);
DrawStdFrameWithCustomTileAndPalette(*windowId, FALSE, 1, 14);
ScheduleBgCopyTilemapToVram(1);
}
return *windowId;