diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-08 03:07:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-08 03:07:50 -0500 |
commit | 9140594b233b08d05d0832b62d3e64d50528a460 (patch) | |
tree | 1175aa70b24f9c07b8089e23b2e8e7fdcba1b524 /include/save_location.h | |
parent | e19b9c9d467aa51c1ca550d2d9af4e3e9e5fd11e (diff) | |
parent | 030784dece994daf90ac1cb06a44912245b519ea (diff) |
Merge branch 'master' into doc-littleroot
Diffstat (limited to 'include/save_location.h')
-rw-r--r-- | include/save_location.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/save_location.h b/include/save_location.h index 2eb550b1a..6c2ae0e6b 100644 --- a/include/save_location.h +++ b/include/save_location.h @@ -6,6 +6,11 @@ #define POKECENTER_SAVEWARP (1 << 1) #define LOBBY_SAVEWARP (1 << 2) #define UNK_SPECIAL_SAVE_WARP_FLAG_3 (1 << 3) +// +// +// +// +#define CHAMPION_SAVEWARP (1 << 7) void TrySetMapSaveWarpStatus(void); void sub_81AFDA0(void); |