mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Mt. silver, Rock Climb - startup performance
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
def getTrainersDataMode
|
||||
mode = GameData::Trainer
|
||||
if $game_switches && $game_switches[SWITCH_MODERN_MODE] && !$game_switches[SWITCH_BIRDBOSS_BATTLE]
|
||||
if $game_switches && $game_switches[SWITCH_MODERN_MODE]
|
||||
mode = GameData::TrainerModern
|
||||
end
|
||||
return mode
|
||||
|
||||
Reference in New Issue
Block a user