From 955b53047c6d2ddc223ed24191de98f4b4fee5e5 Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 23 May 2014 15:25:16 -0700 Subject: More complete hardware constants. Rename joypad constants. --- constants/misc_constants.asm | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 constants/misc_constants.asm (limited to 'constants/misc_constants.asm') diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm new file mode 100644 index 00000000..0a22e7cc --- /dev/null +++ b/constants/misc_constants.asm @@ -0,0 +1,9 @@ +A_BUTTON EQU %00000001 +B_BUTTON EQU %00000010 +SELECT EQU %00000100 +START EQU %00001000 +D_RIGHT EQU %00010000 +D_LEFT EQU %00100000 +D_UP EQU %01000000 +D_DOWN EQU %10000000 + -- cgit v1.3.1-sl0p