summaryrefslogtreecommitdiff
path: root/include/main_menu.h
diff options
context:
space:
mode:
authorYamaArashi <YamaArashi@users.noreply.github.com>2016-12-02 11:56:15 -0800
committerGitHub <noreply@github.com>2016-12-02 11:56:15 -0800
commite6cc9228e999b7a277accea54f2611d684e3463a (patch)
tree622b56a5bef78cf27f77005b31d8c84d3f2ca289 /include/main_menu.h
parent1f222c04ef1d10ff5a5c6bb98cd4380ecf2bba86 (diff)
parentbd5333a4f26354ef43d378604222064d600bce29 (diff)
Merge pull request #115 from marijnvdwerf/clean/main-menu
Reorganise main_menu.c
Diffstat (limited to 'include/main_menu.h')
-rw-r--r--include/main_menu.h57
1 files changed, 1 insertions, 56 deletions
diff --git a/include/main_menu.h b/include/main_menu.h
index 87569dc8e..08cd913dc 100644
--- a/include/main_menu.h
+++ b/include/main_menu.h
@@ -1,61 +1,6 @@
#ifndef GUARD_MAIN_MENU_H
#define GUARD_MAIN_MENU_H
-#include "gba/types.h"
-
-void CB2_MainMenu(void);
-void VBlankCB_MainMenu(void);
void CB2_InitMainMenu(void);
-void Task_NewGameSpeech1(u8 taskId);
-// Task_NewGameSpeech2
-// Task_NewGameSpeech3
-// Task_NewGameSpeech4
-// Task_NewGameSpeech5
-// Task_NewGameSpeech6
-// Task_NewGameSpeech7
-// Task_NewGameSpeech8
-// Task_NewGameSpeech9
-// Task_NewGameSpeech10
-// Task_NewGameSpeech11
-// Task_NewGameSpeech12
-// Task_NewGameSpeech13
-// Task_NewGameSpeech14
-// Task_NewGameSpeech15
-// Task_NewGameSpeech16
-// Task_NewGameSpeech17
-// Task_NewGameSpeech18
-// Task_NewGameSpeech19
-// Task_NewGameSpeech20
-// Task_NewGameSpeech21
-// Task_NewGameSpeech22
-// Task_NewGameSpeech23
-// Task_NewGameSpeech24
-// Task_NewGameSpeech25
-// Task_NewGameSpeech26
-// Task_NewGameSpeech27
-// Task_NewGameSpeech28
-// Task_NewGameSpeech29
-// Task_NewGameSpeech30
-// Task_NewGameSpeech31
-// Task_NewGameSpeech32
-// Task_NewGameSpeech33
-// CB_ContinueNewGameSpeechPart2
-// nullsub_34
-// sub_800B240
-// CreateAzurillSprite
-// AddBirchSpeechObjects
-// Task_SpriteFadeOut
-// StartSpriteFadeOut
-// Task_SpriteFadeIn
-// StartSpriteFadeIn
-// sub_800B5A8
-// StartBackgroundFadeOut
-// sub_800B654
-// StartBackgroundFadeIn
-// CreateGenderMenu
-// GenderMenuProcessInput
-// CreateNameMenu
-// NameMenuProcessInput
-// SetPresetPlayerName
-#endif //GUARD_M4A_H
+#endif // GUARD_MAIN_MENU_H