diff options
-rw-r--r-- | Expand-the-Town-Map-tileset.md | 6 | ||||
-rw-r--r-- | screenshots/town-map-vram-expanded.png | bin | 6333 -> 6334 bytes | |||
-rw-r--r-- | screenshots/town-map-vram.png | bin | 6533 -> 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 Binary files differindex 25bebc9..1e4e6f1 100644 --- a/screenshots/town-map-vram-expanded.png +++ b/screenshots/town-map-vram-expanded.png diff --git a/screenshots/town-map-vram.png b/screenshots/town-map-vram.png Binary files differindex a6e0b1d..0f64722 100644 --- a/screenshots/town-map-vram.png +++ b/screenshots/town-map-vram.png |