Pokemon Emerald: Change Ho-Oh capitalization (#3069)

This commit is contained in:
Bryce Wilson
2024-04-11 16:31:53 -06:00
committed by GitHub
parent c534cb79b5
commit cf59cfaad0
5 changed files with 6 additions and 6 deletions

View File

@@ -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