Removed all excess whitespace and standardized line endings.

This commit is contained in:
m3rein
2020-09-05 21:23:16 +02:00
parent caed5bd757
commit 240af4e5e7
219 changed files with 929 additions and 929 deletions

View File

@@ -206,7 +206,7 @@ class BugContestState
for poke in @otherparty
$Trainer.party.push(poke)
end
if !interrupted
if !interrupted
if @lastPokemon
pbNicknameAndStore(@lastPokemon)
end
@@ -374,7 +374,7 @@ def pbBugContestBattle(species,level)
pbPrepareBattle(battle)
# Perform the battle itself
decision = 0
pbBattleAnimation(pbGetWildBattleBGM(foeParty),0,foeParty) {
pbBattleAnimation(pbGetWildBattleBGM(foeParty),0,foeParty) {
decision = battle.pbStartBattle
pbAfterBattle(decision,true)
if decision==2 || decision==5 # Lost or drew
@@ -402,4 +402,4 @@ def pbBugContestBattle(species,level)
Events.onWildBattleEnd.trigger(nil,species,level,decision)
# Return false if the player lost or drew the battle, and true if any other result
return (decision!=2 && decision!=5)
end
end