diff options
| author | Cameron Hall <cameronghall@cox.net> | 2018-01-21 14:27:32 -0600 |
|---|---|---|
| committer | Cameron Hall <cameronghall@cox.net> | 2018-01-21 14:27:32 -0600 |
| commit | 608e06126acdc8b6d32a0aa71fdc57bc188b8d7b (patch) | |
| tree | 6f36375453ab07d7b2ff937f21954919de01d3e1 /src/scene | |
| parent | 11a9371349e1743a18dce28cc60b69dd6a29b665 (diff) | |
fix build of normal ROMs
Diffstat (limited to 'src/scene')
| -rw-r--r-- | src/scene/title_screen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scene/title_screen.c b/src/scene/title_screen.c index 4ff02d93c..a1c8e081d 100644 --- a/src/scene/title_screen.c +++ b/src/scene/title_screen.c @@ -354,7 +354,9 @@ static void Task_TitleScreenPhase1(u8); static void Task_TitleScreenPhase2(u8); static void Task_TitleScreenPhase3(u8); static void CB2_GoToMainMenu(void); +#if DEBUG static void CB2_GoToTestMenu(void); +#endif static void CB2_GoToClearSaveDataScreen(void); static void CB2_GoToResetRtcScreen(void); static void CB2_GoToCopyrightScreen(void); |
