diff options
author | i0brendan0 <19826742+i0brendan0@users.noreply.github.com> | 2019-06-07 01:16:55 -0500 |
---|---|---|
committer | i0brendan0 <19826742+i0brendan0@users.noreply.github.com> | 2019-06-07 01:16:55 -0500 |
commit | a2684b290bb730427d64bb3088c3e23659953cb6 (patch) | |
tree | 97289b16a618d9ab4b60321caf1b939ce80b8ebf | |
parent | 9d0587f289ef5e540f3f1a1f119aee83b465008a (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 72dd4ee..38a4e62 100644 --- a/Expand-the-Town-Map-Tile-Set.md +++ b/Expand-the-Town-Map-Tile-Set.md @@ -205,7 +205,7 @@ Open up gfx/pokegear/radio.tilemap.rle in a hex editor and replace it with Open up gfx/pokegear/phone.tilemap.rle in a hex editor and replace it with `6F 08 06 01 07 0A 17 01 6F 08 16 01 6F 0A 16 01 06 01 07 07 27 01 6F 0A 16 01 16 01 7F 12 16 01 16 01 7F 12 16 01 16 01 7F 12 16 01 16 01 7F 12 16 01 16 01 7F 12 16 01 16 01 7F 12 16 01 16 01 7F 12 16 01 16 01 7F 12 16 01 16 01 7F 12 16 01 FF` -Replace gfx/pokegear/town_map.png with +Replace gfx/pokegear/town_map.png with the file below, or a new image with new tiles. Keep it 128x40 with border tiles in the same place as the ones below.  @@ -213,5 +213,5 @@ Replace gfx/pokegear/pokegear.png with  -Then, edit [gfx/pokegear/johto.bin](https://github.com/pret/pokecrystal/blob/master/gfx/pokegear/johto.bin) and [gfx/pokegear/kanto.bin](https://github.com/pret/pokecrystal/blob/master/gfx/pokegear/kanto.bin) to use your new tiles where you want them. Done! +Then, edit [gfx/pokegear/johto.bin](https://github.com/pret/pokecrystal/blob/master/gfx/pokegear/johto.bin) and [gfx/pokegear/kanto.bin](https://github.com/pret/pokecrystal/blob/master/gfx/pokegear/kanto.bin) following the [Edit-the-Town-Map](https://github.com/pret/pokecrystal/wiki/Edit-the-Town-Map) tutorial. |