Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Functions | Variables
sfx.c File Reference
#include <ultra64.h>
#include "sfx.h"

Functions

void gd_reset_sfx (void)
 
u32 gd_new_sfx_to_play (void)
 
void gd_sfx_played (void)
 
void gd_play_sfx (enum GdSfx sfx)
 

Variables

static u32 sSfxToPlay
 
static u32 sLastPlayedSfx
 

Function Documentation

◆ gd_new_sfx_to_play()

u32 gd_new_sfx_to_play ( void  )

◆ gd_play_sfx()

void gd_play_sfx ( enum GdSfx  sfx)

◆ gd_reset_sfx()

void gd_reset_sfx ( void  )

◆ gd_sfx_played()

void gd_sfx_played ( void  )

Variable Documentation

◆ sLastPlayedSfx

u32 sLastPlayedSfx
static

◆ sSfxToPlay

u32 sSfxToPlay
static