Recent content by LeGogh_

  1. L

    Pokédex BW Style

    Not sure if anyone else is having this issue, but I'm using EBDX and for some reason the sprites used in the Pokedex are twice as fast as they are in battle. Is there any way to change the animation speed of the sprites as they appear in the Pokedex Screen?
  2. L

    Efficient Script for Beast Boost Ability

    Hey all, I made a script for Beast Boost that utilizes for loops to check which stat of the Pokémon should be raised. I tried my best to condense it, but this is about as short as I could make it. It works really well in game and I haven't had any issues yet. If you want to use it, just paste it...
  3. L

    [Custom Feature Question] Question about making move animations

    I figured out the problem. I have the Elite Battle System installed and there is a script that essentially overwrites the Battle Animation Editor in the default essentials. Once I removed that script it works perfectly fine now.
  4. L

    [Custom Feature Question] Question about making move animations

    Hey it's still not working, I hate being that guy but here is what I've done so far: -Defined 'ACCELEROCK' in the 'moves.txt' file -Used a different ID number than any other in the 'moves.txt' file -Created an animation for the move -Named the animation 'Move:ACCELEROCK' The move itself works as...
  5. L

    [Custom Feature Question] Question about making move animations

    639,ACCELEROCK,Accelerock,000,40,ROCK,Physical,100,20,0,00,1,abef,"The user smashes into the target at high speed. This move always goes first." This is currently how it's defined in moves.txt and the Animation Editor. But for some reason, it still isn't playing the animation in battle.
  6. L

    [Custom Feature Question] Question about making move animations

    What do you mean by build up the move animation? I'm just a bit confused because I assume you mean making the animation, which I already did. Or do you mean there's a certain spot in the Scripts I need to reference the animation to make it work?
  7. L

    [Custom Feature Question] Question about making move animations

    Hi there, I've just started messing around with Pokémon Essentials after having it for a while and am currently trying to add content up to Gen 7. I'm on the moves right now and am recreating 'Accelerock.' I have an animation made in the editor titled 'Move:ACCELEROCK' but every time I use it in...
Back
Top