• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • 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.

[Scripting Question] Pokémon Transforming in Party animation

You could try looking at KleinStudio's BW Kit. It had animations for form changing.
 
Worse ... 15.1

Well... luckily most of the code only needs minor edits to support V18.1... Also, just to note, I just only realized that the Animation Bitmap Wrapper was made by you Luka and I had to remove lots of unnecessary functions and classes because
1. for simplicity sake
2. lots of those unnecessary functions don't work well with my game
 
Last edited:
Well... luckily most of the code only needs minor edits to support V18.1... Also, just to note, I just only realized that the Animation Bitmap Wrapper was made by you Luka and I had to remove lots of unnecessary functions and classes because
1. for simplicity sake
2. lots of those unnecessary functions don't work well with my game

Klein has a different Animated Bitmap Wrapper than Luka. I'd suggest removing the GifAnim stuff and using something like AnimatedSprite. Because even rn if you add Klein's or Luka's BitmapWrapper to your game rn, when you switch to EBDX it may lead to some conflicts because EBDX comes with it's own AnimatedBitmapWrapper which you don't wanna overwrite under any circumstances.
 
Klein has a different Animated Bitmap Wrapper than Luka. I'd suggest removing the GifAnim stuff and using something like AnimatedSprite. Because even rn if you add Klein's or Luka's BitmapWrapper to your game rn, when you switch to EBDX it may lead to some conflicts because EBDX comes with it's own AnimatedBitmapWrapper which you don't wanna overwrite under any circumstances.

Well... I mean... ok I just want to clarify something, is it ok to rename the AnimatedBitmapWrapper to something else like AnimWrapper?
 
Last edited:
Back
Top