From 3b9740cb828c33729a89f6181928fd9415d6c342 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 27 Apr 2014 02:44:29 -0400 Subject: Comments and labels for saving the last blackout map. --- wram.asm | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'wram.asm') 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 -- cgit v1.2.3