summaryrefslogtreecommitdiff
path: root/src/vram.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-03-04 23:29:11 +0100
committerxCrystal <rgr.crystal@gmail.com>2018-03-04 23:29:11 +0100
commitd135be855a0ce591bf95183b2184f4b2423ffee1 (patch)
tree8ad6b55fc90a9a4c8e0e7c419cac5d87ed22464f /src/vram.asm
parent1750d420b98f0b3d87c74fe1d59fca8498c8e0a0 (diff)
Document some home functions related to text
Diffstat (limited to 'src/vram.asm')
-rw-r--r--src/vram.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/vram.asm b/src/vram.asm
index 7adca0a..9fbc401 100644
--- a/src/vram.asm
+++ b/src/vram.asm
@@ -4,8 +4,8 @@ v0Tiles0:: ds $800 ; 8000
v0Tiles1:: ds $800 ; 8800
v0Tiles2:: ds $800 ; 9000
-v0BGMapTiles1:: ds $400 ; 9800
-v0BGMapTiles2:: ds $400 ; 9c00
+v0BGMap0:: ds $400 ; 9800
+v0BGMap1:: ds $400 ; 9c00
v0End:: ; a000
@@ -15,7 +15,7 @@ v1Tiles0:: ds $800 ; 8000
v1Tiles1:: ds $800 ; 8800
v1Tiles2:: ds $800 ; 9000
-v1BGMapTiles1:: ds $400 ; 9800
-v1BGMapTiles2:: ds $400 ; 9c00
+v1BGMap0:: ds $400 ; 9800
+v1BGMap1:: ds $400 ; 9c00
v1End:: ; a000