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

@@ -1,5 +1,5 @@
#===============================================================================
#
#
#===============================================================================
def pbDefaultMap
return $game_map.map_id if $game_map
@@ -555,7 +555,7 @@ end
#===============================================================================
#
#
#===============================================================================
class PokemonDataCopy
attr_accessor :dataOldHash
@@ -841,7 +841,7 @@ class PokemonDebugPartyScreen
@helpWindow.visible = true
end
def pbConfirm(text)
def pbConfirm(text)
ret = -1
@messageBox.text = text
@messageBox.visible = true
@@ -922,4 +922,4 @@ class PokemonDebugPartyScreen
@helpWindow.update
end
alias pbUpdate update
end
end