mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-03 06:35:14 -05:00
move map script table to C
This commit is contained in:
9
include/map_script_table.h
Normal file
9
include/map_script_table.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user