From 70e8c56aaf03888fb5881372aaa73b73dd3f2a83 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 28 Jul 2018 01:37:10 -0400 Subject: MS Paint --- Edit-the-Town-Map.md | 4 +++- screenshots/ms-paint-johto.png | Bin 0 -> 8461 bytes screenshots/town-map-vram.png | Bin 6529 -> 6533 bytes 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 screenshots/ms-paint-johto.png diff --git a/Edit-the-Town-Map.md b/Edit-the-Town-Map.md index de601e1..876b600 100644 --- a/Edit-the-Town-Map.md +++ b/Edit-the-Town-Map.md @@ -62,7 +62,9 @@ Landmarks are defined in [data/maps/landmarks.asm](../blob/master/data/maps/land NewBarkTownName: db "NEW BARK¯TOWN@" ``` -If you look at pixel coordinates (140, 100) in the Johto map above, you'll see it's in the middle of the New Bark Town icon. +If you look at pixel coordinates (140, 100) in the Johto map above, you'll see it's in the middle of the New Bark Town icon: + +![Screenshot](screenshots/ms-paint-johto.png) Be careful, though! Currently pokecrystal defines the `landmark` macro like this: diff --git a/screenshots/ms-paint-johto.png b/screenshots/ms-paint-johto.png new file mode 100644 index 0000000..dacc3cc Binary files /dev/null and b/screenshots/ms-paint-johto.png differ diff --git a/screenshots/town-map-vram.png b/screenshots/town-map-vram.png index 2b22b56..a6e0b1d 100644 Binary files a/screenshots/town-map-vram.png and b/screenshots/town-map-vram.png differ -- cgit v1.2.3