Fixes hats menu navigation issue

This commit is contained in:
chardub
2025-03-14 11:19:44 -04:00
parent 5343792f8c
commit 03b832a897
3 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -142,6 +142,7 @@ class ClothesShopView < PokemonMart_Scene
end
if Input.trigger?(Input::BACK)
echoln "backibacki"
pbPlayCloseMenuSE
return nil
elsif Input.trigger?(Input::USE)

Binary file not shown.