mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
13 lines
255 B
C
13 lines
255 B
C
#ifndef POKEPLATINUM_STRUCT_OV83_0223E244_H
|
|
#define POKEPLATINUM_STRUCT_OV83_0223E244_H
|
|
|
|
#include "sprite.h"
|
|
|
|
typedef struct {
|
|
BOOL unk_00;
|
|
BOOL unk_04;
|
|
Sprite *unk_08;
|
|
} UnkStruct_ov83_0223E244;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV83_0223E244_H
|