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

Macros

#define NAMESPACE   action_command_unused_mash_a
 A very simple "mash A to fill the meter" action command.
 
#define METER_FILL_TICK   1500
 

Enumerations

enum  { HIDX_BUTTON = 0 , HIDX_METER = 1 , HIDX_100_PCT = 2 }
 

Functions

void N update (void)
 

Variables

s32 actionCmdTable0A []
 

Macro Definition Documentation

◆ METER_FILL_TICK

#define METER_FILL_TICK   1500

Referenced by update().

◆ NAMESPACE

#define NAMESPACE   action_command_unused_mash_a

A very simple "mash A to fill the meter" action command.

The command is very easy, as each mash adds a large amount to the meter and the meter does not drain.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
HIDX_BUTTON 
HIDX_METER 
HIDX_100_PCT 

Function Documentation

◆ update()

void N update ( void )

Variable Documentation

◆ actionCmdTable0A

s32 actionCmdTable0A[]
extern