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

Functions

static void handle_merry_go_round_music (void)
 Behavior for bhvMerryGoRound. More...
 
void bhv_merry_go_round_loop (void)
 Merry-go-round update function. More...
 

Function Documentation

◆ bhv_merry_go_round_loop()

void bhv_merry_go_round_loop ( void  )

Merry-go-round update function.

Bug:
Interestingly, this means if Mario goes from outside

◆ handle_merry_go_round_music()

static void handle_merry_go_round_music ( void  )
static

Behavior for bhvMerryGoRound.

This is the merry-go-round in BBH. This function handles the merry-go-round's music. It starts the music when Mario enters the room around the merry-go-round's enclosure, and ends the music when he's neither in the enclosure nor in the room around it.