mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 13:44:59 +00:00
31 lines
660 B
Ruby
31 lines
660 B
Ruby
#############
|
|
# 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
|
|
|
|
VAR_SPEED_UP_TOGGLE_SPEED=23
|
|
|
|
MAP_TEMPLATE_EVENTS = 175
|
|
TEMPLATE_EVENT_SILHOUETTE = 7
|
|
|
|
SWITCH_TRIPLE_BOSS_BATTLE = 824
|
|
SWITCH_SILVERBOSS_BATTLE = 675
|
|
|
|
GENDER_FEMALE=0
|
|
GENDER_MALE=1
|
|
|
|
MELOETTA_BAND_NAME = "Miss Melody and the Mystic Musicians"
|
|
SUCKY_BAND_NAME = "MooMoo Milk" |