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

@@ -11,7 +11,7 @@ class PokeBattle_Pokemon
attr_reader :speed # Current Speed stat
attr_reader :spatk # Current Special Attack stat
attr_reader :spdef # Current Special Defense stat
attr_accessor :status # Status problem (PBStatuses)
attr_accessor :status # Status problem (PBStatuses)
attr_accessor :statusCount # Sleep count/Toxic flag
attr_accessor :abilityflag # Forces the first/second/hidden (0/1/2) ability
attr_accessor :genderflag # Forces male (0) or female (1)
@@ -44,7 +44,7 @@ class PokeBattle_Pokemon
attr_accessor :obtainLevel # Level obtained
attr_accessor :hatchedMap # Map where an egg was hatched
attr_accessor :language # Language
attr_accessor :ot # Original Trainer's name
attr_accessor :ot # Original Trainer's name
attr_accessor :otgender # Original Trainer's gender:
# 0 - male, 1 - female, 2 - mixed, 3 - unknown
# For information only, not used to verify
@@ -934,4 +934,4 @@ def pbNewPkmn(species,level,owner=nil,withMoves=true)
return PokeBattle_Pokemon.new(species,level,owner,withMoves)
end
alias pbGenPkmn pbNewPkmn
alias pbGenPoke pbNewPkmn
alias pbGenPoke pbNewPkmn