I didn't update the UI scripts, but I'm glad you downloaded them anyway. I saved the file with the wrong encoding, so the gender symbols got deleted.
I can't tell what's happening with your stuff, as I can't replicate the error.
I actually get that same thing happening. It's only while the "sparkle" animation is playing. The same thing seems to happen with mega Pokemon as well but they continue to hover. Also, with the update you just released, when a Pokemon gets hit in battle their sprite moves up about the same amount. It's additive though, so mega Pokemon are affected the worst. The final thing {XD} I crash when going to the Pokedex due to your Pokedex fix. Here's the error:
Code:
Exception: NoMethodError
Message: undefined method `setBitmap' for #<PokemonSprite:0xb3d7210>
EliteBattle_BitmapWrappers:287:in `pbUpdate'
PScreen_PokedexNestForm:217:in `pbStartScene_fix'
EliteBattle_BitmapWrappers:255:in `pbStartScene'
PScreen_PokedexNestForm:414:in `pbStartScreen'
PScreen_Pokedex:844:in `pbDexEntry'
PScreen_Pokedex:774:in `loop'
PScreen_Pokedex:847:in `pbDexEntry'
PScreen_Pokedex:773:in `pbActivateWindow'
PScreen_Pokedex:773:in `pbDexEntry'
PScreen_Pokedex:1078:in `pbPokedex'
I was checking Pidgeotto but it happens for every Pokemon I've tried.
I've not edited your scripts in any way. The other scripts I have are:
Pokémon Starter Selection [ADVANCED VERSION] - by shiney570
Unreal Time System - by FL
Random Egg Generator - by FL
The changes I've made are:
Added Paralysis immunity to Electric types in the script PokeBattle_BattlerEffects.
Added "Trap" move immunity to Ghost types in the script PokeBattle_Battle.
Removed Steel's resistance to Ghost and Dark in the PBS.
Added Fairy to the PBS.
Assigned Fairy to the Pokemon and Moves that were changed in Gen VI in the PBS.
Updated the Base Stats of the Pokemon that were changed in Gen VI in the PBS.
Added a custom evolution for the way Eevee evolves into Sylveon in the script Pokemon_Evolution.
Added the capability for evolution after a battle even if you lose or tie in the script PField_Field.
Added mega evolutions for Absol and Lucario (both using ESCAPEROPE as their "mega stone" for now) in the script Pokemon_MultipleForms.
Added Chespin to the PBS.