update 6.7

This commit is contained in:
chardub
2025-09-28 15:53:01 -04:00
parent ef5e023ae0
commit 318ff90d8d
696 changed files with 111759 additions and 198230 deletions

View File

@@ -46,9 +46,9 @@ class PokemonBoxIcon
else
self.setBitmapDirectly(createFusionIcon(@pokemon.species, @pokemon.spriteform_head, @pokemon.spriteform_body, @pokemon.bodyShiny?, @pokemon.headShiny?))
if fusion_enabled
self.visible = true
self.opacity = 255
else
self.visible = false
self.opacity = 80
end
end
self.src_rect = Rect.new(0, 0, self.bitmap.height, self.bitmap.height)