summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
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