• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Help in adding New Moves using DPE and CFRU

  • 19
    Posts
    9
    Years
    • Seen Oct 8, 2023
    I am trying to insert new attacks after Dragon Energy and before the Z-Moves. I repointed them correctly as you can see for both their name strings and their defines, and I even repointed the Z-Moves and Max Moves to be after the non Z-moves I put. When I add the custom move to a learnset it shows up correctly on the pokemon menu and even on the battle menu, and even shows the correct animation, but when I use the move in battle it says <POKEMON> used Breakneck Blitz. I added the move description and battle abilities using G3T's move editor. I also tried removing the Z-Moves from the defines and the strings, but it didn't make a difference.

    [PokeCommunity.com] Help in adding New Moves using DPE and CFRU


    [PokeCommunity.com] Help in adding New Moves using DPE and CFRU


    [PokeCommunity.com] Help in adding New Moves using DPE and CFRU


    [PokeCommunity.com] Help in adding New Moves using DPE and CFRU


    [PokeCommunity.com] Help in adding New Moves using DPE and CFRU
     
    Last edited:
    Maybe a dumb question, but did you also write the code for the new move's effect in the battle_moves.c file?
     
    Edit: Fix this issue, look below this post to see the fix.

    I'm having the same issue, if anyone knows a way to fix this, please let me know

    [PokeCommunity.com] Help in adding New Moves using DPE and CFRU

    [PokeCommunity.com] Help in adding New Moves using DPE and CFRU
     
    Last edited:
    I am trying to insert new attacks after Dragon Energy and before the Z-Moves. I repointed them correctly as you can see for both their name strings and their defines, and I even repointed the Z-Moves and Max Moves to be after the non Z-moves I put. When I add the custom move to a learnset it shows up correctly on the pokemon menu and even on the battle menu, and even shows the correct animation, but when I use the move in battle it says <POKEMON> used Breakneck Blitz. I added the move description and battle abilities using G3T's move editor. I also tried removing the Z-Moves from the defines and the strings, but it didn't make a difference.

    [PokeCommunity.com] Help in adding New Moves using DPE and CFRU


    [PokeCommunity.com] Help in adding New Moves using DPE and CFRU


    [PokeCommunity.com] Help in adding New Moves using DPE and CFRU


    [PokeCommunity.com] Help in adding New Moves using DPE and CFRU


    [PokeCommunity.com] Help in adding New Moves using DPE and CFRU

    Hey, I figured out how to fix this issue! What you what to do is use "python scripts//clean.py" before running "python scripts//make.py" for both DPE & CFRU. Also, make sure that the names for the moves are consistent between both "moves.h". Hope this helps!
     
    Thank you so much! I'm currently using an emerald rom base for my current hack, but once im finished with it, I'll definately use CFRU now that I know this!
     
    Hey no problem, I'm glad I could help! Hope what you've been working on goes well!
     
    Back
    Top