mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
28 lines
505 B
Ruby
28 lines
505 B
Ruby
#Switches
|
|
NEW_GAME_PLUS = 972
|
|
BEAT_THE_LEAGUE = 12
|
|
BEAT_MT_SILVER=918
|
|
|
|
|
|
|
|
#Variables
|
|
DEFAULT_BATTLE_TYPE = 242
|
|
BATTLE_FACTORY_TOKENS = 243
|
|
NB_GYM_REMATCHES = 162
|
|
|
|
|
|
#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
|
|
|
|
|
|
DIRECTION_LEFT=4
|
|
DIRECTION_RIGHT=6
|
|
DIRECTION_DOWN=2
|
|
DIRECTION_UP=8 |