Poke_Transporter_GB/include/script.h
2023-10-16 19:22:41 -05:00

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