pokeplatinum/include/battle/struct_ov16_0225DF6C.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

17 lines
343 B
C

#ifndef POKEPLATINUM_STRUCT_OV16_0225DF6C_H
#define POKEPLATINUM_STRUCT_OV16_0225DF6C_H
#include "struct_decls/battle_system.h"
typedef struct {
BattleSystem *battleSys;
u8 unk_04;
u8 unk_05;
u8 unk_06;
u8 unk_07;
u8 unk_08;
u8 unk_09[3];
} UnkStruct_ov16_0225DF6C;
#endif // POKEPLATINUM_STRUCT_OV16_0225DF6C_H