diff options
author | Andrew Martinek <andrewrmartinek@gmail.com> | 2020-12-20 00:52:47 -0500 |
---|---|---|
committer | Andrew Martinek <andrewrmartinek@gmail.com> | 2020-12-20 00:52:47 -0500 |
commit | 3f33b4757c580fec05ec53f647ed6a2a0914aa77 (patch) | |
tree | c18c208590d5ab3f859b60ba064b7289a912d00e /src/constants/script_constants.asm | |
parent | ef676eb46802db828ec831e95a6d26ae4e977c36 (diff) |
Added more scripts, fixed some spacing, renamed some scripts
Diffstat (limited to 'src/constants/script_constants.asm')
-rw-r--r-- | src/constants/script_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants/script_constants.asm b/src/constants/script_constants.asm index 9607ba0..ffdd0c6 100644 --- a/src/constants/script_constants.asm +++ b/src/constants/script_constants.asm @@ -145,3 +145,5 @@ EAST EQU $01 SOUTH EQU $02 WEST EQU $03 NO_MOVE EQU %10000000 ; For rotations without movement + +VARIABLE_CARD EQU 0 ; use the card located in wd697 instead of using the script's argument |