diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-06-09 16:46:32 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-06-09 16:46:32 -0400 |
| commit | 0333994a2ad6ceb050ec7126d2be152dc5c0cc60 (patch) | |
| tree | 731376608f286b22fe075e8cbdb8b94159b14eff | |
| parent | a0c04ca8808e3de244b1184443f11e8a0f72d3ed (diff) | |
Edits
| -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 |
