diff options
Diffstat (limited to 'Add-a-new-Unown-form.md')
-rw-r--r-- | Add-a-new-Unown-form.md | 6 |
1 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!  + +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: + + + +All you have to do is edit `Pokedex_DrawUnownModeBG` to change where things are drawn. |