summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Expand-the-Town-Map-tileset.md6
-rw-r--r--screenshots/town-map-vram-expanded.pngbin6333 -> 6334 bytes
-rw-r--r--screenshots/town-map-vram.pngbin6533 -> 6541 bytes
3 files changed, 3 insertions, 3 deletions
diff --git a/Expand-the-Town-Map-tileset.md b/Expand-the-Town-Map-tileset.md
index fe431bb..d41b542 100644
--- a/Expand-the-Town-Map-tileset.md
+++ b/Expand-the-Town-Map-tileset.md
@@ -23,7 +23,7 @@ Then edit [main.asm](../blob/master/main.asm):
```diff
SECTION "bank77_2", ROMX
-
+
INCLUDE "engine/rtc/print_hours_mins.asm"
INCLUDE "engine/events/diploma.asm"
INCLUDE "engine/pokedex/pokedex_3.asm"
@@ -32,7 +32,7 @@ Then edit [main.asm](../blob/master/main.asm):
-
-PokegearGFX:
-INCBIN "gfx/pokegear/pokegear.2bpp.lz"
-
+-
INCLUDE "engine/pokemon/european_mail.asm"
```
@@ -90,7 +90,7 @@ Edit [engine/pokedex/pokedex.asm](../blob/master/engine/pokedex/pokedex.asm):
dw .Area
dw .Cry
dw .Print
-
+
.Area:
...
ld a, [wDexCurLocation]
diff --git a/screenshots/town-map-vram-expanded.png b/screenshots/town-map-vram-expanded.png
index 25bebc9..1e4e6f1 100644
--- a/screenshots/town-map-vram-expanded.png
+++ b/screenshots/town-map-vram-expanded.png
Binary files differ
diff --git a/screenshots/town-map-vram.png b/screenshots/town-map-vram.png
index a6e0b1d..0f64722 100644
--- a/screenshots/town-map-vram.png
+++ b/screenshots/town-map-vram.png
Binary files differ