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

@@ -55,7 +55,7 @@ class Game_Player < Game_Character
end
def pbHasDependentEvents?
return $PokemonGlobal.dependentEvents.length>0
return $PokemonGlobal.dependentEvents.length>0
end
def bump_into_object
@@ -486,7 +486,7 @@ def pbCanUseBike?(mapid)
return true if pbGetMetadata(mapid,MetadataBicycleAlways)
val = pbGetMetadata(mapid,MetadataBicycle)
val = pbGetMetadata(mapid,MetadataOutdoor) if val==nil
return (val) ? true : false
return (val) ? true : false
end
def pbMountBike
@@ -502,4 +502,4 @@ def pbDismountBike
$PokemonGlobal.bicycle = false
pbUpdateVehicle
$game_map.autoplayAsCue
end
end