mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-04-26 02:05:09 -05:00
9 lines
181 B
C
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 |