summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-07-18 15:04:30 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-07-18 15:04:30 -0400
commitcde053797f24bd35abe9f42f8d5652fb77587974 (patch)
tree1fa4b4c2838cbe6f2775e7d615837ec91726a5ff
parent61a76baa3a6fe351af69ef274a4f5ee32ff55f0f (diff)
33 Unown example
-rw-r--r--Add-a-new-Unown-form.md6
-rw-r--r--screenshots/greek-unown.pngbin0 -> 776 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/Add-a-new-Unown-form.md b/Add-a-new-Unown-form.md
index 67ed7a5..201b62c 100644
--- a/Add-a-new-Unown-form.md
+++ b/Add-a-new-Unown-form.md
@@ -686,3 +686,9 @@ Edit [gfx/pics.asm](../blob/master/gfx/pics.asm) again:
Now we're done!
![Screenshot](screenshots/unown-exclamation-question.png)
+
+You can add even more than 28 Unown forms, but the Unown mode interface will need redesigning to accomodate them. For example, here's a version that fits 33 forms:
+
+![Screenshot](screenshots/greek-unown.png)
+
+All you have to do is edit `Pokedex_DrawUnownModeBG` to change where things are drawn.
diff --git a/screenshots/greek-unown.png b/screenshots/greek-unown.png
new file mode 100644
index 0000000..0f5310a
--- /dev/null
+++ b/screenshots/greek-unown.png
Binary files differ