A few matches across a couple files, although mostly code_80005FD0 (#460)

Signed-off-by: Taggerung <tyler.taggerung@email.com>
This commit is contained in:
Tyler McGavran
2023-10-14 00:09:18 -04:00
committed by GitHub
parent d71e1c7b70
commit aa720db51a
27 changed files with 1898 additions and 4393 deletions
+1 -1
View File
@@ -403,7 +403,7 @@ typedef struct
/* 0x04 */ u8 ghostDataSaved;
/* 0x05 */ s8 courseIndex;
/* 0x06 */ u8 characterId;
/* 0x07 */ s8 unk_07[0x3C];
/* 0x07 */ u8 unk_07[0x3C];
/* 0x43 */ u8 pad_43[0x7F-0x43];
/* 0x7F */ u8 checksum;
} struct_8018EE10_entry; // size = 0x80
-1
View File
@@ -8,7 +8,6 @@ void mio0decode(u8* arg0, u8* arg1);
// Unused mio0decode function.
void func_80040030(u8* arg0, u8* arg1);
void func_8000F2DC(void);
void func_8000F628(void);
void func_8006B7E4(Player* player, s8 arg1);
void func_8005D290(void);
+7
View File
@@ -158,6 +158,13 @@ typedef struct
} ItemWindowObjects; // size = 0xE0
// This are other lists of indices in gObjectList.
/**
* Use unknown. An object is reserved and its index is saved to
* this variable, but it appears to go unreferenced
**/
extern s32 D_80183DA0;
/**
* Lakitu?
**/