diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-08-10 00:00:12 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-08-10 00:00:12 -0500 |
commit | 66bc517605860c9f716a176ed467d34097985895 (patch) | |
tree | 4c126cbb3bbdb2b0a236375c2140e7a6c25260a6 /constants/hardware_constants.asm | |
parent | 8a6d46f3d9ba4fb6939eb9ea9949f47aa8608d4a (diff) | |
parent | 2b018159997e3b580efd114ff4e3548a0de3cbc5 (diff) |
Merge branch 'master' of https://github.com/YamaArashi/pokered
Diffstat (limited to 'constants/hardware_constants.asm')
-rw-r--r-- | constants/hardware_constants.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/constants/hardware_constants.asm b/constants/hardware_constants.asm index f9e3fe19..21a3ad93 100644 --- a/constants/hardware_constants.asm +++ b/constants/hardware_constants.asm @@ -107,4 +107,3 @@ rUNKNOWN5 EQU $ff75 ; (8Fh) - Bit 4-6 (Read/Write) rUNKNOWN6 EQU $ff76 ; (00h) - Always 00h (Read Only) rUNKNOWN7 EQU $ff77 ; (00h) - Always 00h (Read Only) rIE EQU $ffff ; Interrupt Enable (R/W) - |