Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
three_chances.h File Reference

Go to the source code of this file.

Enumerations

enum  { ACV_THREE_CHANCES_WATER_BLOCK = 0 , ACV_THREE_CHANCES_TURBO_CHARGE = 1 , ACV_THREE_CHANCES_CLOUD_NINE = 2 }
 

Functions

void action_command_three_chances_update (void)
 
void action_command_three_chances_draw (void)
 
void action_command_three_chances_free (void)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
ACV_THREE_CHANCES_WATER_BLOCK 
ACV_THREE_CHANCES_TURBO_CHARGE 
ACV_THREE_CHANCES_CLOUD_NINE 

Definition at line 17 of file three_chances.h.

17 {
21};
@ ACV_THREE_CHANCES_CLOUD_NINE
@ ACV_THREE_CHANCES_TURBO_CHARGE
@ ACV_THREE_CHANCES_WATER_BLOCK

Function Documentation

◆ action_command_three_chances_update()

void action_command_three_chances_update ( void )

Referenced by action_command_update().

◆ action_command_three_chances_draw()

void action_command_three_chances_draw ( void )

Referenced by action_command_draw().

◆ action_command_three_chances_free()

void action_command_three_chances_free ( void )

Referenced by action_command_free().