TLOZ: Code Cleanup (#1514)

- consolidated declaration and population of level location lists
- moved floor_location_game_ids_late declaration for consistency
- moved generate_itempool to create_items, where it belongs
- mention that expanded pool includes take any caves in the option description again
- removed unnecessary StartingPosition check regarding Take Any Caves (leftover from older StartingPosition behavior I believe)
- use proper comparisons to option keys instead of hardcoded ints
This commit is contained in:
t3hf1gm3nt
2023-03-08 05:22:14 -05:00
committed by GitHub
parent 17e90ce12c
commit 5a8e6e61f5
5 changed files with 31 additions and 32 deletions

View File

@@ -3,7 +3,7 @@ from Options import Option, DefaultOnToggle, Choice
class ExpandedPool(DefaultOnToggle):
"""Puts room clear drops into the pool of items and locations."""
"""Puts room clear drops and take any caves into the pool of items and locations."""
display_name = "Expanded Item Pool"