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

@@ -387,7 +387,7 @@ class PokemonMart_Scene
def pbStartBuyScene(stock,adapter)
pbStartBuyOrSellScene(true,stock,adapter)
end
def pbStartSellScene(bag,adapter)
if $PokemonBag
pbStartSellScene2(bag,adapter)
@@ -622,7 +622,7 @@ class PokemonMart_Scene
pbPlayCancelSE()
ret=0
break
end
end
end
}
}
@@ -740,7 +740,7 @@ class PokemonMartScreen
raise _INTL("Failed to delete stored items")
end
end
pbDisplayPaused(_INTL("You have no more room in the Bag."))
pbDisplayPaused(_INTL("You have no more room in the Bag."))
else
@adapter.setMoney(@adapter.getMoney-price)
for i in 0...@stock.length
@@ -753,7 +753,7 @@ class PokemonMartScreen
if $PokemonBag
if quantity>=10 && pbIsPokeBall?(item) && hasConst?(PBItems,:PREMIERBALL)
if @adapter.addItem(getConst(PBItems,:PREMIERBALL))
pbDisplayPaused(_INTL("I'll throw in a Premier Ball, too."))
pbDisplayPaused(_INTL("I'll throw in a Premier Ball, too."))
end
end
end
@@ -929,4 +929,4 @@ class Game_Interpreter
end
end
end
end
end