Improvements to script control
This commit is contained in:
@@ -4,8 +4,12 @@
|
||||
#define BIT(n) (1 << n)
|
||||
#define KEY_A BIT(3)
|
||||
#define KEY_B BIT(2)
|
||||
#define KEY_Y BIT(0)
|
||||
#define KEY_X BIT(1)
|
||||
#define KEY_LUP BIT(18)
|
||||
#define KEY_LDOWN BIT(17)
|
||||
#define KEY_LRIGHT BIT(19)
|
||||
#define KEY_LLEFT BIT(20)
|
||||
#define KEY_RUP BIT(7)
|
||||
#define KEY_RDOWN BIT(6)
|
||||
#define KEY_VOLP BIT(14)
|
||||
|
||||
Reference in New Issue
Block a user