pokered/constants/misc_constants.asm
Rangi c9c59dc343 Reorganize constants/
To do: add comments associating constants with data and code
2020-07-03 12:44:47 -04:00

8 lines
111 B
NASM

; Boolean checks
FALSE EQU 0
TRUE EQU 1
; flag operations
FLAG_RESET EQU 0
FLAG_SET EQU 1
FLAG_TEST EQU 2