diff options
-rw-r--r-- | Expand-the-Town-Map-Tile-Set.md | 3 |
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 ... |