mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-07-16 16:50:35 -05:00
9 lines
151 B
C
9 lines
151 B
C
#ifndef SCRIPT_H
|
|
#define SCRIPT_H
|
|
|
|
#include "pokemon_party.h"
|
|
#include "script_builder.h"
|
|
|
|
void inject_mystery(Pokemon incoming_party_array[]);
|
|
|
|
#endif |