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

Macros

#define EVT_FLOWER_SPAWN_REGION(minX, minZ, maxX, maxZ, posY)
 

Macro Definition Documentation

◆ EVT_FLOWER_SPAWN_REGION

#define EVT_FLOWER_SPAWN_REGION ( minX,
minZ,
maxX,
maxZ,
posY )
Value:
Set(LVar0, minX) \
Set(LVar1, minZ) \
Set(LVar2, maxX) \
Set(LVar3, maxZ) \
Set(LVar4, posY) \
Exec(N(EVS_FlowerSpawnRegion))
#define Set(VAR, INT_VALUE)
Sets the given variable to a given value casted to an integer.
Definition macros.h:377
#define LVar2
Definition macros.h:146
#define LVar1
Definition macros.h:145
#define LVar4
Definition macros.h:148
#define LVar3
Definition macros.h:147
#define LVar0
Definition macros.h:144