• 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!
  • Scottie, Todd, Serena, Kris - which Pokémon protagonist is your favorite? Let us know by voting in our 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.

[ASM & Hex] Extracting image from Hex

  • 19
    Posts
    8
    Years
    • Seen Sep 9, 2020
    Hi, I'm fairly new around here and just starting to navigate through all of these diverse and helpful threads in the forum, however I don't think I have seen a way to do what I want to do yet.

    I want to extract a simple image from the hex of the rom so I can anayze it or convert it to a bmp. Before you throw NSE or any other program around, that's not what I'm looking for. I want to know how NSE does what it does so I can do similar things with code, I don't want to just use that tool.

    Are there any resource threads about understanding that kind of HEX to image conversion? Thanx.
     
    Hi, I'm fairly new around here and just starting to navigate through all of these diverse and helpful threads in the forum, however I don't think I have seen a way to do what I want to do yet.

    I want to extract a simple image from the hex of the rom so I can anayze it or convert it to a bmp. Before you throw NSE or any other program around, that's not what I'm looking for. I want to know how NSE does what it does so I can do similar things with code, I don't want to just use that tool.

    Are there any resource threads about understanding that kind of HEX to image conversion? Thanx.

    Not sure what language you are using but you can check out the source code for PGE for some image functions: https://github.com/Gamer2020/PokemonGameEditor
     
    Back
    Top