File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Changelog (in reverse chronological order):
1111 - added Brazilian Portuguese translation from ajkmetiuk
1212 - fixed some bugs relating to the needs of these translations
1313 - ported script processing tools to Python
14+ - widened in-game and narrative script boxes
1415- v2.01 released 2020/12/20
1516 - script improvements:
1617 - some after-the-deadline changes from Frank Cifaldi
Original file line number Diff line number Diff line change @@ -2756,7 +2756,7 @@ DezorianCustomStringCheck:
27562756 DefineWindow SHOP MENU ShopInventoryDimensions_width ShopInventoryDimensions_height ( 32 - ShopInventoryDimensions_width)/ 2 0
27572757 DefineWindow SHOP_MST INVENTORY 20 3 3 15 ; same width as inventory (for now)
27582758 DefineWindow SAVE MENU_end SAVE_NAME_WIDTH + 4 SAVE_SLOT_COUNT + 2 27 - SAVE_NAME_WIDTH 1
2759- DefineWindow SoundTestWindow $ d700 SoundTestMenu_width SoundTestMenu_height + 2 32 - SoundTestMenu_width 0
2759+ DefineWindow SoundTestWindow $ d700 SoundTestMenu_width SoundTestMenu_height + 2 31 - SoundTestMenu_width 0
27602760 DefineWindow OptionsWindow $ d700 OptionsMenu_width OptionsMenu_height 32 - OptionsMenu_width 24 - OptionsMenu_height
27612761 DefineWindow ContinueWindow $ d700 ContinueMenu_width ContinueMenu_height 18 16
27622762
You can’t perform that action at this time.
0 commit comments