diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-10 05:01:48 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-10 15:01:50 -0500 |
commit | 91bf7665c623011fb63a7045689ba600b4b1eda7 (patch) | |
tree | 0baf6dccdab738a6ca7437f367f97bd1573622d6 /data/text | |
parent | 9fafa122851dc4eecdefde2b36b88be6572656f0 (diff) |
Sync split scripts, more misc splits/doc
Diffstat (limited to 'data/text')
-rw-r--r-- | data/text/poke_mart.inc | 8 | ||||
-rw-r--r-- | data/text/pokedex_rating.inc | 12 | ||||
-rw-r--r-- | data/text/save.inc | 2 | ||||
-rw-r--r-- | data/text/surf.inc | 4 |
4 files changed, 13 insertions, 13 deletions
diff --git a/data/text/poke_mart.inc b/data/text/poke_mart.inc index de1a0596c..1b389642b 100644 --- a/data/text/poke_mart.inc +++ b/data/text/poke_mart.inc @@ -6,13 +6,13 @@ Text_FillOutQuestionnaire:: @ 81A622C .string "There is a questionnaire.\n" .string "Would you like to fill it out?$" -Text_1A6265:: @ 81A6265 +Text_QuestionnaireThankYou:: @ 81A6265 .string "Thank you for taking the time to\n" .string "fill out our questionnaire.\p" .string "Your feedback will be used for\n" .string "future reference.$" -Text_1A62D3:: @ 81A62D3 +Text_YouKnowThoseWords:: @ 81A62D3 .string "Oh, hello!\n" .string "You know those words?\p" .string "That means you must know about\n" @@ -20,10 +20,10 @@ Text_1A62D3:: @ 81A62D3 .string "From now on, you should be\n" .string "receiving MYSTERY GIFTS!$" -Text_1A6359:: @ 81A6359 +Text_YouCanAccessMysteryGift:: @ 81A6359 .string "Once you save your game, you can\n" .string "access the MYSTERY GIFT.$" -Text_1A6393:: @ 81A6393 +Text_ThankYouForAccessingMysteryGift:: @ 81A6393 .string "Thank you for accessing the\n" .string "MYSTERY GIFT System.$" diff --git a/data/text/pokedex_rating.inc b/data/text/pokedex_rating.inc index 461c29e26..306cd5225 100644 --- a/data/text/pokedex_rating.inc +++ b/data/text/pokedex_rating.inc @@ -1,9 +1,9 @@ -gUnknown_81A6C51:: @ 81A6C51 +Text_HowIsPokedexComingAlong:: @ 81A6C51 .string "OAK: Good to see you!\n" .string "How is your POKéDEX coming along?\p" .string "Here, let me take a look.$" -Text_1A6CA3:: @ 81A6CA3 +Text_YouveSeenXAndOwnedYMons:: @ 81A6CA3 .string "The amount of progress you've made\n" .string "on your POKéDEX is:\p" .string "{STR_VAR_1} POKéMON seen and\n" @@ -86,16 +86,16 @@ gUnknown_81A7175:: @ 81A7175 .string "Your POKéDEX is entirely complete!\n" .string "Congratulations!!$" -Text_1A71AA:: @ 81A71AA +Text_AndNationalDexSeenXOwnedY:: @ 81A71AA .string "And your NATIONAL POKéDEX is:\p" .string "{STR_VAR_1} POKéMON seen and\n" .string "{STR_VAR_2} POKéMON owned.$" -Text_1A71EE:: @ 81A71EE +Text_LookForwardToFilledNationalDex:: @ 81A71EE .string "I'll be looking forward to seeing\n" .string "you fill the NATIONAL POKéDEX!$" -Text_1A722F:: @ 81A722F +Text_YouveCompletedDex:: @ 81A722F .string "Finally…\p" .string "You've finally completed the\n" .string "POKéDEX!\p" @@ -113,7 +113,7 @@ gUnknown_81A72AD:: @ 81A72AD .string "Sincerely, thank you!\l" .string "You've made my dream a reality!$" -Text_1A72F2:: @ 81A72F2 +Text_LoveSeeingYourPokedex:: @ 81A72F2 .string "OAK: Ah, welcome!\p" .string "Tell me, how is your POKéDEX\n" .string "coming along?\p" diff --git a/data/text/save.inc b/data/text/save.inc index 4d459a7f3..23050f9f4 100644 --- a/data/text/save.inc +++ b/data/text/save.inc @@ -12,7 +12,7 @@ gText_SavingDontTurnOffThePower:: @ 81C5625 gText_PlayerSavedTheGame:: @ 81C5647 .string "{PLAYER} saved the game.$" -gUnknown_81C565A:: +gText_SaveFailed:: .string "セーブに しっぱい しました‥$" gText_DifferentGameFile:: @ 81C566A diff --git a/data/text/surf.inc b/data/text/surf.inc index 177a70491..ce9d9ee50 100644 --- a/data/text/surf.inc +++ b/data/text/surf.inc @@ -1,8 +1,8 @@ -Text_1A556E:: @ 81A556E +Text_WantToSurf:: @ 81A556E .string "The water is dyed a deep blue…\n" .string "Would you like to SURF?$" -Text_1A55A5:: @ 81A55A5 +Text_UsedSurf:: @ 81A55A5 .string "{STR_VAR_1} used SURF!$" Text_CurrentTooFast:: @ 81A55B3 |