adds icons for dye kit items

This commit is contained in:
chardub
2025-03-14 19:42:23 -04:00
parent b53ffd0c73
commit 88ed3c000e
36 changed files with 18 additions and 1 deletions

View File

@@ -46,7 +46,14 @@
def onLoadExistingGame()
migrateOldSavesToCharacterCustomization()
clear_all_images()
loadDateSpecificChanges()
end
def loadDateSpecificChanges()
current_date = Time.new
if (current_date.day == 1 && current_date.month == 4)
$Trainer.hat2=HAT_CLOWN if $Trainer.unlocked_hats.include?(HAT_CLOWN)
end
end
def onStartingNewGame() end