shithub: pokered

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