You should consider joining our Discord to ask for support.

We created a support channel using the new Discord Forum feature!

You can also visit our new website, it has a help section in English and French

0 like 0 dislike
296 views
in Script help by (220 points)
I want to know how to make an animation for pokemon when they spawn in battle, similar to Emerald, Diamond, Pearl and Platinum

1 Answer

1 like 0 dislike
by (28.0k points)
selected by
 
Best answer
For now there's not a lot of transitions so setting Switch 31 to 2 will do the same as RBY.

You'll need to implement the transition yourself for now, this is the explanation about Yuki::Animation: https://gitlab.com/pokemonsdk/pokemonsdk/-/blob/development/%23%20Yuki%20Animation.md

And this is the base script of all Battle transition: https://gitlab.com/pokemonsdk/pokemonsdk/-/blob/development/scripts/01600%20Alpha%2025%20Battle%20Engine/00002%20Battle_Visual/00002%20Transition/00000%20Transition.rb

For example the RBY is implemented this way: https://gitlab.com/pokemonsdk/pokemonsdk/-/blob/development/scripts/01600%20Alpha%2025%20Battle%20Engine/00002%20Battle_Visual/00002%20Transition/00100%20RBYWild.rb
...