diff options
author | dannye <33dannye@gmail.com> | 2021-02-13 10:40:32 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-02-13 10:40:32 -0600 |
commit | 105768597ccd732ca54b734c9e6cbc529ebfd49b (patch) | |
tree | fbb7db84c0a4603d7f68874290b55407af9efb60 /src/constants/script_constants.asm | |
parent | 9a20f8c737b53b4a078ade02df95d1e3d6346f3f (diff) |
Document some overworld map stuff
and label some wram addresses used by script commands
Diffstat (limited to 'src/constants/script_constants.asm')
-rw-r--r-- | src/constants/script_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/script_constants.asm b/src/constants/script_constants.asm index 056ee37..a6a05be 100644 --- a/src/constants/script_constants.asm +++ b/src/constants/script_constants.asm @@ -277,4 +277,4 @@ 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 +VARIABLE_CARD EQU 0 ; use the card located in wCardReceived instead of using the script's argument |