Archipelago/worlds/pokemon_emerald
Mysteryem f5e3677ef1
Pokemon Emerald: Fix invalid escape sequence warnings (#4328)
Generation on Python 3.12 would print SyntaxWarnings due to invalid '\d'
escape sequences added in #3832.

Use raw strings to avoid `\` being used to escape characters.
2024-12-12 19:04:27 +01:00
..
data Pokemon Emerald: Rework tags/dynamically create item and location groups (#3263) 2024-11-29 09:24:24 +01:00
docs Pokemon Emerald: Link to Rom Changes in Game Page (#4090) 2024-10-29 13:37:42 +01:00
test Pokemon Emerald: Update tests to use bases.py #4142 2024-11-06 09:37:14 +01:00
CHANGELOG.md Pokemon Emerald: Clean up dexsanity spoiler and hints (#3832) 2024-12-03 02:52:20 +01:00
LICENSE
__init__.py Pokemon Emerald: Exclude sacred ash post champion (#4207) 2024-12-05 16:33:21 +01:00
client.py
data.py Pokemon Emerald: Fix invalid escape sequence warnings (#4328) 2024-12-12 19:04:27 +01:00
groups.py Pokemon Emerald: Rework tags/dynamically create item and location groups (#3263) 2024-11-29 09:24:24 +01:00
items.py Pokemon Emerald: Rework tags/dynamically create item and location groups (#3263) 2024-11-29 09:24:24 +01:00
locations.py Pokemon Emerald: Rework tags/dynamically create item and location groups (#3263) 2024-11-29 09:24:24 +01:00
opponents.py
options.py
pokemon.py
regions.py
rom.py Pokemon Emerald: Prevent evolution fanfare from being replaced with flute (#4113) 2024-11-03 15:36:39 +01:00
rules.py Pokemon Emerald: Rework tags/dynamically create item and location groups (#3263) 2024-11-29 09:24:24 +01:00
sanity_check.py Pokemon Emerald: Rework tags/dynamically create item and location groups (#3263) 2024-11-29 09:24:24 +01:00
util.py