pokeplatinum/include/struct_defs/frontier_trainer_base.h
VicSevenT a0c3112987
Some checks are pending
build / build (push) Waiting to run
Document frontier_opponents.c (#1237)
2026-07-25 10:05:26 -07:00

11 lines
255 B
C

#ifndef POKEPLATINUM_FRONTIER_TRAINER_BASE_H
#define POKEPLATINUM_FRONTIER_TRAINER_BASE_H
typedef struct FrontierTrainerBase {
u16 trainerType;
u16 numSets;
u16 setIDs[];
} FrontierTrainerBase;
#endif // POKEPLATINUM_FRONTIER_TRAINER_BASE_H