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

Functions

void bhv_whirlpool_init (void)
 
void func_802E70A8 (void)
 
void func_802E70DC (void)
 
void bhv_whirlpool_loop (void)
 
void bhv_jet_stream_loop (void)
 

Variables

static struct ObjectHitbox sWhirlpoolHitbox
 

Function Documentation

◆ bhv_jet_stream_loop()

void bhv_jet_stream_loop ( void  )

◆ bhv_whirlpool_init()

void bhv_whirlpool_init ( void  )

◆ bhv_whirlpool_loop()

void bhv_whirlpool_loop ( void  )

◆ func_802E70A8()

void func_802E70A8 ( void  )

◆ func_802E70DC()

void func_802E70DC ( void  )

Variable Documentation

◆ sWhirlpoolHitbox

struct ObjectHitbox sWhirlpoolHitbox
static
Initial value:
= {
0,
0,
0,
0,
200,
500,
0,
0,
}
#define INTERACT_WHIRLPOOL
Definition: interaction.h:31