Change Spoiler default to True
Set base rom to actually do the thing
This commit is contained in:
Mike A. Trethewey
2021-02-26 02:13:11 -08:00
parent ff763c4542
commit f7df6c0e69
5 changed files with 15 additions and 13 deletions

4
CLI.py
View File

@@ -165,10 +165,10 @@ def parse_settings():
"ow_palettes": "default",
"uw_palettes": "default",
# Spoiler defaults to FALSE
# Spoiler defaults to TRUE
# Playthrough defaults to TRUE
# ROM defaults to TRUE
"create_spoiler": False,
"create_spoiler": True,
"calc_playthrough": True,
"create_rom": True,
"usestartinventory": False,