pyproject.toml
src/worlds/papermario/Entrance.py
src/worlds/papermario/GlitchOptions.py
src/worlds/papermario/ItemPool.py
src/worlds/papermario/LICENSE
src/worlds/papermario/Locations.py
src/worlds/papermario/README.md
src/worlds/papermario/Regions.py
src/worlds/papermario/Register.py
src/worlds/papermario/Rom.py
src/worlds/papermario/RomTable.py
src/worlds/papermario/RuleParser.py
src/worlds/papermario/Rules.py
src/worlds/papermario/SettingsString.py
src/worlds/papermario/Utils.py
src/worlds/papermario/__init__.py
src/worlds/papermario/archipelago.json
src/worlds/papermario/calculate_crc.py
src/worlds/papermario/client.py
src/worlds/papermario/itemhints.py
src/worlds/papermario/items.py
src/worlds/papermario/options.py
src/worlds/papermario/data/EntranceList.py
src/worlds/papermario/data/ItemList.py
src/worlds/papermario/data/LocationsList.py
src/worlds/papermario/data/LogicHelpers.json
src/worlds/papermario/data/MoveList.py
src/worlds/papermario/data/MysteryOptions.py
src/worlds/papermario/data/PaletteOptions.py
src/worlds/papermario/data/RomOptionList.py
src/worlds/papermario/data/__init__.py
src/worlds/papermario/data/actor_data.py
src/worlds/papermario/data/base_pmr_patch.bsdiff4
src/worlds/papermario/data/battles.py
src/worlds/papermario/data/chapter_logic.py
src/worlds/papermario/data/data.py
src/worlds/papermario/data/enum_ingame.py
src/worlds/papermario/data/enum_options.py
src/worlds/papermario/data/enum_types.py
src/worlds/papermario/data/formations_meta.py
src/worlds/papermario/data/item_exclusion.py
src/worlds/papermario/data/item_scores.py
src/worlds/papermario/data/item_source_types.py
src/worlds/papermario/data/itemlocation_replenish.py
src/worlds/papermario/data/itemlocation_special.py
src/worlds/papermario/data/node.py
src/worlds/papermario/data/palettes_meta.py
src/worlds/papermario/data/partners_meta.py
src/worlds/papermario/data/puzzle_data.py
src/worlds/papermario/data/song_data.py
src/worlds/papermario/data/starting_maps.py
src/worlds/papermario/data/regions/boos_mansion.json
src/worlds/papermario/data/regions/bowser's_castle.json
src/worlds/papermario/data/regions/bowser's_castle_boss_rush.json
src/worlds/papermario/data/regions/bowser's_castle_shortened.json
src/worlds/papermario/data/regions/crystal_palace.json
src/worlds/papermario/data/regions/dry_dry_desert.json
src/worlds/papermario/data/regions/dry_dry_outpost.json
src/worlds/papermario/data/regions/dry_dry_ruins.json
src/worlds/papermario/data/regions/flower_fields.json
src/worlds/papermario/data/regions/forever_forest.json
src/worlds/papermario/data/regions/goomba_village.json
src/worlds/papermario/data/regions/gusty_gulch.json
src/worlds/papermario/data/regions/inside_the_whale.json
src/worlds/papermario/data/regions/jade_jungle.json
src/worlds/papermario/data/regions/koopa_bros_fortress.json
src/worlds/papermario/data/regions/koopa_region.json
src/worlds/papermario/data/regions/minigames.json
src/worlds/papermario/data/regions/mt_lavalava.json
src/worlds/papermario/data/regions/mt_rugged.json
src/worlds/papermario/data/regions/peachs_castle.json
src/worlds/papermario/data/regions/shiver_region.json
src/worlds/papermario/data/regions/shooting_star_summit.json
src/worlds/papermario/data/regions/shooting_star_summit_no_star_way.json
src/worlds/papermario/data/regions/shy_guys_toybox.json
src/worlds/papermario/data/regions/toad_town.json
src/worlds/papermario/data/regions/toad_town_tunnels.json
src/worlds/papermario/data/regions/tubbas_castle.json
src/worlds/papermario/docs/PM Sample.yaml
src/worlds/papermario/docs/PMR Settings String.yaml
src/worlds/papermario/docs/Resources and FAQ.md
src/worlds/papermario/docs/Roadmap.md
src/worlds/papermario/docs/en_Paper Mario.md
src/worlds/papermario/docs/setup_en.md
src/worlds/papermario/modules/__init__.py
src/worlds/papermario/modules/modify_entrances.py
src/worlds/papermario/modules/modify_game_strings.py
src/worlds/papermario/modules/modify_itempool.py
src/worlds/papermario/modules/random_actor_stats.py
src/worlds/papermario/modules/random_audio.py
src/worlds/papermario/modules/random_battles.py
src/worlds/papermario/modules/random_formations.py
src/worlds/papermario/modules/random_map_mirroring.py
src/worlds/papermario/modules/random_movecosts.py
src/worlds/papermario/modules/random_mystery.py
src/worlds/papermario/modules/random_palettes.py
src/worlds/papermario/modules/random_partners.py
src/worlds/papermario/modules/random_puzzles_minigames.py
src/worlds/papermario/modules/random_quizzes.py
src/worlds/papermario/modules/random_shop_prices.py
src/worlds/papermario/modules/random_stat_distribution.py
src/worlds/papermario/test/__init__.py