diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-13 09:04:22 +0000 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-13 09:05:27 +0000 |
commit | 68fbfa0d8e891794037852595b1ca47464905f90 (patch) | |
tree | cb66e5ef7bc759ec092a4540866022d991d0a0b4 /src/wram.asm | |
parent | ae378aa629caa6f7281a177ab86bed36787503dc (diff) |
Label Tilemap data
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 4 |
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 |