diff options
-rw-r--r-- | Add-a-new-Unown-form.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-a-new-Unown-form.md b/Add-a-new-Unown-form.md index 8dbf21d..b79cc74 100644 --- a/Add-a-new-Unown-form.md +++ b/Add-a-new-Unown-form.md @@ -691,4 +691,4 @@ You can add even more than 28 Unown forms, but the Unown mode interface will nee  -All you have to do is edit `Pokedex_DrawUnownModeBG` to change where things are drawn. +All you have to do is edit `Pokedex_DrawUnownModeBG` to change where things are drawn, and edit `_CGB_PokedexUnownMode` in `engine/gfx/cgb_layouts.asm` to change the location of the unown sprite's palette. |