summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-14 10:41:27 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-14 10:46:04 -0400
commitb8fec3d9f617ec9a764bb56804c526ff7449631f (patch)
tree2e84d0bf6107a15ebcb94a23c3158e2bc6382f6f /include/fieldmap.h
parent9fe74ac590f75a0571de8ebcd499fdf892419328 (diff)
parent8efae5c807bf6b27f5c90bfb0c5887dbde24f10d (diff)
Merge branch 'master' into trade
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
index 7bedb1d94..dde05b7ed 100644
--- a/include/fieldmap.h
+++ b/include/fieldmap.h
@@ -26,4 +26,6 @@ u32 GetBehaviorByMetatileIdAndMapData(struct MapData *mapData, u16 metatile, u8
const struct MapHeader * mapconnection_get_mapheader(struct MapConnection * connection);
struct MapConnection * GetMapConnectionAtPos(s16 x, s16 y);
+void save_serialize_map(void);
+
#endif //GUARD_FIELDMAP_H