#ifndef GUARD_MAP_SCRIPT_TABLE_H #define GUARD_MAP_SCRIPT_TABLE_H #include "constants/ground_map.h" #include "structs/str_ground_script.h" extern const struct GroundScriptHeader *const gMapScriptTable[MAP_COUNT]; #endif // GUARD_MAP_SCRIPT_TABLE_H