mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Pokemon Emerald: Change Ho-Oh capitalization (#3069)
This commit is contained in:
@@ -56,7 +56,7 @@ def set_rules(world: "PokemonEmeraldWorld") -> None:
|
||||
"Registeel": "REGISTEEL",
|
||||
"Mew": "MEW",
|
||||
"Deoxys": "DEOXYS",
|
||||
"Ho-oh": "HO_OH",
|
||||
"Ho-Oh": "HO_OH",
|
||||
"Lugia": "LUGIA",
|
||||
}.items()
|
||||
if name in world.options.allowed_legendary_hunt_encounters.value
|
||||
|
Reference in New Issue
Block a user