diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2023-08-21 00:23:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-20 22:23:57 -0600 |
| commit | df3c435ac8071603321346f00dd661003d597876 (patch) | |
| tree | 7c75adfcd9c5b3a259440f8fc6f8c9b47a5d77a1 /include/objects.h | |
| parent | 070cb2d501a8c0870ae6a0e15921613dfaec396d (diff) | |
Versus mode Bomb Kart stuff (#375)
Signed-off-by: Taggerung <tyler.taggerung@email.com>
Diffstat (limited to 'include/objects.h')
| -rw-r--r-- | include/objects.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/objects.h b/include/objects.h index 2ff7b3162..d86e5d581 100644 --- a/include/objects.h +++ b/include/objects.h @@ -4,7 +4,6 @@ #include "common_structs.h" #define OBJECT_LIST_SIZE 0x226 -#define D_80183DD8_SIZE 7 #define SOME_OBJECT_INDEX_LIST_SIZE 32 typedef struct @@ -89,7 +88,6 @@ extern struct_80165C18_entry D_80165C18[]; * Lakitu? **/ 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[]; |
