summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Expand-tilesets-from-192-to-255-tiles.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Expand-tilesets-from-192-to-255-tiles.md b/Expand-tilesets-from-192-to-255-tiles.md
index bd9d2b6..9953020 100644
--- a/Expand-tilesets-from-192-to-255-tiles.md
+++ b/Expand-tilesets-from-192-to-255-tiles.md
@@ -544,7 +544,7 @@ Edit [engine/events/halloffame.asm](../blob/master/engine/events/halloffame.asm)
...
```
-(If it's unclear to you why we have to do this, take a look at the VRAM screenshot again, noting that `Tiles0` is the top-left sixth, `vTiles1` is the middle-left, and `vTiles2` is the bottom-left, with all three being sequential in memory.)
+(If it's unclear to you why we have to do this, take a look at the VRAM screenshot again, noting that `vTiles0` is the top-left sixth, `vTiles1` is the middle-left, and `vTiles2` is the bottom-left, with all three being sequential in memory.)
## 10. Correct other implicit assumptions about tiles