diff options
author | SonikkuA-DatH <58025603+SonikkuA-DatH@users.noreply.github.com> | 2021-10-16 23:59:04 -0700 |
---|---|---|
committer | SonikkuA-DatH <58025603+SonikkuA-DatH@users.noreply.github.com> | 2021-10-16 23:59:04 -0700 |
commit | 172f9474f47c8ecdfa8710d96e640d6f5e938700 (patch) | |
tree | ff1132743aa519af95dd4b3b1d10e70ae5dd0d19 | |
parent | 525d333ffb209a9e302c6c9f1a636d074d7ba8af (diff) |
Updated Make space for EWRAM Data for Summary screen (markdown)
-rw-r--r-- | Make-space-for-EWRAM-Data-for-Summary-screen.md | 1 |
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 |