• 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] Spinda and Unown routines

  • 39
    Posts
    8
    Years
    So I want to make a pokemon have different sprites based on its personality value, just like Spinda and Unown, in Emerald.


    Has anyone already figured out the location of the routine that decides/edits the sprites used and a way to manipulate and implement the routine for another pokemon?


    Pls keep in mind I'm quite new to hacking in asm and hex...


    Thx in advance!
     
    So I want to make a pokemon have different sprites based on its personality value, just like Spinda and Unown, in Emerald.


    Has anyone already figured out the location of the routine that decides/edits the sprites used and a way to manipulate and implement the routine for another pokemon?


    Pls keep in mind I'm quite new to hacking in asm and hex...


    Thx in advance!
    I know what they are in Fr lol
    If you're looking for things based off of PID like Spinda then you'll want to hook in the routines that loads the pokemon sprites.
    The best way to go about this is to look for pointers to the front/back sprites and then disassemble those routines, then write a hook and write your routine in the hook.
     
    Back
    Top