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

Functions

void bhv_red_coin_init (void)
 
void bhv_red_coin_loop (void)
 

Variables

static struct ObjectHitbox sRedCoinHitbox
 

Function Documentation

◆ bhv_red_coin_init()

void bhv_red_coin_init ( void  )

◆ bhv_red_coin_loop()

void bhv_red_coin_loop ( void  )

Variable Documentation

◆ sRedCoinHitbox

struct ObjectHitbox sRedCoinHitbox
static
Initial value:
= {
0,
2,
0,
0,
100,
64,
0,
0,
}
#define INTERACT_COIN
Definition: interaction.h:10