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