Update 6.8

This commit is contained in:
chardub
2026-07-10 15:42:06 -04:00
parent 5b85e72cb2
commit 6a6f126a18
7871 changed files with 493194 additions and 224826 deletions
@@ -2,7 +2,7 @@
class HatShopView < ClothesShopView
def initialize(currency_name = "Money")
def initialize(currency_name = _INTL("Money"))
@currency_name = currency_name
end
@@ -97,11 +97,15 @@ class HatShopView < ClothesShopView
@adapter.updateTrainerPreview(itemwindow.item, @sprites["trainerPreview"])
displayLayerIcons(item)
else
description = _INTL("Quit.")
description = getQuitDescription
end
@sprites["itemtextwindow"].text = description
end
def getQuitDescription
return _INTL("Hats are submitted by the community. More will be added with future updates.")
end
def updateTrainerPreview()
super
updateSelectedLayerGraphicsVisibility