summaryrefslogtreecommitdiff
path: root/include/main.h
diff options
context:
space:
mode:
authorultima-soul <akshayjhanji@hotmail.com>2019-10-06 00:48:48 -0700
committerultima-soul <akshayjhanji@hotmail.com>2019-10-06 00:48:48 -0700
commitd84e9bed58db84bbb7db568c366bfa803be87139 (patch)
tree13a924bbf40b3a0ab38d915ef6349f8a4bd60c15 /include/main.h
parentb4b509f68477068ae111cc5a6094d858d396c4bb (diff)
Decompile/port new_game
Diffstat (limited to 'include/main.h')
-rw-r--r--include/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/main.h b/include/main.h
index d326909ff..589709436 100644
--- a/include/main.h
+++ b/include/main.h
@@ -67,6 +67,7 @@ void SetVBlankCounter1Ptr(u32 *ptr);
void DisableVBlankCounter1(void);
void StartTimer1(void);
void SeedRngAndSetTrainerId(void);
+u16 GetGeneratedTrainerIdLower(void);
extern const char RomHeaderGameCode[4];
extern const char RomHeaderSoftwareVersion;