summaryrefslogtreecommitdiff
path: root/include/objects.h
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2025-01-18 08:58:12 -0700
committerGitHub <noreply@github.com>2025-01-18 08:58:12 -0700
commit8c46368d5d93ad278c124ffc6446ab691dff8082 (patch)
tree3506dce3de08c514eeb3ee9d1dc575e7713331ca /include/objects.h
parent04d56d6ba0705776149358608a27db8ab23e9449 (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/objects.h')
-rw-r--r--include/objects.h2
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[];