diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-10 11:48:16 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-10 11:48:16 +0200 |
commit | e382a73e9d706fee763723b5a275b36db3b0fc97 (patch) | |
tree | 0a93d36a2cca12a56d5f441194d6fda311208978 /include/save_location.h | |
parent | ab03b03c4bb872af131a9c52ef285c488b8e4865 (diff) | |
parent | 8914645231c9301579ed39bdd9200ad50e5296d0 (diff) |
merge branch master
Diffstat (limited to 'include/save_location.h')
-rw-r--r-- | include/save_location.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/save_location.h b/include/save_location.h new file mode 100644 index 000000000..95b3a7d7d --- /dev/null +++ b/include/save_location.h @@ -0,0 +1,9 @@ +#ifndef GUARD_SAVE_LOCATION_H +#define GUARD_SAVE_LOCATION_H + +bool32 sub_81AFCEC(void); +void TrySetMapSaveWarpStatus(void); +void sub_81AFDA0(void); +void sub_81AFDD0(void); + +#endif // GUARD_SAVE_LOCATION_H |