mirror of
https://github.com/pmret/papermario.git
synced 2024-11-10 04:52:34 +01:00
16 lines
383 B
C
16 lines
383 B
C
|
#define COLLIDER_Root 0xE
|
||
|
#define COLLIDER_g14 0xD
|
||
|
#define COLLIDER_o50 0xC
|
||
|
#define COLLIDER_o49 0xB
|
||
|
#define COLLIDER_o48 0xA
|
||
|
#define COLLIDER_g13 0x9
|
||
|
#define COLLIDER_o51 0x8
|
||
|
#define COLLIDER_o47 0x7
|
||
|
#define COLLIDER_o45 0x6
|
||
|
#define COLLIDER_o44 0x5
|
||
|
#define COLLIDER_exit 0x4
|
||
|
#define COLLIDER_nw 0x3
|
||
|
#define COLLIDER_ttw 0x2
|
||
|
#define COLLIDER_deiliw 0x1
|
||
|
#define COLLIDER_deilitw 0x0
|