diff options
author | Andrew Martinek <andrewrmartinek@gmail.com> | 2019-10-08 00:20:52 -0400 |
---|---|---|
committer | Andrew Martinek <andrewrmartinek@gmail.com> | 2019-10-08 00:20:52 -0400 |
commit | cb88ee5a13498f060da1be80eb0cc0fcd1357a05 (patch) | |
tree | f299946090b8b7c27f3679eed4604b1fc95c3d14 /src/wram.asm | |
parent | a44f17b9a15cf1a572d5e8056a69c368265729f2 (diff) |
Created python script to calculate progress and documented some scripts
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wram.asm b/src/wram.asm index fd24dbd..c3fb738 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1784,16 +1784,16 @@ wd0b9:: ; d0b9 wd0ba:: ; d0ba ds $1 -wd0bb:: ; d0bb +wTempMap:: ; d0bb ds $1 -wd0bc:: ; d0bc +wTempPlayerXCoord:: ; d0bc ds $1 -wd0bd:: ; d0bd +wTempPlayerYCoord:: ; d0bd ds $1 -wd0be:: ; d0be +wTempPlayerDirection:: ; d0be ds $1 wd0bf:: ; d0bf |