mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
9 lines
270 B
C
9 lines
270 B
C
#ifndef GUARD_MAIN_MENU_H
|
|
#define GUARD_MAIN_MENU_H
|
|
|
|
void CB2_InitMainMenu(void);
|
|
void CreateYesNoMenuParameterized(u8 x, u8 y, u16 baseTileNum, u16 baseBlock, u8 yesNoPalNum, u8 winPalNum);
|
|
void NewGameBirchSpeech_SetDefaultPlayerName(u8);
|
|
|
|
#endif // GUARD_MAIN_MENU_H
|