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

@@ -29,7 +29,7 @@ module PhoneMsgType
Generic = 0
Greeting = 1
Body = 2
BattleRequest = 3
BattleRequest = 3
end
@@ -190,7 +190,7 @@ module PokemonSpeciesData
end
return ret
end
def self.optionalValues(compilingForms=false)
ret = {
"Type2" => [SpeciesType2, "e",:PBTypes],
@@ -469,4 +469,4 @@ def pbClearData
if pbRgssExists?("Data/Tilesets.rvdata")
$data_tilesets = load_data("Data/Tilesets.rvdata")
end
end
end