mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Added static modifers
This commit is contained in:
parent
6cd590f4fd
commit
5bc8ee6465
@ -2506,13 +2506,13 @@ gUnknown_082F2D40:: @ 82F2D40
|
||||
.4byte gText_RegisteredTextChanged
|
||||
.byte 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00
|
||||
|
||||
.4byte gText_AlreadySavedFile
|
||||
.4byte gText_AlreadySavedFile_Unused
|
||||
.byte 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00
|
||||
|
||||
.4byte gText_SavingDontTurnOff
|
||||
.4byte gText_SavingDontTurnOff_Unused
|
||||
.byte 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00
|
||||
|
||||
.4byte gText_PlayerSavedGame
|
||||
.4byte gText_PlayerSavedGame_Unused
|
||||
.byte 0x02, 0x00, 0x01, 0x00, 0x00, 0x01, 0x01, 0x00
|
||||
|
||||
.4byte gText_IfLeaderLeavesChatEnds
|
||||
|
@ -180,12 +180,12 @@ BattleFrontier_BattlePyramidEmptySquare_EventScript_252C88:: @ 8252C88
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_252C8D: @ 8252C8D
|
||||
.string "This is a sample message.$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_252CA7:: @ 8252CA7
|
||||
gText_BattlePyramidConfirmRest:: @ 8252CA7
|
||||
.string "Your BATTLE PYRAMID quest will be\n"
|
||||
.string "saved so that you may quit for now.\l"
|
||||
.string "Is that okay?$"
|
||||
|
||||
BattleFrontier_BattlePyramidEmptySquare_Text_252CFB:: @ 8252CFB
|
||||
gText_BattlePyramidConfirmRetire:: @ 8252CFB
|
||||
.string "Are you sure you want to quit your\n"
|
||||
.string "PYRAMID quest?$"
|
||||
|
||||
|
@ -3704,13 +3704,13 @@ gText_LeaderLeftEndingChat:: @ 85ED2FA
|
||||
gText_RegisteredTextChanged:: @ 85ED325
|
||||
.string "The registered text has been changed.\nIs it okay to save the game?$"
|
||||
|
||||
gText_AlreadySavedFile:: @ 85ED368
|
||||
gText_AlreadySavedFile_Unused:: @ 85ED368
|
||||
.string "There is already a saved file.\nIs it okay to overwrite it?$"
|
||||
|
||||
gText_SavingDontTurnOff:: @ 85ED3A3
|
||||
gText_SavingDontTurnOff_Unused:: @ 85ED3A3
|
||||
.string "SAVING…\nDON’T TURN OFF THE POWER.$"
|
||||
|
||||
gText_PlayerSavedGame:: @ 85ED3C5
|
||||
gText_PlayerSavedGame_Unused:: @ 85ED3C5
|
||||
.string "{SPECIAL_F7 0x00} saved the game.$"
|
||||
|
||||
gText_IfLeaderLeavesChatEnds:: @ 85ED3D8
|
||||
|
@ -1,18 +1,18 @@
|
||||
gUnknown_082C87B4:: @ 82C87B4
|
||||
gText_ConfirmSave:: @ 82C87B4
|
||||
.string "Would you like to save the game?$"
|
||||
|
||||
gUnknown_082C87D5:: @ 82C87D5
|
||||
gText_AlreadySavedFile:: @ 82C87D5
|
||||
.string "There is already a saved file.\n"
|
||||
.string "Is it okay to overwrite it?$"
|
||||
|
||||
gUnknown_082C8810:: @ 82C8810
|
||||
gText_SavingDontTurnOff:: @ 82C8810
|
||||
.string "SAVING…\n"
|
||||
.string "DON’T TURN OFF THE POWER.$"
|
||||
|
||||
gUnknown_082C8832:: @ 82C8832
|
||||
gText_PlayerSavedGame:: @ 82C8832
|
||||
.string "{PLAYER} saved the game.$"
|
||||
|
||||
gUnknown_082C8845:: @ 82C8845
|
||||
gText_DifferentSaveFile:: @ 82C8845
|
||||
.string "WARNING!\p"
|
||||
.string "There is a different game file that\n"
|
||||
.string "is already saved.\p"
|
||||
@ -22,7 +22,7 @@ gUnknown_082C8845:: @ 82C8845
|
||||
.string "Are you sure you want to save now\n"
|
||||
.string "and overwrite the other save file?$"
|
||||
|
||||
gUnknown_082C892A:: @ 82C892A
|
||||
gText_SaveError:: @ 82C892A
|
||||
.string "Save error.\p"
|
||||
.string "Please exchange the\n"
|
||||
.string "backup memory.$"
|
||||
|
@ -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[];
|
||||
|
516
src/start_menu.c
516
src/start_menu.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user