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

Macros

#define NAMESPACE   action_command_bomb
 
#define BASIC_FILL_TICK   940
 
#define SUPER_FILL_TICK   800
 
#define ULTRA_FILL_TICK   740
 
#define GET_DRAIN_RATE(pct)   PCT_TO_TABLE_RATE(N(DrainRateTable), pct)
 

Enumerations

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

Functions

void N update (void)
 

Variables

s32 actionCmdTableBomb []
 

Macro Definition Documentation

◆ BASIC_FILL_TICK

#define BASIC_FILL_TICK   940

Referenced by update().

◆ GET_DRAIN_RATE

#define GET_DRAIN_RATE ( pct)    PCT_TO_TABLE_RATE(N(DrainRateTable), pct)

Referenced by update().

◆ NAMESPACE

#define NAMESPACE   action_command_bomb

◆ SUPER_FILL_TICK

#define SUPER_FILL_TICK   800

Referenced by update().

◆ ULTRA_FILL_TICK

#define ULTRA_FILL_TICK   740

Referenced by update().

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
HIDX_BUTTON 
HIDX_METER 
HIDX_100_PCT 

Function Documentation

◆ update()

void N update ( void )

Variable Documentation

◆ actionCmdTableBomb

s32 actionCmdTableBomb[]
extern