From dc4ec939cd8b87b98bb7ac78c95743985114a585 Mon Sep 17 00:00:00 2001 From: chardub Date: Sun, 9 Mar 2025 13:45:59 -0400 Subject: [PATCH] Clothes and Hats selection menu now opens on current worn outfit --- Data/Scripts/050_Outfits/UI/clothesShop/ClothesShopView.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Data/Scripts/050_Outfits/UI/clothesShop/ClothesShopView.rb b/Data/Scripts/050_Outfits/UI/clothesShop/ClothesShopView.rb index 2fc475fc0..28c0f08d0 100644 --- a/Data/Scripts/050_Outfits/UI/clothesShop/ClothesShopView.rb +++ b/Data/Scripts/050_Outfits/UI/clothesShop/ClothesShopView.rb @@ -117,6 +117,7 @@ class ClothesShopView < PokemonMart_Scene def pbChooseBuyItem itemwindow = @sprites["itemwindow"] refreshStock(@adapter) if !itemwindow + select_specific_item(@adapter.worn_clothes) if !@adapter.isShop? displayNewItem(itemwindow) @sprites["helpwindow"].visible = false pbActivateWindow(@sprites, "itemwindow") {