summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Expand-the-Town-Map-tileset.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Expand-the-Town-Map-tileset.md b/Expand-the-Town-Map-tileset.md
index 52bce26..00e8c8d 100644
--- a/Expand-the-Town-Map-tileset.md
+++ b/Expand-the-Town-Map-tileset.md
@@ -12,7 +12,7 @@
The Pokégear graphics are right after the Town Map graphics in VRAM, and they have a couple of unused tiles. Plus [gfx/pokegear/town_map_palette_map.asm](../blob/master/gfx/pokegear/town_map_palette_map.asm) already assigns palettes to them both. It's fairly simple to combine them into a single tileset.
-First, edit [gfx/pokegear/town_map.png](../blob/master/gfx/pokegear/town_map.png), appendng the [gfx/pokegear/pokegear.png](../blob/master/gfx/pokegear/pokegear.png) tiles to it:
+First, edit [gfx/pokegear/town_map.png](../blob/master/gfx/pokegear/town_map.png), appending the [gfx/pokegear/pokegear.png](../blob/master/gfx/pokegear/pokegear.png) tiles to it:
![gfx/pokegear/town_map.png](screenshots/combined_gfx-pokegear-town_map.png)