summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Expand-the-Town-Map-tileset.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Expand-the-Town-Map-tileset.md b/Expand-the-Town-Map-tileset.md
index d41b542..bfbd4ba 100644
--- a/Expand-the-Town-Map-tileset.md
+++ b/Expand-the-Town-Map-tileset.md
@@ -166,8 +166,8 @@ And edit [engine/pokegear/pokegear.asm](../blob/master/engine/pokegear/pokegear.
push hl
-; The palette map covers tiles $00 to $5f; $60 and above use palette 0
- cp $60
--; The palette map covers tiles $00 to $7e; $7f and above use palette 0
-- cp $7f
++; The palette map covers tiles $00 to $7e; $7f and above use palette 0
++ cp $7f
jr nc, .pal0
...
```