diff options
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 |