Removes commented code

This commit is contained in:
chardub
2025-03-14 11:21:43 -04:00
parent 03b832a897
commit d754fc45f5
4 changed files with 0 additions and 64 deletions

View File

@@ -101,13 +101,11 @@ class ClothesShopPresenter < PokemonMartScreen
item = nil
loop do
item = @scene.pbChooseBuyItem
#break if !item
if !item
break if @adapter.isShop?
quit_menu_choice = quitMenuPrompt()
break if quit_menu_choice
next
#item = @scene.pbChooseBuyItem
end
@@ -155,7 +153,6 @@ class ClothesShopPresenter < PokemonMartScreen
@stock.compact!
pbDisplayPaused(_INTL("Here you are! Thank you!")) { pbSEPlay("Mart buy item") }
@adapter.addItem(item)
# break
end
@scene.pbEndBuyScene
end