mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
19 lines
382 B
C
19 lines
382 B
C
#ifndef POKEPLATINUM_STRUCT_OV16_0225E0BC_H
|
|
#define POKEPLATINUM_STRUCT_OV16_0225E0BC_H
|
|
|
|
#include "overlay013/battle_party.h"
|
|
|
|
typedef struct {
|
|
BattleSystem *unk_00;
|
|
BattlePartyContext *unk_04;
|
|
u8 unk_08;
|
|
u8 unk_09;
|
|
u8 unk_0A;
|
|
u8 unk_0B;
|
|
u16 unk_0C;
|
|
u8 unk_0E;
|
|
u8 unk_0F;
|
|
} UnkStruct_ov16_0225E0BC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV16_0225E0BC_H
|