Fix drift between public macro file and internal definitions

This commit is contained in:
Lucas Scharenbroich 2022-07-07 17:57:05 -05:00
parent 530cdbd07f
commit e9a2b8569b
2 changed files with 5 additions and 3 deletions

View File

@ -129,6 +129,8 @@ CALLBACK equ $0010
PAD_BUTTON_B equ $0100
PAD_BUTTON_A equ $0200
PAD_KEY_DOWN equ $0400
; EngineMode definitions
ENGINE_MODE_TWO_LAYER equ $0001
ENGINE_MODE_DYN_TILES equ $0002
ENGINE_MODE_BNK0_BUFF equ $0004

View File

@ -185,9 +185,9 @@ SET_DYN_TILE equ $0006
CALLBACK equ $0010
; ReadControl return value bits
PAD_BUTTON_B equ $01
PAD_BUTTON_A equ $02
PAD_KEY_DOWN equ $04
PAD_BUTTON_B equ $0100
PAD_BUTTON_A equ $0200
PAD_KEY_DOWN equ $0400
; Tile constants
; TILE_RESERVED_BIT equ $8000