diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-24 15:28:43 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-24 15:28:43 -0400 |
commit | 7c3d9df380ba92c34b24326805e2b6819aecb085 (patch) | |
tree | f45dc000167fa851328ec94aa232e286a8474117 /include/fieldmap.h | |
parent | 0d73967f6c97e1743c7ef3e0b20a9bc31a5a4ebd (diff) |
Finish field_specials
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r-- | include/fieldmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h index dde05b7ed..c3709c616 100644 --- a/include/fieldmap.h +++ b/include/fieldmap.h @@ -25,6 +25,7 @@ bool32 CanCameraMoveInDirection(s32); u32 GetBehaviorByMetatileIdAndMapData(struct MapData *mapData, u16 metatile, u8 attr); const struct MapHeader * mapconnection_get_mapheader(struct MapConnection * connection); struct MapConnection * GetMapConnectionAtPos(s16 x, s16 y); +void sub_8059948(u8 a0, u8 a1); void save_serialize_map(void); |