- 275
- Posts
- 11
- Years
- Ukraine
- Seen May 16, 2025
Just curious if it's possible to continue my binary hack in disassembly or should I start everything from scratch?
Last edited:
Basically I was asking if it's possible to use my hacked rom as a base for decomp and you cleared that out. Thanks for the help!Binary hacking is based entirely around data pointing to other data. In decomp, there are no pointers because nothing's been compiled you. You can probably copy over XSE scripts with little hassle, but I don't think you can do much else. Essentially, if you make something outside of the rom, then put it in (XSE scripts, pictures, etc), then you can probably do the same in decomp. If you put something directly into the rom (data entry, mostly), then you will probably have to redo that.
There's no way to take a binary hack and make it decomp and keep working from there, if that's what you were asking. Hope this helps!
Basically I was asking if it's possible to use my hacked rom as a base for decomp and you cleared that out. Thanks for the help!
Well it depends each has its benefits and uses, I think instead of trying to redo everything in decomp, you should save your scripts, open a clean rom, make your decomp changes recompile it and then continue it in binary, pasting your scripts back in.