diff options
author | SaveState <pgattic@gmail.com> | 2019-06-06 11:57:16 -0400 |
---|---|---|
committer | SaveState <pgattic@gmail.com> | 2019-06-06 11:57:16 -0400 |
commit | fcdb905c0698245887c94a8004205902b76e76dc (patch) | |
tree | 10cf9d4f9e038ba06abbd36efea41ab1be946bf8 | |
parent | 2ded97e9b0f7cf5de7553b128cf22f1036034966 (diff) |
Updated Expand the Town Map Tile Set (markdown)
-rw-r--r-- | Expand-the-Town-Map-Tile-Set.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Expand-the-Town-Map-Tile-Set.md b/Expand-the-Town-Map-Tile-Set.md index 132c708..cbdb8db 100644 --- a/Expand-the-Town-Map-Tile-Set.md +++ b/Expand-the-Town-Map-Tile-Set.md @@ -153,9 +153,9 @@ Second, edit [engine/pokegear/pokegear.asm](https://github.com/pret/pokecrystal/ ld a, [hli] push hl -; The palette map covers tiles $00 to $5f; $60 and above use palette 0 -+; The palette map covers tiles $00 to $76, $77 and above aren't available ++; The palette map covers tiles $00 to $77, $78 and above aren't available - cp $60 -+ cp $77 ++ cp $78 jr nc, .pal0 ``` ```diff |