Update 6.8

This commit is contained in:
chardub
2026-07-10 15:42:06 -04:00
parent 5b85e72cb2
commit 6a6f126a18
7871 changed files with 493194 additions and 224826 deletions
@@ -9,9 +9,13 @@ def select_game_mode
commands = []
commands << cmd_mode_classic
commands << cmd_mode_remix
commands << cmd_mode_random
commands << cmd_mode_legendary if $Trainer.new_game_plus_unlocked
commands << cmd_mode_remix if Settings::KANTO
if Settings::KANTO
commands << cmd_mode_random
else
commands << cmd_mode_random if $Trainer.new_game_plus_unlocked
end
commands << cmd_mode_legendary if Settings::KANTO && $Trainer.new_game_plus_unlocked
echoln $Trainer.new_game_plus_unlocked
commands_choose_mode = []