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:05:27 +0000
commit68fbfa0d8e891794037852595b1ca47464905f90 (patch)
treecb66e5ef7bc759ec092a4540866022d991d0a0b4 /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