Documented boolean uses
This commit is contained in:
@@ -638,7 +638,7 @@ static void CreateApprenticeMenu(u8 menu)
|
||||
width = ConvertPixelWidthToTileWidth(pixelWidth);
|
||||
left = ScriptMenu_AdjustLeftCoordFromWidth(left, width);
|
||||
windowId = CreateAndShowWindow(left, top, width, count * 2);
|
||||
SetStandardWindowBorderStyle(windowId, 0);
|
||||
SetStandardWindowBorderStyle(windowId, FALSE);
|
||||
|
||||
for (i = 0; i < count; i++)
|
||||
AddTextPrinterParameterized(windowId, FONT_NORMAL, strings[i], 8, (i * 16) + 1, TEXT_SKIP_DRAW, NULL);
|
||||
@@ -910,7 +910,7 @@ static void Script_PrintApprenticeMessage(void)
|
||||
FreezeObjectEvents();
|
||||
PlayerFreeze();
|
||||
StopPlayerAvatar();
|
||||
DrawDialogueFrame(0, 1);
|
||||
DrawDialogueFrame(0, TRUE);
|
||||
PrintApprenticeMessage();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user