mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
15 lines
317 B
C
15 lines
317 B
C
#ifndef POKEPLATINUM_STRUCT_OV22_0225A914_H
|
|
#define POKEPLATINUM_STRUCT_OV22_0225A914_H
|
|
|
|
#include "sprite.h"
|
|
#include "sprite_resource.h"
|
|
|
|
typedef struct {
|
|
SpriteResource *unk_00[4];
|
|
Sprite *unk_10[20];
|
|
int unk_60;
|
|
int unk_64;
|
|
} UnkStruct_ov22_0225A914;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV22_0225A914_H
|