• 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.
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

[Battle] I'd like to make a request for a step by step tutorial for adding in new Abilities

I think you should read some ASM insertion tutorials, you seem to be confused about how the hook works. if you insert the compiled code at 0xfe3e00 you should insert
Code:
01 48 00 47 00 00 01 3e fe 08 at 0x6960E

where 01 3e fe 08 is the pointer+1 to your compiled code. That is what is meant by insert xx+1 xx xx 08 at 0x[offset].

Yeah I realize now how it's supposed to work. I got 10 new abilities in and they are all working correctly so I'm starting to get the hang of it. Thanks for the help!
 
Yeah I realize now how it's supposed to work. I got 10 new abilities in and they are all working correctly so I'm starting to get the hang of it. Thanks for the help!

Happy to help. The source code for inserting abilities assumes a lot of background knowledge. Perhaps making a guide for beginners would help solidify some of the terms that are thrown around this site.
 
Happy to help. The source code for inserting abilities assumes a lot of background knowledge. Perhaps making a guide for beginners would help solidify some of the terms that are thrown around this site.

So...literally what the thread's OP was asking for. *facepalm*
 
First expand Abilities Table then add the desired routine and hook it accordingly. Simple as that.
 
Back
Top