In battle, the Pokemon images are loaded from a list var/Front and var/Back
The Pokemon icons are .GIF whenever they show up now they don't show up properly in the battle window. Certain move animations also get stuck on the gif as well. For some reasons it only happen with certain Pokemon, not all of them. I made a little video since I cant really explain what it looks like; Notice how the Wurmble looks all weird when his icon appears and when I use an effect move on him, the effect remains? This doesn't happen with my battle with Sentret for some reasons:
Video:
This is what the list looks like (from which the Pokemon appear in battle):
var/FrontPokemon = list(
1 = 'Icons/Pokemon/Front/001.gif',
2 = 'Icons/Pokemon/Front/002.gif',
3 = 'Icons/Pokemon/Front/003.gif',
//In a battle the trainer's Pokemon would be generated like this:
icon(FrontPokemon[P.id]) // Where P.id is the ID of the Pokemon obviously.
Does the problem occur:
All the time with certain Pokemon
When does the problem NOT occur?
It doesn't happen with certain Pokemon... Maybe the icons are too big or the ressources don't load properly?
Did the problem NOT occur in any earlier versions?
To be honest, I'm really not sure as I've recently added Pokemon from new generations.
Link to the GIF files:
https://s22.postimg.org/ydxfz3l01/265.gif
https://s17.postimg.org/z2lop62mn/161.gif
And can you upload samples of the gifs?