![]() |
Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
|
Functions | |
void | bhv_camera_lakitu_init (void) |
Behavior for bhvCameraLakitu. More... | |
static void | camera_lakitu_intro_act_trigger_cutscene (void) |
Wait for mario to stand on the bridge, then interrupt his action and enter the spawn cloud action. More... | |
static void | camera_lakitu_intro_act_spawn_cloud (void) |
Warp up into the air and spawn cloud, then enter the TODO action. More... | |
static void | camera_lakitu_intro_act_show_dialog (void) |
Circle down to mario, show the dialog, then fly away. More... | |
void | bhv_camera_lakitu_update (void) |
Update function for camera lakitu. More... | |
Behavior for bhvCameraLakitu.
This includes both the intro lakitu and the lakitu visible in the mirror room. TODO: Processing order relative to bhvCloud Init function for camera lakitu. If this is the intro lakitu, despawn unless this is the start of the game. Spawn cloud if not the intro lakitu.
Circle down to mario, show the dialog, then fly away.
Warp up into the air and spawn cloud, then enter the TODO action.