Files
dockipelago/worlds/tloz_oos/patching/asm/__init__.py
Jonathan Tinney 7971961166
Some checks failed
Analyze modified files / flake8 (push) Failing after 2m28s
Build / build-win (push) Has been cancelled
Build / build-ubuntu2204 (push) Has been cancelled
ctest / Test C++ ubuntu-latest (push) Has been cancelled
ctest / Test C++ windows-latest (push) Has been cancelled
Analyze modified files / mypy (push) Has been cancelled
Build and Publish Docker Images / Push Docker image to Docker Hub (push) Successful in 5m4s
Native Code Static Analysis / scan-build (push) Failing after 5m2s
type check / pyright (push) Successful in 1m7s
unittests / Test Python 3.11.2 ubuntu-latest (push) Failing after 16m23s
unittests / Test Python 3.12 ubuntu-latest (push) Failing after 28m19s
unittests / Test Python 3.13 ubuntu-latest (push) Failing after 14m49s
unittests / Test hosting with 3.13 on ubuntu-latest (push) Successful in 5m0s
unittests / Test Python 3.13 macos-latest (push) Has been cancelled
unittests / Test Python 3.11 windows-latest (push) Has been cancelled
unittests / Test Python 3.13 windows-latest (push) Has been cancelled
add schedule I, sonic 1/frontiers/heroes, spirit island
2026-04-02 23:46:36 -07:00

101 lines
3.0 KiB
Python

asm_files = {
"base": [
"asm/animals.yaml",
"asm/any_item_on_essence_pedestal.yaml",
"asm/bigger_inventory.yaml",
"asm/bombchus.yaml",
"asm/boss_items.yaml",
"asm/business_scrubs.yaml",
"asm/collect.yaml",
"asm/combat_difficulty.yaml",
"asm/compass_chimes.yaml",
"asm/cutscenes.yaml",
"asm/faq_room.yaml",
"asm/file_select_custom_string.yaml",
"asm/foreign_items.yaml",
"asm/gasha_loot.yaml",
"asm/get_item_behavior.yaml",
"asm/gfx.yaml",
"asm/impa_refill.yaml",
"asm/item_events.yaml",
"asm/layouts.yaml",
"asm/locations.yaml",
"asm/maku_tree.yaml",
"asm/map_menu.yaml",
"asm/misc.yaml",
"asm/multi.yaml",
"asm/new_game.yaml",
"asm/new_treasures.yaml",
"asm/owl.yaml",
"asm/permanent_subrosia_pirate_ship.yaml",
"asm/progressives.yaml",
"asm/quick_switch.yaml",
"asm/remove_items_on_use.yaml",
"asm/rings.yaml",
"asm/samasa_combination.yaml",
"asm/seasons_handling.yaml",
"asm/seed_tree.yaml",
"asm/shops_handling.yaml",
"asm/static_items.yaml",
"asm/subscreen_1_improvement.yaml",
"asm/tarm_gate_requirement.yaml",
"asm/text.yaml",
"asm/tracker_flags.yaml",
"asm/triggers.yaml",
"asm/util.yaml",
"asm/vars.yaml",
"asm/warp_to_start.yaml"
],
"d11": [
"asm/conditional/d11.yaml"
],
"d11_in_d0": [
"asm/conditional/d11_in_d0.yaml"
],
"d11_in_samasa": [
"asm/conditional/d11_in_samasa.yaml"
],
"ganon_goal": [
"asm/conditional/ganon_goal.yaml"
],
"instant_rosa": [
"asm/conditional/instant_rosa.yaml"
],
"mute_music": [
"asm/conditional/mute_music.yaml"
],
"old_men_as_locations": [
"asm/conditional/old_men_as_locations.yaml"
],
"prevent_drowning_d0_warp": [
"asm/conditional/prevent_drowning_d0_warp.yaml"
],
"prevent_drowning_d2_warp": [
"asm/conditional/prevent_drowning_d2_warp.yaml"
],
"quick_flute": [
"asm/conditional/quick_flute.yaml"
],
"remove_d2_alt_entrance": [
"asm/conditional/remove_d2_alt_entrance.yaml"
],
"secret_locations": [
"asm/conditional/secret_locations.yaml"
],
"cross_items": [
"asm/cross_items/bank_46_redirects.yaml",
"asm/cross_items/bank_47_redirects.yaml",
"asm/cross_items/bank_4d_redirects.yaml",
"asm/cross_items/cane_of_somaria.yaml",
"asm/cross_items/enemy_collision.yaml",
"asm/cross_items/helmasaur.yaml",
"asm/cross_items/safe_inter_bank_call.yaml",
"asm/cross_items/seed_shooter.yaml",
"asm/cross_items/switch_hook.yaml",
"asm/cross_items/uncmp_gfx.yaml"
],
"random_puzzles": [
"asm/random_puzzles/d7_armos.yaml",
"asm/random_puzzles/hide_and_seek.yaml"
]
}