mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 06:57:36 -05:00
15 lines
315 B
C
15 lines
315 B
C
#ifndef POKEPLATINUM_STRUCT_OV104_022412F4_H
|
|
#define POKEPLATINUM_STRUCT_OV104_022412F4_H
|
|
|
|
#include <nitro/gx.h>
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
int unk_04;
|
|
int unk_08;
|
|
GXOBJVRamModeChar unk_0C;
|
|
GXOBJVRamModeChar unk_10;
|
|
} UnkStruct_ov104_022412F4;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV104_022412F4_H
|