sm64/include/behavior_data.h.rej
Thodds 6f3a5fa16b Sonic_Edition_4_2
The first upload to the repo
2025-09-16 23:22:20 +02:00

19 lines
877 B
Plaintext

diff a/include/behavior_data.h b/include/behavior_data.h (rejected hunks)
@@ -279,6 +279,8 @@ extern const BehaviorScript bhvTree[];
extern const BehaviorScript bhvSparkle[];
extern const BehaviorScript bhvSparkleSpawn[];
extern const BehaviorScript bhvSparkleParticleSpawner[];
+extern const BehaviorScript bhvSonicTrailParticleSpawner[];
+extern const BehaviorScript bhvSonicTrailParticleSpawnerRolling[];
extern const BehaviorScript bhvSomeGfx[];
extern const BehaviorScript bhvScuttlebug[];
extern const BehaviorScript bhvScuttlebugSpawn[];
@@ -542,5 +544,7 @@ extern const BehaviorScript bhvEndBirds1[];
extern const BehaviorScript bhvEndBirds2[];
extern const BehaviorScript bhvIntroScene[];
extern const BehaviorScript bhvUnusedFakeStar[];
+extern const BehaviorScript bhvReticle[];
+extern const BehaviorScript bhvEmeraldCircle[];
#endif // BEHAVIOR_DATA_H