diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-03-14 18:23:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-14 18:23:07 -0700 |
commit | 5791b7b524fd1c17f7af4dd44472bec7d9941c3e (patch) | |
tree | 7bb6ab16b5c74e39882480d562be735360b307e8 /constants/joy_constants.asm | |
parent | b5de46b8902c37562eb05d02f7166e2d3c231224 (diff) | |
parent | 8bb81d151ab0647ea4e944f59c5d03967a48b8d9 (diff) |
Merge pull request #8 from PikalaxALT/master
Hardcoded pointers
Diffstat (limited to 'constants/joy_constants.asm')
-rwxr-xr-x | constants/joy_constants.asm | 4 |
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 |