diff options
author | Daniel Harding <33dannye@gmail.com> | 2018-06-26 22:09:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-26 22:09:09 -0500 |
commit | 6ba3765c5932996f5da6417ae703794ff10bb1cb (patch) | |
tree | f8156a300730857439533eb62a9422da9b808fa5 /constants/hardware_constants.asm | |
parent | 98f09b6d26b1f83bdf1779cfe63a73b8a4265aef (diff) | |
parent | 808c2509b00903478dfdad1830bef6358d93b7dd (diff) |
Merge pull request #184 from Pokeglitch/intro-updates
Updated the intro
Diffstat (limited to 'constants/hardware_constants.asm')
-rw-r--r-- | constants/hardware_constants.asm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/constants/hardware_constants.asm b/constants/hardware_constants.asm index d6af3584..9f2aa1b7 100644 --- a/constants/hardware_constants.asm +++ b/constants/hardware_constants.asm @@ -22,14 +22,6 @@ JOYPAD EQU 4 LY_VBLANK EQU 145 -; OAM attribute flags -OAM_PALETTE EQU %111 -OAM_TILE_BANK EQU 3 -OAM_OBP_NUM EQU 4 ; Non CGB Mode Only -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) - ; serial START_TRANSFER_EXTERNAL_CLOCK EQU $80 START_TRANSFER_INTERNAL_CLOCK EQU $81 |