diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2023-11-25 15:24:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-25 13:24:25 -0700 |
| commit | 8b2bca826805f5f0ce3c6918eeb5a1243f8288d3 (patch) | |
| tree | b472b8f270387090014ac29f90c73932d1026e28 /include/objects.h | |
| parent | a4b64d540c7e28b6942e26d2b7f32cf3187fd2d2 (diff) | |
Some matches in code_80071F00 (#496)
Signed-off-by: Taggerung <tyler.taggerung@email.com>
Diffstat (limited to 'include/objects.h')
| -rw-r--r-- | include/objects.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/objects.h b/include/objects.h index 782b00a2e..a4b4c4836 100644 --- a/include/objects.h +++ b/include/objects.h @@ -379,6 +379,8 @@ extern s32 D_8018CC80[]; extern s32 D_8018D1F0; // Next free spot in D_8018CC80? extern s32 D_8018D1F8; +// Also next free spot in D_8018CC80? +extern s16 D_8018D17C; // Something related to the display of the clouds/stars? extern s8 D_8018D230; // Some sort of limiter on how many of some object type can spawn |
