pyproject.toml
src/worlds/earthbound/Client.py
src/worlds/earthbound/Items.py
src/worlds/earthbound/Locations.py
src/worlds/earthbound/Options.py
src/worlds/earthbound/Regions.py
src/worlds/earthbound/Register.py
src/worlds/earthbound/Rom.py
src/worlds/earthbound/Rules.py
src/worlds/earthbound/__init__.py
src/worlds/earthbound/archipelago.json
src/worlds/earthbound/setup_game.py
src/worlds/earthbound/docs/en_EarthBound.md
src/worlds/earthbound/docs/setup_en.md
src/worlds/earthbound/game_data/__init__.py
src/worlds/earthbound/game_data/battle_bg_data.py
src/worlds/earthbound/game_data/local_data.py
src/worlds/earthbound/game_data/palettes_organized.py
src/worlds/earthbound/game_data/static_location_data.py
src/worlds/earthbound/game_data/text_data.py
src/worlds/earthbound/gifting/__init__.py
src/worlds/earthbound/gifting/gift_tags.py
src/worlds/earthbound/gifting/trait_parser.py
src/worlds/earthbound/modules/__init__.py
src/worlds/earthbound/modules/area_scaling.py
src/worlds/earthbound/modules/boss_shuffle.py
src/worlds/earthbound/modules/dungeon_er.py
src/worlds/earthbound/modules/enemy_data.py
src/worlds/earthbound/modules/enemy_shuffler.py
src/worlds/earthbound/modules/equipamizer.py
src/worlds/earthbound/modules/flavor_data.py
src/worlds/earthbound/modules/hint_data.py
src/worlds/earthbound/modules/music_rando.py
src/worlds/earthbound/modules/palette_shuffle.py
src/worlds/earthbound/modules/psi_shuffle.py
src/worlds/earthbound/modules/shopsanity.py
src/worlds/earthbound/modules/enemizer/__init__.py
src/worlds/earthbound/modules/enemizer/enemy_attributes.py
src/worlds/earthbound/modules/enemizer/randomize_enemy_attacks.py
src/worlds/earthbound/modules/enemizer/randomize_enemy_attributes.py
src/worlds/earthbound/modules/enemizer/randomize_enemy_stats.py
src/worlds/earthbound/src/earthbound_basepatch.bsdiff4
src/worlds/earthbound/src/eb.asm
src/worlds/earthbound/src/fonts/Crashfont.bin
src/worlds/earthbound/src/fonts/crashscreen.bin
src/worlds/earthbound/src/fonts/main_font_extended.bin
src/worlds/earthbound/src/fonts/saturn_font_extended.bin
src/worlds/earthbound/src/new psi animations/PSI Blast Alpha.gif
src/worlds/earthbound/src/new psi animations/PSI Blast Beta.gif
src/worlds/earthbound/src/new psi animations/PSI Blast Gamma.gif
src/worlds/earthbound/src/new psi animations/PSI Blast Omega.gif
src/worlds/earthbound/src/new psi animations/PSI Missile Alpha.gif
src/worlds/earthbound/src/new psi animations/PSI Missile Gamma.gif
src/worlds/earthbound/src/new psi animations/PSI Missile Omega.gif
src/worlds/earthbound/src/new psi animations/PSI Missile beta.gif
src/worlds/earthbound/src/new psi animations/psi_animations.bin
src/worlds/earthbound/src/npcs/ap_normalbox.bin
src/worlds/earthbound/src/npcs/ap_normalbox_open.bin
src/worlds/earthbound/src/npcs/ap_progbox.bin
src/worlds/earthbound/src/npcs/ap_progbox_opened.bin
src/worlds/earthbound/src/npcs/breaker_box.bin
src/worlds/earthbound/src/npcs/breaker_box_shadow.bin
src/worlds/earthbound/test/__init__.py
src/worlds/earthbound/test/test_access.py