mirror of https://github.com/pmret/papermario.git
27 lines
892 B
C
27 lines
892 B
C
#define COLLIDER_Root 0xF
|
|
#define COLLIDER_kori 0xE
|
|
#define COLLIDER_o44 0xD
|
|
#define COLLIDER_g1 0xC
|
|
#define COLLIDER_o43 0xB
|
|
#define COLLIDER_road 0xA
|
|
#define COLLIDER_exitw 0x9
|
|
#define COLLIDER_ttw 0x8
|
|
#define COLLIDER_nw 0x7
|
|
#define COLLIDER_deiliw 0x6
|
|
#define COLLIDER_deilitw 0x5
|
|
#define COLLIDER_exite 0x4
|
|
#define COLLIDER_tte 0x3
|
|
#define COLLIDER_ne 0x2
|
|
#define COLLIDER_deilie 0x1
|
|
#define COLLIDER_deilite 0x0
|
|
|
|
#define ZONE_Root 0x7
|
|
#define ZONE_g1 0x6
|
|
#define ZONE_road 0x5
|
|
#define ZONE_yuki 0x4
|
|
#define ZONE_exitw 0x3
|
|
#define ZONE_o2 0x2
|
|
#define ZONE_exite 0x1
|
|
#define ZONE_o1 0x0
|
|
|