mirror of
https://github.com/n64decomp/mk64
synced 2026-08-29 16:32:27 -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:
+1
-2
@@ -34,6 +34,7 @@ void func_800B46D0();
|
||||
void func_800B4728(s32);
|
||||
void reset_save_data_grand_prix_points_and_sound_mode();
|
||||
s32 func_800B4874(s32);
|
||||
s32 func_800B639C(s32);
|
||||
s32 compute_save_data_checksum_1();
|
||||
s32 compute_save_data_checksum_2();
|
||||
void func_800B4A10();
|
||||
@@ -102,7 +103,6 @@ extern s32 D_800E86F4;
|
||||
extern s8 D_800E86F8;
|
||||
extern s8 D_800E86FC;
|
||||
extern s32 gGameModeFromNumPlayersAndRowSelection[SELECTED_PLAYER_DEFINES_TOTAL][MAX_NUM_MAIN_MENU_GAME_TYPES]; // D_800F2B60. 0-4 players, 3 possible game types per player amount
|
||||
extern s16 gCupCourseOrder[NUM_CUPS][NUM_COURSES_PER_CUP]; // D_800F2BB4
|
||||
extern u8 D_800F2E60[];
|
||||
extern u8 D_800F2E64;
|
||||
extern u8 D_800F2E74;
|
||||
@@ -141,7 +141,6 @@ extern u32 D_8018EDBC;
|
||||
extern s8 D_8018EDE5;
|
||||
extern s8 D_8018EDE6;
|
||||
extern s8 D_8018EDE7;
|
||||
extern s8 D_8018EDEC;
|
||||
extern u8 gSoundMode; // D_8018EDF2
|
||||
extern s8 D_8018EDF3;
|
||||
extern s8 gTimeTrialDataCourseIndex; // D_8018EDF7
|
||||
|
||||
Reference in New Issue
Block a user