• 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.

[Graphics] How to change the sprites in DPE

henryvinst

an unovan boy
  • 11
    Posts
    2
    Years
    • he him
    • Seen Sep 24, 2023
    Hello Pokecommunity! I'm developing a game with DPE, but I'm sick of the default sprites and would like to change to new ones. I tried changing the old ones for new ones in the "graphics" folder and compiling over the old DPE but I got graphical errors. Is there a way to remove the DPE and then compile a new one, with new sprites? Or a way to get the A-Series to work with the DPE?

    This is a print of a buggy version after ovewriting the DPE with the new one.
    [PokeCommunity.com] How to change the sprites in DPE

    This is a backup version without overwriting the DPE.
    [PokeCommunity.com] How to change the sprites in DPE
     
    Hello Pokecommunity! I'm developing a game with DPE, but I'm sick of the default sprites and would like to change to new ones. I tried changing the old ones for new ones in the "graphics" folder and compiling over the old DPE but I got graphical errors. Is there a way to remove the DPE and then compile a new one, with new sprites? Or a way to get the A-Series to work with the DPE?

    This is a print of a buggy version after ovewriting the DPE with the new one.

    Your approach is the problem.

    You aren't meant to make the DPE over the top of the output test.gba.

    The whole idea of it being dynamically inserted is that it produces a new ROM each time. So you're basically doubling up every byte of data in the DPE.

    Just change the sprites and run it on a version of your ROM before you applied any DPE and it should be fine.

    Are you also applying the CFRU?
     
    Back
    Top