small fixes

This commit is contained in:
infinitefusion
2021-08-01 15:01:36 -04:00
parent cd5a2caf94
commit a91485cb8f
6 changed files with 322 additions and 163 deletions

View File

@@ -29,7 +29,7 @@ module GameData
return (filename) ? AnimatedBitmap.new(filename) : nil
end
def self.back_sprite_bitmap(dex_number)
def self.back_sprite_bitmap(dex_number,species=0, form = 0, gender = 0, shiny = false, shadow = false)
filename = self.sprite_filename(dex_number)
return (filename) ? AnimatedBitmap.new(filename) : nil
end