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

Functions

void bhv_ttc_elevator_init (void)
 Init function for bhvTTCElevator. More...
 
void bhv_ttc_elevator_update (void)
 Update function for bhvTTCElevator. More...
 

Variables

static s8 sTTCElevatorSpeeds []
 Behavior for bhvTTCElevator. More...
 

Function Documentation

◆ bhv_ttc_elevator_init()

void bhv_ttc_elevator_init ( void  )

Init function for bhvTTCElevator.

◆ bhv_ttc_elevator_update()

void bhv_ttc_elevator_update ( void  )

Update function for bhvTTCElevator.

Variable Documentation

◆ sTTCElevatorSpeeds

s8 sTTCElevatorSpeeds[]
static
Initial value:
= {
6,
10,
6,
0,
}

Behavior for bhvTTCElevator.

The speed on each setting.