mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 06:57:36 -05:00
15 lines
324 B
C
15 lines
324 B
C
#ifndef POKEPLATINUM_STRUCT_OV22_0225A914_H
|
|
#define POKEPLATINUM_STRUCT_OV22_0225A914_H
|
|
|
|
#include "cell_actor.h"
|
|
#include "sprite_resource.h"
|
|
|
|
typedef struct {
|
|
SpriteResource *unk_00[4];
|
|
CellActor *unk_10[20];
|
|
int unk_60;
|
|
int unk_64;
|
|
} UnkStruct_ov22_0225A914;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV22_0225A914_H
|