shithub: pokered

ref: 1db2e7b5b470a47da9ca237ad704c2b73f29af2e
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