mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-08 02:23:20 +01:00
6422164d31
Give all TMs, watch credits, change trainer name/gender/id implemented moves
9 lines
234 B
C
9 lines
234 B
C
#ifndef GUARD_MAIN_MENU_H
|
|
#define GUARD_MAIN_MENU_H
|
|
|
|
void CB2_InitMainMenu(void);
|
|
void CreateYesNoMenuParameterized(u8 a, u8 b, u16 c, u16 d, u8 e, u8 f);
|
|
void NewGameBirchSpeech_SetDefaultPlayerName(u8);
|
|
|
|
#endif // GUARD_MAIN_MENU_H
|