diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2025-01-18 08:58:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-18 08:58:12 -0700 |
| commit | 8c46368d5d93ad278c124ffc6446ab691dff8082 (patch) | |
| tree | 3506dce3de08c514eeb3ee9d1dc575e7713331ca /include | |
| parent | 04d56d6ba0705776149358608a27db8ab23e9449 (diff) | |
Fix data, option menus, impl boos, fix demo camera (#156)
* Fix data and option menus
* safer code
* wip boos impl
* finish impl boos
* Fix demo camera
* slightly better match
Diffstat (limited to 'include')
| -rw-r--r-- | include/objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/objects.h b/include/objects.h index fecc902a3..4c3c6d77b 100644 --- a/include/objects.h +++ b/include/objects.h @@ -301,7 +301,7 @@ extern Vec3s gHedgehogPatrolPoints[]; */ extern s32 indexObjectList2[]; -#define NUM_BOOS 0xA +#define NUM_BOOS 10 #define NUM_FIRE_BREATHS 4 extern Vec3s gFireBreathsSpawns[]; |
