mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-07 18:17:00 -05: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
|