summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Make-space-for-EWRAM-Data-for-Summary-screen.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Make-space-for-EWRAM-Data-for-Summary-screen.md b/Make-space-for-EWRAM-Data-for-Summary-screen.md
index 8902e60..316d62e 100644
--- a/Make-space-for-EWRAM-Data-for-Summary-screen.md
+++ b/Make-space-for-EWRAM-Data-for-Summary-screen.md
@@ -413,6 +413,7 @@ Going back to [src/pokemon.c](../blob/master/src/pokemon.c)
```
Change ``#define GFX_MANAGER_NUM_FRAMES 4`` to whatever value you want. 2 is typically preferred
+
If you're crazy enough to add more Castform forms later, ``#define GFX_MANAGER_SPR_SIZE (MON_PIC_SIZE * 4)`` will need to be increased to compensate added forms
Otherwise