diff options
author | Marcus Huderle <huderlem@gmail.com> | 2014-05-12 17:41:21 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2014-05-12 17:41:21 -0500 |
commit | 36d588a83c249e2df7a3177eb7aa22e2b09658e0 (patch) | |
tree | 5c98d8090ac12e4ac400fd7ceb7631bd8b68caed /wram.asm | |
parent | 13e496cc90a3027b792a5330b404c3a8555e82a5 (diff) | |
parent | 83d775e21a0ca6f126089715a63654c2bd9e7297 (diff) |
Merged with yenatch
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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 |