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

@@ -36,7 +36,7 @@ class PokeBattle_Pokemon
def fSpecies
return pbGetFSpeciesFromForm(@species,formSimple)
end
alias __mf_compatibleWithMove? compatibleWithMove? # Deprecated
def compatibleWithMove?(move)
v = MultipleForms.call("getMoveCompatibility",self)
@@ -134,7 +134,7 @@ def drawSpot(bitmap,spotpattern,x,y,red,green,blue)
bitmap.set_pixel(xOrg+1,yOrg,color)
bitmap.set_pixel(xOrg,yOrg+1,color)
bitmap.set_pixel(xOrg+1,yOrg+1,color)
end
end
end
end
end
@@ -687,4 +687,4 @@ MultipleForms.register(:PIKACHU,{
}
})
MultipleForms.copy(:PIKACHU,:EXEGGCUTE,:CUBONE)
MultipleForms.copy(:PIKACHU,:EXEGGCUTE,:CUBONE)