Poke_Transporter_GB/include/mystery_gift_injector.h
Remnants of Forgotten Disney c825203e70 Modifying save data flags
2024-03-04 16:56:14 -06:00

9 lines
181 B
C

#ifndef MYSTERY_GIFT_INJECTOR_H
#define MYSTERY_GIFT_INJECTOR_H
#include "pokemon_party.h"
#include "pokemon_data.h"
bool inject_mystery(Pokemon_Party &incoming_box_data);
#endif