mirror of
https://github.com/n64decomp/mk64
synced 2026-08-10 02:45:20 -04:00
Match a variety of functions, remove an extraneous data file (#140)
* 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>
This commit is contained in:
@@ -170,4 +170,6 @@ extern s8 D_801658FE;
|
||||
extern s32 D_8018D120;
|
||||
extern s32 D_8018D900[];
|
||||
|
||||
extern s8 D_8018EDEC;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user