summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2021-02-13 09:04:22 +0000
committerElectroDeoxys <ElectroDeoxys@gmail.com>2021-02-13 09:04:22 +0000
commit97cca18ce248efa16c741345a78e83e902d88254 (patch)
treedb76736e713bd1f93cc173abdb5c3ad0d805d826 /src/wram.asm
parentae378aa629caa6f7281a177ab86bed36787503dc (diff)
Label Tilemap data
Diffstat (limited to 'src/wram.asm')
-rw-r--r--src/wram.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm
index 4b18de1..2e26262 100644
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -2082,7 +2082,9 @@ wBGMapWidth:: ; d12f
wBGMapHeight:: ; d130
ds $1
-wd131:: ; d131
+; current tilemap to load
+; TILEMAP_* constant
+wCurTilemap:: ; d131
ds $1
wd132:: ; d132