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

@@ -157,7 +157,7 @@ ItemHandlers::UseInField.add(:WHITEFLUTE,proc { |item|
next 1
})
ItemHandlers::UseInField.add(:HONEY,proc { |item|
ItemHandlers::UseInField.add(:HONEY,proc { |item|
pbUseItemMessage(item)
pbSweetScent
next 3
@@ -228,7 +228,7 @@ ItemHandlers::UseInField.add(:BICYCLE,proc { |item|
if $PokemonGlobal.bicycle
pbDismountBike
else
pbMountBike
pbMountBike
end
next 1
end
@@ -296,7 +296,7 @@ ItemHandlers::UseInField.add(:ITEMFINDER,proc { |item|
else # Item is nearby, face towards it
direction = $game_player.direction
if offsetX.abs>offsetY.abs
direction = (offsetX<0) ? 4 : 6
direction = (offsetX<0) ? 4 : 6
else
direction = (offsetY<0) ? 8 : 2
end
@@ -1107,4 +1107,4 @@ ItemHandlers::UseOnPokemon.add(:ABILITYCAPSULE,proc { |item,pkmn,scene|
next true
end
next false
})
})