diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-11 10:23:14 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-11 10:23:14 -0500 |
commit | 73327f0d44195f26d1af8b894326e1b98b609681 (patch) | |
tree | ea851c33d270d2fde837dd372105e1562a912950 /include/fieldmap.h | |
parent | 4018acfae12ab5d39aaff9acdeaa5d713d1def0e (diff) |
Decompile field_ground_effect into event_object_movement.c
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 699595580..01218493a 100644 --- a/include/fieldmap.h +++ b/include/fieldmap.h @@ -14,6 +14,7 @@ int CanCameraMoveInDirection(int direction); u16 GetBehaviorByMetatileId(u16 metatileId); void sav1_camera_get_focus_coords(u16 *x, u16 *y); u8 MapGridGetMetatileLayerTypeAt(s32 x, s32 y); +u8 MapGridGetZCoordAt(int x, int y); u8 CameraMove(s32 deltaX, s32 deltaY); void mapheader_copy_mapdata_with_padding(struct MapHeader *mapHeader); void map_copy_with_padding(u16 *map, u16 width, u16 height); |