shithub: pokered

ref: c9c59dc34323a5e0b1886db5f845c8d41620826e
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