diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-19 17:16:01 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-19 17:16:01 +0100 |
commit | d22c2110de08e19618f51b0edec25bd840df58f1 (patch) | |
tree | e841d5492c8a152bf142820cea20ad720b53fa6f /include/new_game.h | |
parent | 6a5b20ee8ab122e0fd4cad454fe24fea4fbc7cf5 (diff) |
Decompile mossdeep hym
Diffstat (limited to 'include/new_game.h')
-rw-r--r-- | include/new_game.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/new_game.h b/include/new_game.h index 7032647ea..f4d69cbce 100644 --- a/include/new_game.h +++ b/include/new_game.h @@ -1,6 +1,9 @@ #ifndef GUARD_NEW_GAME_H #define GUARD_NEW_GAME_H +extern bool8 gDifferentSaveFile; +extern bool8 gUnknown_020322D5; // The purpose of this variable is unknown as it's read only 3 times(2 times in contest.c and 1 time in berry_blender.c), never written to. + void SetTrainerId(u32 trainerId, u8 *dst); u32 GetTrainerId(u8 *trainerId); void CopyTrainerId(u8 *dst, u8 *src); |