Archipelago/worlds/alttp
Doug Hoskisson fdd7ffb089
Core: move output file name logic into core (#1066)
* move output file name logic into core

I see the same logic with small variations in each different world implementation.
It seems to me, it would be better in the core to keep it consistent.

* missed a few

* remove review comment

* + smw

* double quote strings

Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>

* revert change to DS3 output file name

Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
2022-10-02 16:53:18 +02:00
..
docs Docs: Update snes9x Links (#1048) 2022-09-27 13:26:33 +02:00
Bosses.py core: new freetext and textchoice options (#728) 2022-09-17 02:55:33 +02:00
Dungeons.py Core: optimize away Item.world (#840) 2022-08-05 17:09:21 +02:00
EntranceRandomizer.py Core: remove game-specific arguments from Generate (#971) 2022-08-30 17:12:33 +02:00
EntranceShuffle.py
InvertedRegions.py
ItemPool.py Alttp: only check item.type for own items with retro_cave 2022-09-17 02:25:09 +02:00
Items.py Core: cleanup Item classes (#849) 2022-08-06 00:49:54 +02:00
Options.py core: new freetext and textchoice options (#728) 2022-09-17 02:55:33 +02:00
OverworldGlitchRules.py
Regions.py Core: add generic interface to add ER data to hints (#1014) 2022-09-18 14:30:43 +02:00
Rom.py Core remove legacy patch (#1047) 2022-09-30 00:36:30 +02:00
Rules.py Core: optimize away Item.world (#840) 2022-08-05 17:09:21 +02:00
Shops.py Core: cleanup BaseClasses.Location 2022-08-07 13:11:12 +02:00
SubClasses.py Core: cleanup BaseClasses.Location 2022-08-07 13:11:12 +02:00
Text.py
UnderworldGlitchRules.py
__init__.py Core: move output file name logic into core (#1066) 2022-10-02 16:53:18 +02:00
requirements.txt