• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • 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] Clever idea or pipe dream?

  • 47
    Posts
    5
    Years
    • Seen Jun 25, 2025
    Hi everyone,

    I want to finish my binary hack before I move on to my full Decomp hack.

    Long story short, I thought I would speed that along by making one change via decomp, use the 'make compare' command to assemble, then compare the data, and copy/paste whatever hex code is different into my binary.

    I just need to know if that's even possible or if 'make compare' only makes 100% vanilla pokeemerald.
     
    Hi everyone,

    I want to finish my binary hack before I move on to my full Decomp hack.

    Long story short, I thought I would speed that along by making one change via decomp, use the 'make compare' command to assemble, then compare the data, and copy/paste whatever hex code is different into my binary.

    I just need to know if that's even possible or if 'make compare' only makes 100% vanilla pokeemerald.

    This will only work if the change you are making doesn't change the rom's size. If the change adds or removes any data, all data after that point gets shifted and all the pointers to that data will get changed, resulting in thousands of changes that you won't be able to easily apply to a binary hack.
     
    Back
    Top