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

Macros

#define VAR_RANGE_BYTE(s, firstVar, nextRange, nextVar)
 
#define VAR_RANGE_FLAG(s, firstVar, nextRange, nextVar)
 

Macro Definition Documentation

◆ VAR_RANGE_BYTE

#define VAR_RANGE_BYTE ( s,
firstVar,
nextRange,
nextVar )
Value:
{ \
.name = s, \
.first = EVT_INDEX_OF_GAME_BYTE(firstVar), \
.count = nextRange - firstVar, \
.next = nextVar, \
}
#define EVT_INDEX_OF_GAME_BYTE(v)
Definition macros.h:139

◆ VAR_RANGE_FLAG

#define VAR_RANGE_FLAG ( s,
firstVar,
nextRange,
nextVar )
Value:
{ \
.name = s, \
.first = EVT_INDEX_OF_GAME_FLAG(firstVar), \
.count = nextRange - firstVar, \
.next = nextVar, \
}
#define EVT_INDEX_OF_GAME_FLAG(v)
Definition macros.h:138