Updated Make space for EWRAM Data for Summary screen (markdown)

SonikkuA-DatH 2021-10-16 23:56:14 -07:00
parent 18d04a44db
commit 63c97f6028
1 changed files with 2 additions and 1 deletions

@ -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 #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 Otherwise