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

Functions

void bhv_hidden_blue_coin_loop (void)
 Behavior for bhvHiddenBlueCoin and bhvBlueCoinSwitch. More...
 
void bhv_blue_coin_switch_loop (void)
 Update function for bhvBlueCoinSwitch. More...
 

Function Documentation

◆ bhv_blue_coin_switch_loop()

void bhv_blue_coin_switch_loop ( void  )

Update function for bhvBlueCoinSwitch.

◆ bhv_hidden_blue_coin_loop()

void bhv_hidden_blue_coin_loop ( void  )

Behavior for bhvHiddenBlueCoin and bhvBlueCoinSwitch.

bhvHiddenBlueCoin are the stationary blue coins that appear when you press a blue coin switch (a.k.a. bhvBlueCoinSwitch). Update function for bhvHiddenBlueCoin.