Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
star_rod_macros.h File Reference

Go to the source code of this file.

Macros

#define EVT_MAKE_ITEM_ENTITY(args...)    Call(MakeItemEntity, args)
 
#define EVT_MAKE_ENTITY(type, args...)    Call(MakeEntity, Ref(Entity_##type), args, MAKE_ENTITY_END)
 
#define GEN_FLOWER_SPAWN_REGION(args...)    EVT_FLOWER_SPAWN_REGION(args)
 

Macro Definition Documentation

◆ EVT_MAKE_ITEM_ENTITY

#define EVT_MAKE_ITEM_ENTITY ( args...)     Call(MakeItemEntity, args)

Definition at line 5 of file star_rod_macros.h.

5#define EVT_MAKE_ITEM_ENTITY(args...) \
6 Call(MakeItemEntity, args)

◆ EVT_MAKE_ENTITY

#define EVT_MAKE_ENTITY ( type,
args... )    Call(MakeEntity, Ref(Entity_##type), args, MAKE_ENTITY_END)

Definition at line 8 of file star_rod_macros.h.

8#define EVT_MAKE_ENTITY(type, args...) \
9 Call(MakeEntity, Ref(Entity_##type), args, MAKE_ENTITY_END)

◆ GEN_FLOWER_SPAWN_REGION

#define GEN_FLOWER_SPAWN_REGION ( args...)     EVT_FLOWER_SPAWN_REGION(args)

Definition at line 11 of file star_rod_macros.h.

11#define GEN_FLOWER_SPAWN_REGION(args...) \
12 EVT_FLOWER_SPAWN_REGION(args)