-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEATURE: Instruction output #3
Comments
I actually plan to have objex2 directly output C, at some point. (probably not before months, I'm all over the place) Meanwhile you could use ZAPD to disassemble the zobj z64convert produces to C Compiling ZAPD may be your main concern if you want to go that route, as there are no released binaries I posted this recently on the Hylian Modding discord:
For how to add stuff to the xml see https://github.com/zeldaret/ZAPD/blob/master/docs/zapd_extraction_xml_reference.md feel free to @ me on the ml64 discord for more info |
This shouldn't require much work, in theory. Were you wanting textures written externally as well or do you think it's okay to embed them? |
@z64me embedded works fine. Thanks for the quick response @Dragorn421 wow, I had no idea ZAPD existed! Thanks a ton for pointing this out to me! |
Different from C output (unless I'm mistaken, it's all just header defines), I'd like to have the actual, compilable F3DEX C output. An example of what I'm looking for. Is something like this possible?
The text was updated successfully, but these errors were encountered: