papermario
Decompilation of Paper Mario
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
three_chances.h File Reference

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 

Function Documentation

◆ 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().

◆ action_command_three_chances_update()

void action_command_three_chances_update ( void )

Referenced by action_command_update().