diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2023-09-05 17:49:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-05 15:49:55 -0600 |
| commit | 9c661125bebeb10fbd6cdeeabe6c7754bd72ced7 (patch) | |
| tree | 277b13db58adb5e614f9c144351811e140234597 /include/objects.h | |
| parent | 7f7ecc5854b5dcf23160a0da25488a7ef07b98a5 (diff) | |
Small matches, nothing super special (#400)
Signed-off-by: Taggerung <tyler.taggerung@email.com>
Diffstat (limited to 'include/objects.h')
| -rw-r--r-- | include/objects.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/objects.h b/include/objects.h index f4fc3949e..4316d6a54 100644 --- a/include/objects.h +++ b/include/objects.h @@ -121,14 +121,22 @@ extern Collision D_8018C0B0[]; * Neon signs in Rainbow Road? * Thwomps in Bower's Castle? * Penguins in Sherbet Land? + * Flag Poles in Yoshi Valley? **/ extern s32 D_80183EA0[]; /** * Snowmen in Frappe Snowland * Chain Chomps in RaindbowRoad? * Trophy in award ceremony? + * Seagulls in Koopa Troopa Beach? **/ extern s32 D_80183F28[]; + +#define NUM_BOOS 0xA + +/** + * Boos in Banshee Boardwalk +**/ extern s32 D_8018BFA8[]; extern s32 D_8018C030[]; |
