pokeplatinum/include/struct_defs/struct_0207AD40.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

12 lines
245 B
C

#ifndef POKEPLATINUM_STRUCT_0207AD40_H
#define POKEPLATINUM_STRUCT_0207AD40_H
#include "struct_decls/battle_system.h"
typedef struct {
BattleSystem *battleSys;
u8 unk_04;
} UnkStruct_0207AD40;
#endif // POKEPLATINUM_STRUCT_0207AD40_H