summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-06-09 16:49:30 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2019-06-09 16:49:30 -0400
commit96ce2e1f8ce06ba317ba824f3e44cef912d29a9a (patch)
tree846498c19ed659a2981c0589eca247ccdf67ea04
parent0333994a2ad6ceb050ec7126d2be152dc5c0cc60 (diff)
Fix diff
-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
...
```