summaryrefslogtreecommitdiff
path: root/constants/joy_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/joy_constants.asm')
-rwxr-xr-xconstants/joy_constants.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/constants/joy_constants.asm b/constants/joy_constants.asm
index 1ece577..59d392b 100755
--- a/constants/joy_constants.asm
+++ b/constants/joy_constants.asm
@@ -15,3 +15,7 @@ D_RIGHT EQU %00010000
D_LEFT EQU %00100000
D_UP EQU %01000000
D_DOWN EQU %10000000
+
+R_FLIPPER EQU A_BUTTON
+L_FLIPPER EQU D_LEFT
+FLIPPERS EQU L_FLIPPER | R_FLIPPER