diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-18 19:37:18 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-18 19:37:18 +0100 |
commit | 7ce3473b0e5858b98a2ac1c393dc46c54ecfdf22 (patch) | |
tree | a8d3b0116a98ee22b75ebd3e7c9e2618d41fcd62 /include/overworld.h | |
parent | 032dd251e628debd1ec7774fa42b6e7d39b3d83b (diff) |
Clean up save related files
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/overworld.h b/include/overworld.h index 6b38a8782..3e9d42a22 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -73,7 +73,7 @@ void SetFixedHoleWarpAsDestination(s16 x, s16 y); void warp1_set_to_sav1w(void); void sub_8084F2C(s8 mapGroup, s8 mapNum, s8 warpId, s8 x, s8 y); void sub_8084F6C(u8 a1); -void sub_8084FAC(void); +void sub_8084FAC(int unused); const struct MapConnection *GetMapConnection(u8 dir); static bool8 SetDiveWarp(u8 dir, u16 x, u16 y); bool8 SetDiveWarpEmerge(u16 x, u16 y); |