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") {