Removes quitmenu prompt when exiting clothes menu

This commit is contained in:
chardub
2025-03-14 15:18:23 -04:00
parent 048e51b9ae
commit b53ffd0c73
8 changed files with 19 additions and 2 deletions

View File

@@ -103,8 +103,9 @@ class ClothesShopPresenter < PokemonMartScreen
item = @scene.pbChooseBuyItem
if !item
break if @adapter.isShop?
quit_menu_choice = quitMenuPrompt()
break if quit_menu_choice
#quit_menu_choice = quitMenuPrompt()
#break if quit_menu_choice
break
next
end