summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2015-03-08 10:18:23 -0700
committerMarcus Huderle <huderlem@gmail.com>2015-03-08 10:18:23 -0700
commit02982dc38e6019441364b7984bfcf08eef6bcfd9 (patch)
tree075888dbf6c6ddba9063f438570c6b7450f4d585 /wram.asm
parentcc79db973355a7b6d10fb394983c461bcac447cd (diff)
Label wCurrentMap.
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm7
1 files changed, 6 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 17ea4bf..3e9febf 100755
--- a/wram.asm
+++ b/wram.asm
@@ -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