![]() |
Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
|
Functions | |
void | bhv_beta_chest_bottom_init (void) |
Behavior for bhvBetaChestBottom and bhvBetaChestLid. More... | |
void | bhv_beta_chest_bottom_loop (void) |
Update function for bhvBetaChestBottom. More... | |
void | bhv_beta_chest_lid_loop (void) |
Update function for bhvBetaChestLid. More... | |
Behavior for bhvBetaChestBottom and bhvBetaChestLid.
These are apparently the beta versions of chests. They do not spawn stars or appear in groups; they only open and spawn an air bubble. In other words, they're practically the same as underwater chests in-game, except without any star-giving or puzzle functionality. Init function for bhvBetaChestBottom.
Update function for bhvBetaChestBottom.
This gives the chest a "virtual hitbox" that pushes Mario away with radius 200 units and height 200 units.