mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-18 21:17:40 -05:00
16 lines
337 B
C
16 lines
337 B
C
#ifndef POKEPLATINUM_STRUCT_0209843C_H
|
|
#define POKEPLATINUM_STRUCT_0209843C_H
|
|
|
|
#include "struct_defs/struct_0203E2FC.h"
|
|
|
|
#include "applications/naming_screen.h"
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
BOOL unk_04;
|
|
NamingScreenArgs *unk_08;
|
|
UnkStruct_0203E2FC unk_0C;
|
|
} UnkStruct_0209843C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0209843C_H
|