summaryrefslogtreecommitdiff
path: root/include/objects.h
diff options
context:
space:
mode:
authorTyler McGavran <tyler.taggerung@gmail.com>2023-01-25 09:50:32 -0500
committerGitHub <noreply@github.com>2023-01-25 07:50:32 -0700
commitd1ebe06b294363316150b899ce102d3b99d0fdf5 (patch)
tree586989f4384641f5088936b4ae2aa02e34d13171 /include/objects.h
parentee64dad403ab3f6b354f10db1fb1efb3907dd0ee (diff)
Assorted matches (#288)
* Matches in code_80071F00 Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
Diffstat (limited to 'include/objects.h')
-rw-r--r--include/objects.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/objects.h b/include/objects.h
index b34189f06..67239d4f9 100644
--- a/include/objects.h
+++ b/include/objects.h
@@ -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.