mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 00:32:20 -05:00
16 lines
342 B
C
16 lines
342 B
C
#ifndef POKEPLATINUM_STRUCT_OV117_02265EB0_H
|
|
#define POKEPLATINUM_STRUCT_OV117_02265EB0_H
|
|
|
|
#include "struct_decls/font_oam.h"
|
|
|
|
#include "char_transfer.h"
|
|
|
|
typedef struct {
|
|
FontOAM *unk_00;
|
|
CharTransferAllocation unk_04;
|
|
u16 unk_10;
|
|
u8 padding_12[2];
|
|
} UnkStruct_ov117_02265EB0;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV117_02265EB0_H
|