Move gMonsterArchieve to C

This commit is contained in:
DizzyEggg
2025-02-19 22:57:18 +01:00
parent d70df01a8a
commit f65e3d61ff
12 changed files with 1042 additions and 2518 deletions

View File

@@ -23,7 +23,8 @@ struct PortraitGfxSub
struct PortraitGfx
{
struct PortraitGfxSub sprites[10];
// NOTE: The actual number of sprites is different depending on pokemon. For example, starters have 12 sprites, while most legendaries only 1. [0] means that any number of sprites is valid.
struct PortraitGfxSub sprites[0];
};
struct MonPortraitMsg