diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-24 02:10:52 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-24 02:10:52 -0400 |
commit | 65ceae83293e61b234a35c2cdfc49c0e9dc555eb (patch) | |
tree | 6eafac1cc7eabb714b04aa1a08a6a85a744a9e5c | |
parent | 05f0eab3034bb8781bc59fb65eac91a1c9019ff1 (diff) |
v
-rw-r--r-- | Expand-tilesets-from-192-to-255-tiles.md | 2 |
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 |