Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Functions
sparkle_spawn.inc.c File Reference

Functions

void bhv_sparkle_spawn_loop (void)
 Behavior for bhvSparkleSpawn. More...
 

Function Documentation

◆ bhv_sparkle_spawn_loop()

void bhv_sparkle_spawn_loop ( void  )

Behavior for bhvSparkleSpawn.

This spawns the sparkles used by various objects. After being given a random local position and scale, each sparkle's behavior is thereafter controlled by bhvSparkle. This spawner is deleted after 1 frame.