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

Functions

void ActionActivateCapSwitch0 (void)
 
void ActionActivateCapSwitch1 (void)
 
void ActionActivateCapSwitch2 (void)
 
void ActionActivateCapSwitch3 ()
 
void bhv_cap_switch_loop (void)
 
GfxGeo18_802A719C (s32 run, UNUSED struct GraphNode *node, Mat4 mtx)
 

Variables

void(* sCapSwitchActions [])(void)
 

Function Documentation

◆ ActionActivateCapSwitch0()

void ActionActivateCapSwitch0 ( void  )

◆ ActionActivateCapSwitch1()

void ActionActivateCapSwitch1 ( void  )

◆ ActionActivateCapSwitch2()

void ActionActivateCapSwitch2 ( void  )

◆ ActionActivateCapSwitch3()

void ActionActivateCapSwitch3 ( )

◆ bhv_cap_switch_loop()

void bhv_cap_switch_loop ( void  )

◆ Geo18_802A719C()

Gfx* Geo18_802A719C ( s32  run,
UNUSED struct GraphNode node,
Mat4  mtx 
)

Variable Documentation

◆ sCapSwitchActions

void(* sCapSwitchActions[])(void)
Initial value:
void ActionActivateCapSwitch1(void)
Definition: capswitch.inc.c:18
void ActionActivateCapSwitch3()
Definition: capswitch.inc.c:42
void ActionActivateCapSwitch2(void)
Definition: capswitch.inc.c:26
void ActionActivateCapSwitch0(void)
Definition: capswitch.inc.c:3