diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-08 21:41:23 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-08 21:41:23 -0400 |
commit | e651e6a7847bb8f1a55506c8f7729176f84fabf9 (patch) | |
tree | d33edc5ea9bd932726c558e14cac964882ac09f6 /include/start_menu.h | |
parent | cc8b69676d79bd0791373dce093a33b5e831de49 (diff) |
Remaining functions and data in start_menu_debug
Diffstat (limited to 'include/start_menu.h')
-rw-r--r-- | include/start_menu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/start_menu.h b/include/start_menu.h index ee76e9863..df4efda6d 100644 --- a/include/start_menu.h +++ b/include/start_menu.h @@ -12,4 +12,8 @@ void sub_8071B28(void); void debug_sub_8075DB4(struct BattleTowerEReaderTrainer *ereaderTrainer, const u8 *b, u32 trainerId); bool8 debug_sub_8075C30(void); +#if DEBUG +extern u32 gUnknown_Debug_03004BD0; +#endif // DEBUG + #endif // GUARD_STARTER_CHOOSE_H |