mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Fun with Functions! (#412)
* Match func_80094A5C * Cleanup on func_80094A5C * Reduce indentation on func_80094A5C with early returns * calculate_and_display_rom_checksum and menu_trophy_race_rankings_loop matched * Forgotten cleanup * Cleanup some funcs * Match menu_magic_codes_loop * menu_magic_codes_loop cleanup * "Match" free_texture... * Match free_sprite * Fix build issues. * Update score in readme
This commit is contained in:
+1
-1
@@ -322,7 +322,7 @@ typedef struct Settings {
|
||||
/* 0x004C */ Settings4C *unk4C;
|
||||
/* 0x0050 */ u32 filename;
|
||||
/* 0x0054 */ Racer racers[8];
|
||||
/* 0x0114 */ u8 timeTrialRacer;
|
||||
/* 0x0114 */ s8 timeTrialRacer;
|
||||
/* 0x0115 */ char unk115[2];
|
||||
/* 0x0117 */ u8 display_times;
|
||||
} Settings;
|
||||
|
||||
Reference in New Issue
Block a user