summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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