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

@@ -96,7 +96,7 @@ class PokemonIconSprite < SpriteWrapper
@counter = 0
self.pokemon = pokemon
@logical_x = 0 # Actual x coordinate
@logical_y = 0 # Actual y coordinate
@logical_y = 0 # Actual y coordinate
@adjusted_x = 0 # Offset due to "jumping" animation in party screen
@adjusted_y = 0 # Offset due to "jumping" animation in party screen
end
@@ -184,7 +184,7 @@ class PokemonIconSprite < SpriteWrapper
return if !@animBitmap
super
@animBitmap.update
self.bitmap = @animBitmap.bitmap
self.bitmap = @animBitmap.bitmap
# Update animation
cl = self.counterLimit
if cl==0
@@ -321,7 +321,7 @@ class PokemonSpeciesIconSprite < SpriteWrapper
return if !@animBitmap
super
@animBitmap.update
self.bitmap = @animBitmap.bitmap
self.bitmap = @animBitmap.bitmap
# Update animation
@counter += 1
if @counter>=self.counterLimit
@@ -361,4 +361,4 @@ def showShadow?(species)
return true
# metrics = pbLoadSpeciesMetrics
# return (metrics[MetricBattlerAltitude][species] || 0)>0
end
end