mirror of
https://github.com/n64decomp/mk64
synced 2026-05-24 06:50:53 -04:00
b56b43e721
* Match func_800AB290 and func_800AC978 Signed-off-by: Taggerung <tyler.taggerung@gmail.com> * Match func_800A15EC Signed-off-by: Taggerung <tyler.taggerung@gmail.com> * Match func_800A1A20 * Get func_800A1F30 to NON_MATCHING * Match func_800A3C84 mips_to_c does not currently support labels being in delay slots, although practice that is fine. To get around this I put a nop in the delay slot instead. No permanent change is being made to the target assembly. * Update the mips_to_c output for a couple functions Split asm file containing unused funcs and added mips_to_c output for them. * Remove extraneous data file Signed-off-by: Taggerung <tyler.taggerung@gmail.com>