mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-22 01:44:36 -05:00
12 lines
216 B
C
12 lines
216 B
C
#ifndef SCRIPT_ARRAY_H
|
|
#define SCRIPT_ARRAY_H
|
|
|
|
#include "script_obj.h"
|
|
#include "pokemon_party.h"
|
|
|
|
extern script_obj script[13];
|
|
|
|
void add_script_party_var(Pokemon_Party var);
|
|
bool run_conditional(int index);
|
|
|
|
#endif |