diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-06-09 16:49:30 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-06-09 16:49:30 -0400 |
commit | 96ce2e1f8ce06ba317ba824f3e44cef912d29a9a (patch) | |
tree | 846498c19ed659a2981c0589eca247ccdf67ea04 | |
parent | 0333994a2ad6ceb050ec7126d2be152dc5c0cc60 (diff) |
Fix diff
-rw-r--r-- | Expand-the-Town-Map-tileset.md | 4 |
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 ... ``` |