Fixed the value of the setting HEAL_STORED_POKEMON, restored all EOR weather messages

This commit is contained in:
Maruno17
2023-04-02 00:57:22 +01:00
parent 9d50b27aa0
commit b226e3cbb6
2 changed files with 6 additions and 6 deletions

View File

@@ -202,7 +202,7 @@ module Settings
NUM_STORAGE_BOXES = 40
# Whether putting a Pokémon into Pokémon storage will heal it. IF false, they
# are healed by the Recover All: Entire Party event command (at Poké Centers).
HEAL_STORED_POKEMON = (MECHANICS_GENERATION >= 8)
HEAL_STORED_POKEMON = (MECHANICS_GENERATION <= 7)
#=============================================================================