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

SonikkuA-DatH 2021-10-16 23:59:04 -07:00
parent 525d333ffb
commit 172f9474f4
1 changed files with 1 additions and 0 deletions

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