ref: 7ab43f4d17aa63d4ef1050d80560379f19200088 dir: /constants/misc_constants.asm/
; Boolean checks FALSE EQU 0 TRUE EQU 1 ; flag operations FLAG_RESET EQU 0 FLAG_SET EQU 1 FLAG_TEST EQU 2