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/objects.h | |
| 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/objects.h')
| -rw-r--r-- | include/objects.h | 7 |
1 files changed, 7 insertions, 0 deletions
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? **/ |
