mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
13 lines
324 B
C
13 lines
324 B
C
#ifndef POKEPLATINUM_STRUCT_OV21_021D4CA0_H
|
|
#define POKEPLATINUM_STRUCT_OV21_021D4CA0_H
|
|
|
|
#include "struct_decls/font_oam.h"
|
|
#include "struct_defs/sprite_manager_allocation.h"
|
|
|
|
typedef struct {
|
|
FontOAM *unk_00;
|
|
SpriteManagerAllocation unk_04;
|
|
} UnkStruct_ov21_021D4CA0;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV21_021D4CA0_H
|