mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
14 lines
312 B
C
14 lines
312 B
C
#ifndef POKEPLATINUM_STRUCT_OV83_0223D95C_H
|
|
#define POKEPLATINUM_STRUCT_OV83_0223D95C_H
|
|
|
|
#include "sprite.h"
|
|
#include "sprite_resource.h"
|
|
|
|
typedef struct {
|
|
SpriteResource *unk_00[4];
|
|
BOOL unk_10;
|
|
SpriteResourcesHeader unk_14;
|
|
} UnkStruct_ov83_0223D95C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV83_0223D95C_H
|