Ethan Roseman
Ethan Roseman
It'd be nice to not have to write code to a file and give mips_to_c the file path, and instead be able to just give mips_to_c the code itself.
Many people, myself included, might not necessarily be aware when a function is hand-written. If a function contains `add`, `sub`, or `addi`, though, it definitely is. We should still support...
Allow accepting only one input and just displaying it back with no diff calculation
and use these in functions when temps for these are needed and used as ints / pointers so we don't have to cast
https://github.com/pmret/papermario/pull/271/commits/3d9662113b147dcebffdcae01ce342992e7b01b3
https://discord.com/channels/688807550715560050/688849682373410819/826819524669603851 I'll add more info here later
There are some maps / c files where we have to create explicit rodata vars just to get alignment to work properly. Sometimes rodata seems 0x10 aligned (maps with manually-created...