summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-04-27 02:44:29 -0400
committeryenatch <yenatch@gmail.com>2014-04-27 02:44:29 -0400
commit3b9740cb828c33729a89f6181928fd9415d6c342 (patch)
tree62bb9ea3f0cd2768c61b360ceabd3af8bd0ba766 /wram.asm
parent55b992916719834a6a932829699a4e9250527f5a (diff)
Comments and labels for saving the last blackout map.
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm14
1 files changed, 12 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index 0ea63121..4999b7e3 100755
--- a/wram.asm
+++ b/wram.asm
@@ -964,7 +964,12 @@ W_YBLOCKCOORD:: ; d363
ds 1
W_XBLOCKCOORD:: ; d364
- ds 3
+ ds 1
+
+wLastMap:: ; d365
+ ds 1
+
+ ds 1
W_CURMAPTILESET:: ; d367
ds 1
@@ -1323,7 +1328,12 @@ W_RIVALSTARTER:: ; d715
W_PLAYERSTARTER:: ; d717
ds 1
- ds 27
+ ds 1
+
+wLastBlackoutMap:: ; d719
+ ds 1
+
+ ds 25
W_FLAGS_D733:: ; d733