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

[Other] Is possible to change binary to decomp with the same file?

  • 6
    Posts
    2
    Years
    • Seen Jun 27, 2023
    Hello,

    I already have a project that i started with binary hacking, but since i couldnt find the atack editor gsc, is possible i continue my project with disassembly? Or disassembly is only used to build a new file from scratch?

    Thx.
     
    Or disassembly is only used to build a new file from scratch?
    Yes, it is.
    With the disassembly or the decompilation projects you modify a codebase that produces a ROM.
    Thus, anything related to binary hacking (i.e. the action of modifying a ROM directly) loses any meaning.
    If you started a project in binary, you'll have to finish it like that, or recreate it from scratch with the disassemblies.
     
    Back
    Top