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:
Ryan Myers
2023-09-29 18:50:06 -04:00
committed by GitHub
parent b9f2dff589
commit 1ceb8d800f
18 changed files with 590 additions and 1536 deletions
+1 -1
View File
@@ -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;