mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 20:42:41 +01:00
2b28074f94
* add include/mapfs/ * use model names for some battle stages * name stage fields * area_iwa
16 lines
387 B
C
16 lines
387 B
C
#define COLLIDER_Root 0xE
|
|
#define COLLIDER_g1 0xD
|
|
#define COLLIDER_g19 0xC
|
|
#define COLLIDER_o128 0xB
|
|
#define COLLIDER_g30 0xA
|
|
#define COLLIDER_o175 0x9
|
|
#define COLLIDER_o127 0x8
|
|
#define COLLIDER_g21 0x7
|
|
#define COLLIDER_o126 0x6
|
|
#define COLLIDER_o99 0x5
|
|
#define COLLIDER_g20 0x4
|
|
#define COLLIDER_o125 0x3
|
|
#define COLLIDER_ttw 0x2
|
|
#define COLLIDER_deilitw 0x1
|
|
#define COLLIDER_deiliw 0x0
|