flag constants

This commit is contained in:
yenatch 2013-05-04 02:13:44 -04:00
parent 5f832feeb2
commit f104cf1269
1 changed files with 6 additions and 0 deletions

View File

@ -3653,6 +3653,12 @@ PREDEF_FILLMOVES EQU $1B
PREDEF_GETUNOWNLETTER EQU $2D PREDEF_GETUNOWNLETTER EQU $2D
; flag manipulation
RESET_FLAG EQU 0
SET_FLAG EQU 1
CHECK_FLAG EQU 2
; script vars ; script vars
NUM_VARS EQU $1b NUM_VARS EQU $1b
VAR_MOVEMENT EQU $08 VAR_MOVEMENT EQU $08