diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-02-21 17:27:41 -0600 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-02-21 17:32:42 -0600 |
commit | 0a642f8f1442397c75e06b14ae0da3f7f0af3241 (patch) | |
tree | d18edbd3479aa4075156bfb8998127ffde944328 /src/constants/hardware_constants.asm | |
parent | 1d291602536740893e66d1adab49c22321ad4706 (diff) |
Replace hardcoded constants and clean up
Diffstat (limited to 'src/constants/hardware_constants.asm')
-rw-r--r-- | src/constants/hardware_constants.asm | 1 |
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) |