mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
cba14cc73d
* mgm_00 * mgm_03 * mgm_01 OK * several btl_kzn2 * reflection cleanup * more maps * ok for now * tst_10 * area tst * pre mgm * mgm_02 ok * mgm_02 cleanup * added IDs * end_01 almost compiles * end_01 OK * end_01 partially done * end_01 almost done * end_01 done * end_00 OK * credits include cleanup * end_00 initial cleanup * new splits 1 * done end_00 cleanup * areas mgm, end, tst * whale stuff Co-authored-by: HailSanta <Hail2Santa@gmail.com>
25 lines
819 B
C
25 lines
819 B
C
#define COLLIDER_Root 0x10
|
|
#define COLLIDER_g85 0xF
|
|
#define COLLIDER_deilii 0xE
|
|
#define COLLIDER_deiliti 0xD
|
|
#define COLLIDER_deilim 0xC
|
|
#define COLLIDER_deilitm 0xB
|
|
#define COLLIDER_iwa_side 0xA
|
|
#define COLLIDER_i2 0x9
|
|
#define COLLIDER_f2 0x8
|
|
#define COLLIDER_e2 0x7
|
|
#define COLLIDER_d2 0x6
|
|
#define COLLIDER_t2 0x5
|
|
#define COLLIDER_c2 0x4
|
|
#define COLLIDER_b2 0x3
|
|
#define COLLIDER_a3 0x2
|
|
#define COLLIDER_o481 0x1
|
|
#define COLLIDER_o480 0x0
|
|
|
|
#define ZONE_Root 0x4
|
|
#define ZONE_g85 0x3
|
|
#define ZONE_a3 0x2
|
|
#define ZONE_i2 0x1
|
|
#define ZONE_m2 0x0
|
|
|