I actually found a better solution :
The problem is coming from the function 046 that decrease Special Defense by 1 (see : http://pokemonessentials.wikia.com/wiki/Function_codes).
With the code i proposed earlier I'm afraid we actually lose the special effect from the move.
So I suggest you keep...
It's me again, I was curious and decided to check if I can fix the Flash Cannon error someone reported earlier.
I found that if you replace the line 2907 (in PokeBattle_Battler in the Script Editor) by this
if thismove.function==0x46 # Flash Cannon
damage=thismove.pbEffect(user,target)
else...
Hi, I'm not sure if it's a bug or not so I came here to ask you about this. First of all, the map in the Pokégear does not display the location where you start (Slate Town) but that's not the thing I wanted to report about. I catched a Ralts and he learned Teleport, when I used it I was...