mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +01:00
6 lines
134 B
C
6 lines
134 B
C
|
#define COLLIDER_Root 0x4
|
||
|
#define COLLIDER_kihonset 0x3
|
||
|
#define COLLIDER_right 0x2
|
||
|
#define COLLIDER_hit 0x1
|
||
|
#define COLLIDER_left 0x0
|