Document more script_menu, lilycove harbor

This commit is contained in:
GriffinR
2019-09-19 17:26:25 -04:00
parent de0084ef7a
commit 275695c189
36 changed files with 782 additions and 737 deletions

View File

@@ -1559,8 +1559,8 @@ static void CreateMenuWithAnswers(u8 arg0)
pixelWidth = width;
}
width = convert_pixel_width_to_tile_width(pixelWidth);
left = sub_80E2D5C(left, width);
width = ConvertPixelWidthToTileWidth(pixelWidth);
left = ScriptMenu_AdjustLeftCoordFromWidth(left, width);
windowId = CreateAndShowWindow(left, top, width, count * 2);
SetStandardWindowBorderStyle(windowId, 0);