Documented boolean uses
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user