mirror of https://github.com/pmret/papermario.git
19 lines
596 B
C
19 lines
596 B
C
#define COLLIDER_Root 0xA
|
|
#define COLLIDER_exitw 0x9
|
|
#define COLLIDER_nw 0x8
|
|
#define COLLIDER_deiliw 0x7
|
|
#define COLLIDER_deilitw 0x6
|
|
#define COLLIDER_ttw 0x5
|
|
#define COLLIDER_Default 0x4
|
|
#define COLLIDER_o50 0x3
|
|
#define COLLIDER_yuka 0x2
|
|
#define COLLIDER_futi 0x1
|
|
#define COLLIDER_kabe 0x0
|
|
|
|
#define ZONE_Root 0x4
|
|
#define ZONE_Default 0x3
|
|
#define ZONE_o36 0x2
|
|
#define ZONE_o37 0x1
|
|
#define ZONE_o39 0x0
|
|
|