pyproject.toml
src/worlds/tloz_oos/Client.py
src/worlds/tloz_oos/Hints.py
src/worlds/tloz_oos/Logic.py
src/worlds/tloz_oos/Options.py
src/worlds/tloz_oos/PatchWriter.py
src/worlds/tloz_oos/Register.py
src/worlds/tloz_oos/Util.py
src/worlds/tloz_oos/__init__.py
src/worlds/tloz_oos/archipelago.json
src/worlds/tloz_oos/data/Constants.py
src/worlds/tloz_oos/data/Items.py
src/worlds/tloz_oos/data/Locations.py
src/worlds/tloz_oos/data/Regions.py
src/worlds/tloz_oos/data/__init__.py
src/worlds/tloz_oos/data/logic/DungeonsLogic.py
src/worlds/tloz_oos/data/logic/LogicPredicates.py
src/worlds/tloz_oos/data/logic/OverworldLogic.py
src/worlds/tloz_oos/data/logic/SubrosiaLogic.py
src/worlds/tloz_oos/data/logic/__init__.py
src/worlds/tloz_oos/docs/en_The Legend of Zelda - Oracle of Seasons.md
src/worlds/tloz_oos/docs/fr_The Legend of Zelda - Oracle of Seasons.md
src/worlds/tloz_oos/docs/oos_setup_en.md
src/worlds/tloz_oos/docs/oos_setup_fr.md
src/worlds/tloz_oos/patching/Constants.py
src/worlds/tloz_oos/patching/Functions.py
src/worlds/tloz_oos/patching/ProcedurePatch.py
src/worlds/tloz_oos/patching/RomData.py
src/worlds/tloz_oos/patching/Util.py
src/worlds/tloz_oos/patching/__init__.py
src/worlds/tloz_oos/patching/asm/__init__.py
src/worlds/tloz_oos/patching/asm/animals.yaml
src/worlds/tloz_oos/patching/asm/any_item_on_essence_pedestal.yaml
src/worlds/tloz_oos/patching/asm/bigger_inventory.yaml
src/worlds/tloz_oos/patching/asm/bombchus.yaml
src/worlds/tloz_oos/patching/asm/boss_items.yaml
src/worlds/tloz_oos/patching/asm/business_scrubs.yaml
src/worlds/tloz_oos/patching/asm/collect.yaml
src/worlds/tloz_oos/patching/asm/combat_difficulty.yaml
src/worlds/tloz_oos/patching/asm/compass_chimes.yaml
src/worlds/tloz_oos/patching/asm/cutscenes.yaml
src/worlds/tloz_oos/patching/asm/file_select_custom_string.yaml
src/worlds/tloz_oos/patching/asm/gasha_loot.yaml
src/worlds/tloz_oos/patching/asm/get_item_behavior.yaml
src/worlds/tloz_oos/patching/asm/gfx.yaml
src/worlds/tloz_oos/patching/asm/impa_refill.yaml
src/worlds/tloz_oos/patching/asm/item_events.yaml
src/worlds/tloz_oos/patching/asm/layouts.yaml
src/worlds/tloz_oos/patching/asm/locations.yaml
src/worlds/tloz_oos/patching/asm/maku_tree.yaml
src/worlds/tloz_oos/patching/asm/map_menu.yaml
src/worlds/tloz_oos/patching/asm/misc.yaml
src/worlds/tloz_oos/patching/asm/multi.yaml
src/worlds/tloz_oos/patching/asm/new_game.yaml
src/worlds/tloz_oos/patching/asm/new_treasures.yaml
src/worlds/tloz_oos/patching/asm/owl.yaml
src/worlds/tloz_oos/patching/asm/progressives.yaml
src/worlds/tloz_oos/patching/asm/quick_switch.yaml
src/worlds/tloz_oos/patching/asm/remove_items_on_use.yaml
src/worlds/tloz_oos/patching/asm/rings.yaml
src/worlds/tloz_oos/patching/asm/samasa_combination.yaml
src/worlds/tloz_oos/patching/asm/seasons_handling.yaml
src/worlds/tloz_oos/patching/asm/seed_tree.yaml
src/worlds/tloz_oos/patching/asm/shops_handling.yaml
src/worlds/tloz_oos/patching/asm/static_items.yaml
src/worlds/tloz_oos/patching/asm/subscreen_1_improvement.yaml
src/worlds/tloz_oos/patching/asm/tarm_gate_requirement.yaml
src/worlds/tloz_oos/patching/asm/text.yaml
src/worlds/tloz_oos/patching/asm/tracker_flags.yaml
src/worlds/tloz_oos/patching/asm/triggers.yaml
src/worlds/tloz_oos/patching/asm/util.yaml
src/worlds/tloz_oos/patching/asm/vars.yaml
src/worlds/tloz_oos/patching/asm/warp_to_start.yaml
src/worlds/tloz_oos/patching/asm/conditional/ganon_goal.yaml
src/worlds/tloz_oos/patching/asm/conditional/instant_rosa.yaml
src/worlds/tloz_oos/patching/asm/conditional/mute_music.yaml
src/worlds/tloz_oos/patching/asm/conditional/old_men_as_locations.yaml
src/worlds/tloz_oos/patching/asm/conditional/quick_flute.yaml
src/worlds/tloz_oos/patching/asm/conditional/remove_d0_alt_entrance.yaml
src/worlds/tloz_oos/patching/asm/conditional/remove_d2_alt_entrance.yaml
src/worlds/tloz_oos/patching/asm/conditional/secret_locations.yaml
src/worlds/tloz_oos/patching/asm/cross_items/bank_46_redirects.yaml
src/worlds/tloz_oos/patching/asm/cross_items/bank_47_redirects.yaml
src/worlds/tloz_oos/patching/asm/cross_items/bank_4d_redirects.yaml
src/worlds/tloz_oos/patching/asm/cross_items/cane_of_somaria.yaml
src/worlds/tloz_oos/patching/asm/cross_items/enemy_collision.yaml
src/worlds/tloz_oos/patching/asm/cross_items/helmasaur.yaml
src/worlds/tloz_oos/patching/asm/cross_items/safe_inter_bank_call.yaml
src/worlds/tloz_oos/patching/asm/cross_items/seed_shooter.yaml
src/worlds/tloz_oos/patching/asm/cross_items/switch_hook.yaml
src/worlds/tloz_oos/patching/asm/cross_items/uncmp_gfx.yaml
src/worlds/tloz_oos/patching/data_manager/__init__.py
src/worlds/tloz_oos/patching/data_manager/text.py
src/worlds/tloz_oos/patching/text/__init__.py
src/worlds/tloz_oos/patching/text/decoding.py
src/worlds/tloz_oos/patching/text/encoding.py
src/worlds/tloz_oos/patching/z80asm/Assembler.py
src/worlds/tloz_oos/patching/z80asm/Errors.py
src/worlds/tloz_oos/patching/z80asm/MnemonicsTree.py
src/worlds/tloz_oos/patching/z80asm/Util.py
src/worlds/tloz_oos/patching/z80asm/__init__.py
src/worlds/tloz_oos/test/__init__.py
src/worlds/tloz_oos/tool/__init__.py
src/worlds/tloz_oos/tool/asm_lister.py
src/worlds/tloz_oos/tool/oos_text_parser.py
src/worlds/tloz_oos/tool/sym.py