mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
2b28074f94
* add include/mapfs/ * use model names for some battle stages * name stage fields * area_iwa
17 lines
419 B
C
17 lines
419 B
C
#define COLLIDER_Root 0xF
|
|
#define COLLIDER_g21 0xE
|
|
#define COLLIDER_o37 0xD
|
|
#define COLLIDER_g2 0xC
|
|
#define COLLIDER_kiwa 0xB
|
|
#define COLLIDER_yuka1 0xA
|
|
#define COLLIDER_exite 0x9
|
|
#define COLLIDER_ne 0x8
|
|
#define COLLIDER_tte 0x7
|
|
#define COLLIDER_deilie 0x6
|
|
#define COLLIDER_deilite 0x5
|
|
#define COLLIDER_exitw 0x4
|
|
#define COLLIDER_nw 0x3
|
|
#define COLLIDER_ttw 0x2
|
|
#define COLLIDER_deiliw 0x1
|
|
#define COLLIDER_deilitw 0x0
|