diff options
author | i0brendan0 <19826742+i0brendan0@users.noreply.github.com> | 2019-06-05 19:38:06 -0500 |
---|---|---|
committer | i0brendan0 <19826742+i0brendan0@users.noreply.github.com> | 2019-06-05 19:38:06 -0500 |
commit | c44fd62c9e44d3935feffd2eda853f0f940a2fc9 (patch) | |
tree | e7b8d01fdd7ba94cacf2d6c9623df00481338da2 | |
parent | ac6a5c20025136f4fb034b6f796a42059e32097f (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 564075d..c2fecb7 100644 --- a/Expand-the-Town-Map-Tile-Set.md +++ b/Expand-the-Town-Map-Tile-Set.md @@ -1,4 +1,4 @@ -Hey guys! This is a tutorial on how to use 34 more tiles on the Town Map! It's actually pretty simple. I recommend reading the [town map editing tutorial](https://github.com/pret/pokecrystal/wiki/Edit-the-Town-Map) first to get to know how the town map works. Please note that GSCTME doesn't support this improvement, so if you're planning on using that for editinig the town map, sorry, you'll have to manually edit the [gfx/pokegear/johto.bin](https://github.com/pret/pokecrystal/blob/master/gfx/pokegear/johto.bin) file in a hex editor. +Hey guys! This is a tutorial on how to use 34 more tiles on the Town Map! It's actually pretty simple. I recommend reading the [town map editing tutorial](https://github.com/pret/pokecrystal/wiki/Edit-the-Town-Map) first to get to know how the town map works. Please note that GSCTME doesn't support this improvement, so if you're planning on using that for editing the town map, sorry, you'll have to manually edit the [gfx/pokegear/johto.bin](https://github.com/pret/pokecrystal/blob/master/gfx/pokegear/johto.bin) file in a hex editor. First, edit [engine/pokegear/pokegear.asm](https://github.com/pret/pokecrystal/blob/master/engine/pokegear/pokegear.asm): ```diff @@ -32,7 +32,7 @@ then edit [main.asm](https://github.com/pret/pokecrystal/blob/master/main.asm): ```diff ... -PokegearGFX: +-PokegearGFX: -INCBIN "gfx/pokegear/pokegear.2bpp.lz" - INCLUDE "engine/pokemon/european_mail.asm" |