mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 20:12:30 +01:00
2b28074f94
* add include/mapfs/ * use model names for some battle stages * name stage fields * area_iwa
15 lines
360 B
C
15 lines
360 B
C
#define COLLIDER_Root 0xD
|
|
#define COLLIDER_g1 0xC
|
|
#define COLLIDER_g2 0xB
|
|
#define COLLIDER_o27 0xA
|
|
#define COLLIDER_o5 0x9
|
|
#define COLLIDER_g4 0x8
|
|
#define COLLIDER_g8 0x7
|
|
#define COLLIDER_o25 0x6
|
|
#define COLLIDER_deilitn 0x5
|
|
#define COLLIDER_deilin 0x4
|
|
#define COLLIDER_g7 0x3
|
|
#define COLLIDER_o23 0x2
|
|
#define COLLIDER_deilitse 0x1
|
|
#define COLLIDER_deilis 0x0
|