summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaveState <pgattic@gmail.com>2019-06-05 23:23:49 -0400
committerSaveState <pgattic@gmail.com>2019-06-05 23:23:49 -0400
commitd602d0235f7cbbf3124e4004ce0ba47b5b875906 (patch)
treee89f6270ecd1c7a320eb910939e0ba42cba43523
parent3b40dc1d3c076fa9277055f3b4a4b58b0ff20b6a (diff)
Updated Expand the Town Map Tile Set (markdown)
-rw-r--r--Expand-the-Town-Map-Tile-Set.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Expand-the-Town-Map-Tile-Set.md b/Expand-the-Town-Map-Tile-Set.md
index bc88eda..390a519 100644
--- a/Expand-the-Town-Map-Tile-Set.md
+++ b/Expand-the-Town-Map-Tile-Set.md
@@ -38,7 +38,8 @@ TownMapPals:
push hl
-; The palette map covers tiles $00 to $5f; $60 and above use palette 0
+; The palette map covers tiles $00 to $7e, $7f is space graphics
- cp $7f
+- cp $60
++ cp $7f
jr nc, .pal0
...