Assorted matches (#288)

* Matches in code_80071F00

Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
Tyler McGavran
2023-01-25 09:50:32 -05:00
committed by GitHub
parent ee64dad403
commit d1ebe06b29
16 changed files with 125 additions and 772 deletions
+6 -2
View File
@@ -34,7 +34,7 @@ typedef struct
/* 0x7C */ s32 unk_07C;
/* 0x80 */ s32 unk_080;
/* 0x84 */ s16 unk_084[0xA];
/* 0x98 */ s16 unk_098;
/* 0x98 */ u16 unk_098;
/* 0x9A */ s16 unk_09A;
/* 0x9C */ s16 unk_09C;
/* 0x9E */ s16 unk_09E;
@@ -80,12 +80,16 @@ typedef struct
// This is the object list
extern struct_80165C18_entry D_80165C18[];
// This is another list of indices in D_80165C18.
// This are other lists of indices in D_80165C18.
extern s32 D_80183DB8[];
extern s32 D_80183DD8[];
// Appears to be a list of object list indices for the Item Window part of the HUD
extern s32 gItemWindowObjectByPlayerId[];
// Used for loop bounds when accessing D_80183EA0
extern s16 D_80165750;
/**
* D_80183EA0, D_80183F28, D_8018BFA8, and D_8018C030 are all lists of indices in D_80165C18.
* func_80070190 initializes them in such a way that the indicies in each list are not adjacent.