Update makefile, and include many new matches (#421)

* Fix the sins of the past

* Fix makefile extra messages, and add a patching option

* Match func_8001955C

* Match func_80016500

* Match func_8000C8F8

* WIP func_8000CC7C

* Removed old competing misc asset enums, and migrated to the better standard.

* Fix last commit

* Minor documenting of an unused asset.

* Match func_8001B4FC

* Match func_8009963C

* Match render_enter_filename_ui

* Match randomise_ai_racer_slots

* Fix NON_EQUIVALENT builds

* Update README

* A little text documenting

* Update src/menu.c

Co-authored-by: David Benepe <benepe96@gmail.com>

* Remove already matched asm file

---------

Co-authored-by: David Benepe <benepe96@gmail.com>
This commit is contained in:
Ryan Myers
2023-10-12 08:35:23 -04:00
committed by GitHub
co-authored by David Benepe
parent 147e43c50e
commit 658ab3f5f0
31 changed files with 962 additions and 1634 deletions
+2 -2
View File
@@ -720,7 +720,7 @@ typedef struct ObjectHeader {
/* 0x0C */ f32 scale;
/* 0x10 */ s32 *modelIds;
/* 0x14 */ s32 *vehiclePartIds;
/* 0x18 */ s8 *vehiclePartIndices;
/* 0x18 */ s8 *vehiclePartIndices;
/* 0x1C */ ObjHeaderParticleEntry *objectParticles;
s32 pad20;
/* 0x24 */ ObjectHeader24 *unk24;
@@ -761,7 +761,7 @@ typedef struct ObjectHeader {
/* 0x60 */ char internalName[16];
/* 0x70 */ u8 unk70;
/* 0x71 */ u8 unk71;
/* 0x71 */ u8 unk72;
/* 0x72 */ u8 unk72;
u8 pad73[0x5];
} ObjectHeader;