Mario: detect left/right collision

This commit is contained in:
2021-04-29 12:33:31 +02:00
parent e8e9e12b58
commit b611e2479a
5 changed files with 19 additions and 11 deletions
+2 -1
View File
@@ -22,6 +22,7 @@
#define STOP_MOVEMENT 0x2000
#define MARIO_FLOOR_DETECT 0x20000001
#define MARIO_SIDE_DETECT 0x20000002
#define MARIO_LEFT_SIDE_DETECT 0x20000002
#define MARIO_RIGHT_SIDE_DETECT 0x20000003
#endif