summaryrefslogtreecommitdiff
path: root/src/constants/hardware_constants.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-02-21 17:27:41 -0600
committerdannye <corrnondacqb@yahoo.com>2016-02-21 17:32:42 -0600
commit0a642f8f1442397c75e06b14ae0da3f7f0af3241 (patch)
treed18edbd3479aa4075156bfb8998127ffde944328 /src/constants/hardware_constants.asm
parent1d291602536740893e66d1adab49c22321ad4706 (diff)
Replace hardcoded constants and clean up
Diffstat (limited to 'src/constants/hardware_constants.asm')
-rw-r--r--src/constants/hardware_constants.asm1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/constants/hardware_constants.asm b/src/constants/hardware_constants.asm
index 8e926a1..0471e74 100644
--- a/src/constants/hardware_constants.asm
+++ b/src/constants/hardware_constants.asm
@@ -40,7 +40,6 @@ OAM_X_FLIP EQU 5
OAM_Y_FLIP EQU 6
OAM_PRIORITY EQU 7 ; 0: OBJ above BG, 1: OBJ behind BG (colors 1-3)
-
; Hardware registers
rJOYP EQU $ff00 ; Joypad (R/W)
rSB EQU $ff01 ; Serial transfer data (R/W)