diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-13 22:04:51 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-13 22:04:51 -0400 |
commit | 8fd0bc424541cec7fc76a4f841035c2b9e793b0e (patch) | |
tree | a823c569134fda669d661dd6085dd6a2980ad931 /include/fieldmap.h | |
parent | 6bffe8613e2f764a03f551ad61b360dab9395eec (diff) |
Decompile start_menu
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r-- | include/fieldmap.h | 2 |
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 |