diff options
| author | yenatch <yenatch@gmail.com> | 2013-05-04 02:13:44 -0400 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2013-05-04 02:13:44 -0400 |
| commit | f104cf1269afed1cf479e86f134b8f0647115382 (patch) | |
| tree | ea8b1351c96b3a690dd44003c225c86b52b1a716 | |
| parent | 5f832feeb22d08fc1ead2b41f8b03ef51e7f917d (diff) | |
flag constants
| -rw-r--r-- | constants.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index bb030bcdc..5fc98c585 100644 --- a/constants.asm +++ b/constants.asm @@ -3653,6 +3653,12 @@ PREDEF_FILLMOVES EQU $1B PREDEF_GETUNOWNLETTER EQU $2D +; flag manipulation +RESET_FLAG EQU 0 +SET_FLAG EQU 1 +CHECK_FLAG EQU 2 + + ; script vars NUM_VARS EQU $1b VAR_MOVEMENT EQU $08 |
