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

18 lines
366 B
C

#ifndef POKEPLATINUM_STRUCT_OV16_0225DA44_H
#define POKEPLATINUM_STRUCT_OV16_0225DA44_H
#include "struct_decls/battle_system.h"
#include "pokemon_sprite.h"
typedef struct {
BattleSystem *battleSys;
PokemonSprite *unk_04;
u8 unk_08;
u8 unk_09;
u8 unk_0A;
u8 unk_0B;
} UnkStruct_ov16_0225DA44;
#endif // POKEPLATINUM_STRUCT_OV16_0225DA44_H