mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 22:54:59 +00:00
6.6 release fixes
This commit is contained in:
@@ -7,6 +7,7 @@ class AnimatedBitmap
|
||||
def shiftAllColors(dex_number, bodyShiny, headShiny)
|
||||
# pratically the same as hue_changecolors but for the animated bitmap
|
||||
if isFusion(dex_number)
|
||||
return if !bodyShiny && !headShiny
|
||||
body_id = getBodyID(dex_number)
|
||||
head_id = getHeadID(dex_number, body_id)
|
||||
shiny_directory = "Graphics/Battlers/Shiny/#{head_id}.#{body_id}"
|
||||
|
||||
Reference in New Issue
Block a user