mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-11 07:04:59 +00:00
Removed all excess whitespace and standardized line endings.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user