papermario
Decompilation of Paper Mario
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
Macros
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, \
}
EVT_INDEX_OF_GAME_BYTE
#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, \
}
EVT_INDEX_OF_GAME_FLAG
#define EVT_INDEX_OF_GAME_FLAG(v)
Definition
macros.h:138
src
world
area_mac
machi
tables.c
Generated by
1.10.0