shithub: pokered

ref: 1e593d8f8cd07e1072992dc1fc962b6de7508aad
dir: /constants/misc_constants.asm/

View raw version
; Boolean checks
FALSE EQU 0
TRUE  EQU 1

; flag operations
FLAG_RESET EQU 0
FLAG_SET   EQU 1
FLAG_TEST  EQU 2