mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-26 00:06:00 +00:00
Fixes hats menu navigation issue
This commit is contained in:
@@ -106,7 +106,8 @@ class ClothesShopPresenter < PokemonMartScreen
|
|||||||
break if @adapter.isShop?
|
break if @adapter.isShop?
|
||||||
quit_menu_choice = quitMenuPrompt()
|
quit_menu_choice = quitMenuPrompt()
|
||||||
break if quit_menu_choice
|
break if quit_menu_choice
|
||||||
item = @scene.pbChooseBuyItem
|
next
|
||||||
|
#item = @scene.pbChooseBuyItem
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -142,6 +142,7 @@ class ClothesShopView < PokemonMart_Scene
|
|||||||
end
|
end
|
||||||
|
|
||||||
if Input.trigger?(Input::BACK)
|
if Input.trigger?(Input::BACK)
|
||||||
|
echoln "backibacki"
|
||||||
pbPlayCloseMenuSE
|
pbPlayCloseMenuSE
|
||||||
return nil
|
return nil
|
||||||
elsif Input.trigger?(Input::USE)
|
elsif Input.trigger?(Input::USE)
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user