mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 06:57:36 -05:00
15 lines
366 B
C
15 lines
366 B
C
#ifndef POKEPLATINUM_STRUCT_OV117_02265EB0_H
|
|
#define POKEPLATINUM_STRUCT_OV117_02265EB0_H
|
|
|
|
#include "struct_decls/font_oam.h"
|
|
#include "struct_defs/sprite_manager_allocation.h"
|
|
|
|
typedef struct {
|
|
FontOAM *unk_00;
|
|
SpriteManagerAllocation unk_04;
|
|
u16 unk_10;
|
|
u8 padding_12[2];
|
|
} UnkStruct_ov117_02265EB0;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV117_02265EB0_H
|