Added effect of Pokémon Box Link

This commit is contained in:
Maruno17
2021-09-12 21:08:46 +01:00
parent f9c6e142e5
commit f00f030825
6 changed files with 57 additions and 8 deletions

View File

@@ -320,6 +320,10 @@ module Settings
# The Game Switch which, while ON, makes all Pokémon created considered to be
# met via a fateful encounter.
FATEFUL_ENCOUNTER_SWITCH = 32
# The Game Switch which, while ON, disables the effect of the Pokémon Box Link
# and prevents the player from accessing Pokémon storage via the party screen
# with it.
DISABLE_BOX_LINK_SWITCH = 35
#=============================================================================