• 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!
  • 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] Looking for tutorial for making new door animation

  • 25
    Posts
    13
    Years
    • Seen May 17, 2020
    Hey! I know that I need to use door manager program, and inside program is readme file with tut, but first I don't know how to find these bytes in rom (find 300 bytes in hex editor?) And if i use fsf for looking for bytes new animation comes glitchy (i imported working doors animation from the same rom) I really need these new animations, thanks for help. In shortcut i don't undestand tutorial from door manager program and i couldn't find any good tut on internet
     
    Last edited:
    To find free space in a hex editor, what you need to do (after downloading the hex editor obviously) is open your ROM and look for a big chunk of FF bytes. Most of the free space starts at around ~0x720000. It should look something like this:
    [PokeCommunity.com] Looking for tutorial for making new door animation

    Once you've found some, check to make sure it's enough (300 bytes in your case), and note the offset it starts at. In the picture above, it would be 71A240.
     
    Back
    Top