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

Functions

void bhv_ssl_moving_pyramid_wall_init (void)
 Behavior for bhvSslMovingPyramidWall. More...
 
void bhv_ssl_moving_pyramid_wall_loop (void)
 Move up or down at a constant velocity for a period of time, then switch to do the other. More...
 

Function Documentation

◆ bhv_ssl_moving_pyramid_wall_init()

void bhv_ssl_moving_pyramid_wall_init ( void  )

Behavior for bhvSslMovingPyramidWall.

This controls the moving walls found within Shifting Sand Land's pyramid. Each wall starts at an initial position and moves up or down at a constant speed. Initialize the moving wall to be at one of three possible initial starting positions.

◆ bhv_ssl_moving_pyramid_wall_loop()

void bhv_ssl_moving_pyramid_wall_loop ( void  )

Move up or down at a constant velocity for a period of time, then switch to do the other.