clown nose

This commit is contained in:
chardub
2025-03-25 16:37:22 -04:00
parent 4e26dbfeca
commit 37938f864b
540 changed files with 144 additions and 49 deletions

View File

@@ -119,6 +119,8 @@ end
# Sets up various battle parameters and applies special rules.
def pbPrepareBattle(battle)
$PokemonGlobal.nextBattleBack = "cyber" if $game_temp.corrupted_map
battleRules = $PokemonTemp.battleRules
# The size of the battle, i.e. how many Pokémon on each side (default: "single")
battle.setBattleMode(battleRules["size"]) if !battleRules["size"].nil? || $game_switches[SWITCH_NEW_GAME_PLUS]