diff --git a/Data/Scripts/050_Outfits/UI/clothesShop/ClothesShopPresenter.rb b/Data/Scripts/050_Outfits/UI/clothesShop/ClothesShopPresenter.rb index d3faafdce..70b59ad1a 100644 --- a/Data/Scripts/050_Outfits/UI/clothesShop/ClothesShopPresenter.rb +++ b/Data/Scripts/050_Outfits/UI/clothesShop/ClothesShopPresenter.rb @@ -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 diff --git a/Data/Scripts/050_Outfits/UI/clothesShop/ClothesShopView.rb b/Data/Scripts/050_Outfits/UI/clothesShop/ClothesShopView.rb index d8c4ddac1..792eacd07 100644 --- a/Data/Scripts/050_Outfits/UI/clothesShop/ClothesShopView.rb +++ b/Data/Scripts/050_Outfits/UI/clothesShop/ClothesShopView.rb @@ -142,6 +142,7 @@ class ClothesShopView < PokemonMart_Scene end if Input.trigger?(Input::BACK) + echoln "backibacki" pbPlayCloseMenuSE return nil elsif Input.trigger?(Input::USE) diff --git a/Data/System.rxdata b/Data/System.rxdata index a31fe9436..17be77613 100644 Binary files a/Data/System.rxdata and b/Data/System.rxdata differ