Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games. Don't forget to come back September 21st to vote for your favorites!
Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
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...