Binary ROM HackingNeed a helping hand or just want to talk about binary ROM hacks? Get comments and answers to any ROM Hacking-related problems, questions or thoughts you have here.
So I've heard that JPAN hacked engine is not required for this..
So, I make a scrpit I want to run by an item and simply type its offset+1 in field usage box???
That's it?
No, that's not quite how it works. The pointer in the item structure is a pointer to a routine in assembly, not a script. You'd need to write your own assembly to run the script, then write the script. That's what JPAN's engine does, and the source code for it is available if you only want the item routine rather than the entire thing.