diff options
author | SonikkuA-DatH <58025603+SonikkuA-DatH@users.noreply.github.com> | 2021-10-16 23:56:14 -0700 |
---|---|---|
committer | SonikkuA-DatH <58025603+SonikkuA-DatH@users.noreply.github.com> | 2021-10-16 23:56:14 -0700 |
commit | 63c97f6028bcf48805b7acce275bb15cd3d363c1 (patch) | |
tree | 069822fe4bbd27ef0b91179b0e9da851402b94d3 | |
parent | 18d04a44db28ff0a970e05ed350801dd39e7e570 (diff) |
Updated Make space for EWRAM Data for Summary screen (markdown)
-rw-r--r-- | Make-space-for-EWRAM-Data-for-Summary-screen.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Make-space-for-EWRAM-Data-for-Summary-screen.md b/Make-space-for-EWRAM-Data-for-Summary-screen.md index d9bbbfd..8902e60 100644 --- a/Make-space-for-EWRAM-Data-for-Summary-screen.md +++ b/Make-space-for-EWRAM-Data-for-Summary-screen.md @@ -412,7 +412,8 @@ Going back to [src/pokemon.c](../blob/master/src/pokemon.c) #define GFX_MANAGER_NUM_FRAMES 4 // Only 2 frames are needed ``` -Change ``#define GFX_MANAGER_NUM_FRAMES 4`` to whatever value you want. 2 is typically preferred, but if you're crazy enough to add more Castform forms later, this will need to be increased to compensate added forms +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 |