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

27 lines
561 B
C

#ifndef POKEPLATINUM_STRUCT_OV16_02264650_1_H
#define POKEPLATINUM_STRUCT_OV16_02264650_1_H
#include "struct_decls/battle_system.h"
#include "battle/struct_ov16_02268520.h"
#include "sprite_system.h"
typedef struct {
BattleSystem *battleSys;
UnkStruct_ov16_02268520 *unk_04;
ManagedSprite *unk_08;
u8 unk_0C;
u8 unk_0D;
u8 unk_0E;
u8 unk_0F;
s16 unk_10;
u16 unk_12_0 : 1;
u16 unk_12_1 : 15;
int unk_14;
int unk_18;
int unk_1C;
} UnkStruct_ov16_02264650_1;
#endif // POKEPLATINUM_STRUCT_OV16_02264650_1_H