mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
15 lines
290 B
Ruby
15 lines
290 B
Ruby
#Switches
|
|
NEW_GAME_PLUS = 972
|
|
BEAT_THE_LEAGUE = 12
|
|
|
|
|
|
|
|
|
|
#Variables
|
|
DEFAULT_BATTLE_TYPE = 242
|
|
|
|
|
|
#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 |