mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixes hats menu navigation issue
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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.
Reference in New Issue
Block a user