summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-02-22 17:51:43 -0800
committerBryan Bishop <kanzure@gmail.com>2013-02-22 17:51:43 -0800
commit75a4b16a1824595a1671bdc68494f7ab1e0b05ed (patch)
tree5415e96928736d8f4d85296d26eaa1c9a490b132 /constants.asm
parentf860c98d26d8d3babe1ec123a72ee9d5f3ddd145 (diff)
parentf56f340ce115d049374678bffc7509e89a6d31ca (diff)
Merge pull request #114 from yenatch/master
Split out files and write comments.
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm23
1 files changed, 14 insertions, 9 deletions
diff --git a/constants.asm b/constants.asm
index ec45875d6..8a3d4d080 100644
--- a/constants.asm
+++ b/constants.asm
@@ -3417,15 +3417,20 @@ BATTLETYPE_SUICUNE EQU $0c
; joypad
-NO_INPUT EQU %00000000
-BUTTON_A EQU %00000001
-BUTTON_B EQU %00000010
-SELECT EQU %00000100
-START EQU %00001000
-D_RIGHT EQU %00010000
-D_LEFT EQU %00100000
-D_UP EQU %01000000
-D_DOWN EQU %10000000
+BUTTONS EQU %00010000
+D_PAD EQU %00100000
+
+AUTO_INPUT EQU $ff
+
+NO_INPUT EQU %00000000
+BUTTON_A EQU %00000001
+BUTTON_B EQU %00000010
+SELECT EQU %00000100
+START EQU %00001000
+D_RIGHT EQU %00010000
+D_LEFT EQU %00100000
+D_UP EQU %01000000
+D_DOWN EQU %10000000
; mbc
NUM_SRAM_BANKS EQU 4