mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-22 06:57:33 -05:00
16 lines
325 B
C
16 lines
325 B
C
#ifndef POKEPLATINUM_STRUCT_OV16_0225DF34_H
|
|
#define POKEPLATINUM_STRUCT_OV16_0225DF34_H
|
|
|
|
#include "struct_decls/battle_system.h"
|
|
|
|
typedef struct {
|
|
BattleSystem *unk_00;
|
|
void *unk_04;
|
|
u8 unk_08;
|
|
u8 unk_09;
|
|
u8 unk_0A;
|
|
u8 unk_0B;
|
|
} UnkStruct_ov16_0225DF34;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV16_0225DF34_H
|