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
This commit is contained in:
MegaMech
2025-01-18 08:58:12 -07:00
committed by GitHub
parent 04d56d6ba0
commit 8c46368d5d
14 changed files with 549 additions and 382 deletions
+1 -1
View File
@@ -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[];