From 3f33b4757c580fec05ec53f647ed6a2a0914aa77 Mon Sep 17 00:00:00 2001 From: Andrew Martinek Date: Sun, 20 Dec 2020 00:52:47 -0500 Subject: Added more scripts, fixed some spacing, renamed some scripts --- src/constants/script_constants.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/constants/script_constants.asm') 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 -- cgit v1.2.3