diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-10-09 20:25:41 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-10-09 20:25:41 -0400 |
commit | f1d07acc48e483f00f8d6d573af12199f68123d4 (patch) | |
tree | 6e9ace8e4822e19224561dc99728d80699eaa635 /include/save_location.h | |
parent | 6d66081be0b1b26ce55a6f1a2a20644e2ae5c7f7 (diff) | |
parent | 8914645231c9301579ed39bdd9200ad50e5296d0 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into use_build
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 |