mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Merge pull request #1612 from AsparagusEduardo/pret_misc
Small documentation and cleanup
This commit is contained in:
commit
8743172686
@ -57,7 +57,7 @@
|
||||
|
||||
struct ResourceFlags
|
||||
{
|
||||
u32 flags[4];
|
||||
u32 flags[MAX_BATTLERS_COUNT];
|
||||
};
|
||||
|
||||
#define RESOURCE_FLAG_FLASH_FIRE 1
|
||||
@ -590,8 +590,8 @@ struct MonSpritesGfx
|
||||
{
|
||||
void* firstDecompressed; // ptr to the decompressed sprite of the first pokemon
|
||||
union {
|
||||
void* ptr[MAX_BATTLERS_COUNT];
|
||||
u8* byte[MAX_BATTLERS_COUNT];
|
||||
void* ptr[MAX_BATTLERS_COUNT];
|
||||
u8* byte[MAX_BATTLERS_COUNT];
|
||||
} sprites;
|
||||
struct SpriteTemplate templates[MAX_BATTLERS_COUNT];
|
||||
struct SpriteFrameImage frameImages[MAX_BATTLERS_COUNT][4];
|
||||
|
Loading…
Reference in New Issue
Block a user