shithub: pokered

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