pokeplatinum/include/battle/struct_ov16_0225D8AC.h
Viperio 75545a47f2
Some checks failed
build / build (push) Has been cancelled
Document BattleSystem struct and battle_system.c (#930)
2026-02-16 11:13:21 -08:00

21 lines
408 B
C

#ifndef POKEPLATINUM_STRUCT_OV16_0225D8AC_H
#define POKEPLATINUM_STRUCT_OV16_0225D8AC_H
#include "struct_decls/battle_system.h"
typedef struct {
BattleSystem *battleSys;
void *unk_04;
int unk_08;
u8 unk_0C;
u8 unk_0D;
u8 unk_0E;
u8 unk_0F;
int unk_10;
int unk_14;
u16 unk_18;
u16 unk_1A;
} UnkStruct_ov16_0225D8AC;
#endif // POKEPLATINUM_STRUCT_OV16_0225D8AC_H