mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
22 lines
443 B
C
22 lines
443 B
C
#ifndef POKEPLATINUM_STRUCT_OV16_0225D360_H
|
|
#define POKEPLATINUM_STRUCT_OV16_0225D360_H
|
|
|
|
#include "struct_decls/battle_system.h"
|
|
|
|
#include "battle/struct_ov16_0225BFFC_decl.h"
|
|
|
|
typedef struct {
|
|
BattleSystem *unk_00;
|
|
BattlerData *unk_04;
|
|
u8 unk_08;
|
|
u8 unk_09;
|
|
u8 unk_0A;
|
|
u8 unk_0B;
|
|
int unk_0C;
|
|
int unk_10;
|
|
int unk_14;
|
|
int unk_18;
|
|
} UnkStruct_ov16_0225D360;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV16_0225D360_H
|