pokeheartgold/include/overlay_111.h
2024-02-28 17:14:34 +00:00

21 lines
545 B
C

#ifndef POKEHEARTGOLD_OVY_111_H
#define POKEHEARTGOLD_OVY_111_H
#include "options.h"
#include "overlay_manager.h"
#include "pokemon_types_def.h"
typedef struct BugContestSwapMonArgs {
Pokemon *newlyCaughtMon;
Pokemon *currentMon;
BOOL noPokemonCaught;
Options *options;
Pokemon *unk10;
} BugContestSwapMonArgs;
BOOL BugContestSwapMon_Init(OVY_MANAGER *man, int *state);
BOOL BugContestSwapMon_Main(OVY_MANAGER *man, int *state);
BOOL BugContestSwapMon_Exit(OVY_MANAGER *man, int *state);
#endif //POKEHEARTGOLD_OVY_111_H