diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-03-08 10:18:23 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-03-08 10:18:23 -0700 |
commit | 02982dc38e6019441364b7984bfcf08eef6bcfd9 (patch) | |
tree | 075888dbf6c6ddba9063f438570c6b7450f4d585 /wram.asm | |
parent | cc79db973355a7b6d10fb394983c461bcac447cd (diff) |
Label wCurrentMap.
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -13,8 +13,13 @@ wOAMBuffer:: ; d000 ; buffer for OAM data. Copied to OAM by DMA ds 4 * 40 - ds $4da + ds $4aa +wCurrentMap:: ; 0xd54a +; Current map during play. See map_constants.asm + ds 1 + + ds $2f ; d54b might be the current mode (catchEm, evolution, map change, etc.) wTimerSeconds:: ; 0xd57a |