Files
infinitefusion-e18/Data/Scripts/049_Compatibility/Constants.rb
infinitefusion 5f9e03726c mt silver (wip)
2021-10-09 13:06:31 -04:00

21 lines
395 B
Ruby

#Switches
NEW_GAME_PLUS = 972
BEAT_THE_LEAGUE = 12
#Variables
DEFAULT_BATTLE_TYPE = 242
BATTLE_FACTORY_TOKENS = 243
#Settings
# This is for settings that are used in scripts since it's a chore to change them everywhere to include the module name
NUM_BADGES=Settings::NB_BADGES
EGGINITIALLEVEL=Settings::EGG_LEVEL
#this is fucking stupid but apparently necessary
FALSE = false
TRUE = true