pokeheartgold/include/trade_anim.h
2023-08-22 04:11:56 -04:00

17 lines
370 B
C

#ifndef POKEHEARTGOLD_TRADE_ANIM_H
#define POKEHEARTGOLD_TRADE_ANIM_H
#include "pokemon_types_def.h"
#include "player_data.h"
typedef struct TRADE_ANIM_WORK {
BoxPokemon *my_boxmon;
BoxPokemon *trade_boxmon;
PlayerProfile *trade_profile;
int time_of_day;
int is_ingame;
Options *options;
} TRADE_ANIM_WORK;
#endif //POKEHEARTGOLD_TRADE_ANIM_H