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

Functions

void func_802C61CC (void)
 
void ActionWhomp0 (void)
 
void ActionWhomp7 (void)
 
void ActionWhomp1 (void)
 
void ActionWhomp2 (void)
 
void ActionWhomp3 (void)
 
void ActionWhomp4 (void)
 
void ActionWhomp5 (void)
 
void func_802C6954 (void)
 
void func_802C6B28 (void)
 
void ActionWhomp6 (void)
 
void ActionWhomp8 (void)
 
void ActionWhomp9 (void)
 
void bhv_whomp_loop (void)
 

Variables

void(* sWhompActions [])(void)
 

Function Documentation

◆ ActionWhomp0()

void ActionWhomp0 ( void  )

◆ ActionWhomp1()

void ActionWhomp1 ( void  )

◆ ActionWhomp2()

void ActionWhomp2 ( void  )

◆ ActionWhomp3()

void ActionWhomp3 ( void  )

◆ ActionWhomp4()

void ActionWhomp4 ( void  )

◆ ActionWhomp5()

void ActionWhomp5 ( void  )

◆ ActionWhomp6()

void ActionWhomp6 ( void  )

◆ ActionWhomp7()

void ActionWhomp7 ( void  )

◆ ActionWhomp8()

void ActionWhomp8 ( void  )

◆ ActionWhomp9()

void ActionWhomp9 ( void  )

◆ bhv_whomp_loop()

void bhv_whomp_loop ( void  )

◆ func_802C61CC()

void func_802C61CC ( void  )

◆ func_802C6954()

void func_802C6954 ( void  )

◆ func_802C6B28()

void func_802C6B28 ( void  )

Variable Documentation

◆ sWhompActions

void(* sWhompActions[])(void)
Initial value:
= {
}
void ActionWhomp4(void)
Definition: whomp.inc.c:109
void ActionWhomp0(void)
Definition: whomp.inc.c:17
void ActionWhomp5(void)
Definition: whomp.inc.c:124
void ActionWhomp2(void)
Definition: whomp.inc.c:79
void ActionWhomp9(void)
Definition: whomp.inc.c:233
void ActionWhomp7(void)
Definition: whomp.inc.c:38
void ActionWhomp6(void)
Definition: whomp.inc.c:183
void ActionWhomp3(void)
Definition: whomp.inc.c:102
void ActionWhomp8(void)
Definition: whomp.inc.c:210
void ActionWhomp1(void)
Definition: whomp.inc.c:54