|
Post by Aryan 10 on May 26, 2017 13:10:40 GMT 5.5
This tutorial is for those that are new to ASM hacking. This tutorial's main focus is to tell how to compile ASM routines.
Tools Needed:
First, type or copy/paste your Asm routine in Thumb ASM Compiler. Now go to
It will generate a .bin file!
Then, open HxD, open both your rom and the .bin file, copy all the code in the .bin file and paste write it in free space in your rom (offset must end with 0, 4, 8 or C)
Now, replace pointer with your offset in reverse hex+1(add one first then reverse it).
FAQ What is Reverse hex?
|
|