Added static modifers
This commit is contained in:
@@ -3,6 +3,14 @@
|
||||
|
||||
extern bool8 (*gMenuCallback)(void); // Defined in sym_common.txt
|
||||
|
||||
void sub_809FA18(void);
|
||||
void sub_809FA34(u8 taskId);
|
||||
void sub_809FA9C(void);
|
||||
void sub_809FDD4(void);
|
||||
void sub_809FF80(void);
|
||||
void sub_80A0514(void);
|
||||
void sub_80A08CC(void);
|
||||
void sub_80A0934(void);
|
||||
void AppendToList(u8* list, u8* pos, u8 newEntry);
|
||||
|
||||
#endif // GUARD_START_MENU_H
|
||||
|
||||
@@ -197,6 +197,23 @@ extern const u8 gText_Peak[];
|
||||
extern const u8 gText_SafariBallStock[];
|
||||
extern const u8 gText_BattlePyramidFloor[];
|
||||
|
||||
// save menu texts
|
||||
extern const u8 gText_ConfirmSave[];
|
||||
extern const u8 gText_DifferentSaveFile[];
|
||||
extern const u8 gText_AlreadySavedFile[];
|
||||
extern const u8 gText_SavingDontTurnOff[];
|
||||
extern const u8 gText_PlayerSavedGame[];
|
||||
extern const u8 gText_SaveError[];
|
||||
extern const u8 gText_SavingDontTurnOffPower[];
|
||||
extern const u8 gText_SavingPlayer[];
|
||||
extern const u8 gText_SavingBadges[];
|
||||
extern const u8 gText_SavingPokedex[];
|
||||
extern const u8 gText_SavingTime[];
|
||||
|
||||
// Battle pyramid menu texts
|
||||
extern const u8 gText_BattlePyramidConfirmRest[];
|
||||
extern const u8 gText_BattlePyramidConfirmRetire[];
|
||||
|
||||
// option menu texts
|
||||
extern const u8 gText_TextSpeedSlow[];
|
||||
extern const u8 gText_TextSpeedMid[];
|
||||
|
||||
Reference in New Issue
Block a user