summaryrefslogtreecommitdiff
path: root/include/new_game.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-11-19 13:29:07 -0600
committerGitHub <noreply@github.com>2018-11-19 13:29:07 -0600
commit6acf6aed0486d090bf4f8e731189b9d4ad07dadb (patch)
tree14944f58ff26ce5d59ed1383e9550a6215cbc83e /include/new_game.h
parent8f2ddf2997041bc813a32ac604002fcbb987e3a0 (diff)
parent58a1bba059a74203edb5d8819bf7af7e1171877a (diff)
Merge pull request #391 from DizzyEggg/frontier
Clean up bss/common/ewram symbols and decompile mossdeep
Diffstat (limited to 'include/new_game.h')
-rw-r--r--include/new_game.h3
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);