• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Cyndy, May, Hero (Conquest), or Wes - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

How do I adjust the size and frame count of the party icons?

As the title says, I would like to know how to adjust the size of the icons that can be used for the party icons to 70x64 and I would like reduce the animations down to only 1 frame (still image) so the party screen doesn't have so much motion in it.

This sounds like it would be easy to do, even with a limit knowledge of Ruby (or coding in general), but I have just spent the last 2 hours looking through the party screen code and couldn't find anything that mentioned the 128x64 resolution that the game currently uses for the icons or 64x64 to show a single frame.

Eventually I found (code) and thought I was on to something, but I couldn't find self.icon used anywhere else.
Code:
 def self.icon(filename)
    self.load_bitmap("Graphics/Icons/"+ filename)
  end

so I'm stumped, any assistance with this would be greatly appreciated!
 
Back
Top