Poke_Transporter_GB/include/mystery_gift_injector.h
The Gears of Progress ba1a075701 Adding PCCS
2025-10-12 15:08:33 -04:00

9 lines
161 B
C

#ifndef MYSTERY_GIFT_INJECTOR_H
#define MYSTERY_GIFT_INJECTOR_H
#include "pokemon_party.h"
#include "pokemon_data.h"
bool inject_mystery(PokeBox* box);
#endif