• 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!
  • 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] Can somebody provide me with an example of how this table should look in hex?

Sensual

This should be good.
  • 106
    Posts
    10
    Years
    • Seen Aug 3, 2018
    "Create a table with this structure: Word [Pointer to Image]; Byte [Pause Length]; Byte [Next Frame];"

    I'm just trying to make sure I'm doing this correctly. I'm trying to insert an animated sprite into the game. Let's say the frames for said sprite start at 800000, are all 64 bytes, and there's a pause length of 10 between each of them. Should it look like this in hex?:

    00 00 80 08 0A FF | 40 00 80 08 0A FF | 80 00 80 08 C4 00 80 08 etc...

    I'm not sure what bytes I should use for the "Next Frame" part either.

    Also, what's the easiest method of inserting an image into free space?

    Thanks for any help!
     
    Back
    Top