diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2023-10-14 00:09:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-13 22:09:18 -0600 |
| commit | aa720db51a92c6bf3b8c6776b86180963cdcf3ff (patch) | |
| tree | 723b6e72223a4ed6dc772da9f500181e70afeef9 /include | |
| parent | d71e1c7b708e5caab3be4603474cedf1fd3b9893 (diff) | |
A few matches across a couple files, although mostly code_80005FD0 (#460)
Signed-off-by: Taggerung <tyler.taggerung@email.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/common_structs.h | 2 | ||||
| -rw-r--r-- | include/functions.h | 1 | ||||
| -rw-r--r-- | include/objects.h | 7 |
3 files changed, 8 insertions, 2 deletions
diff --git a/include/common_structs.h b/include/common_structs.h index 69f43d713..0dddea098 100644 --- a/include/common_structs.h +++ b/include/common_structs.h @@ -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 diff --git a/include/functions.h b/include/functions.h index 2a856ab88..6c5c2f597 100644 --- a/include/functions.h +++ b/include/functions.h @@ -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); diff --git a/include/objects.h b/include/objects.h index 145327d6b..55f14e5ce 100644 --- a/include/objects.h +++ b/include/objects.h @@ -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? **/ |
