mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
11 lines
183 B
C
11 lines
183 B
C
#ifndef SCRIPT_ARRAY_H
|
|
#define SCRIPT_ARRAY_H
|
|
|
|
#include "script_obj.h"
|
|
#include "pokemon_party.h"
|
|
|
|
extern script_obj script[11];
|
|
|
|
void add_script_party_var(Pokemon_Party var);
|
|
|
|
#endif |