From 2070ea789625ec9a9d6f4697157357cd2e69eff9 Mon Sep 17 00:00:00 2001 From: SphericalIce Date: Sat, 31 Dec 2022 14:42:41 +0000 Subject: [PATCH] Format strings in new_game_intro.inc --- data/text/new_game_intro.inc | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/data/text/new_game_intro.inc b/data/text/new_game_intro.inc index 103a41c39..c0ec77e45 100644 --- a/data/text/new_game_intro.inc +++ b/data/text/new_game_intro.inc @@ -188,7 +188,10 @@ gPikachuIntro_Text_Page3:: gOakSpeech_Text_WelcomeToTheWorld:: .string "Hello, there!\n" - .string "Glad to meet you!\pWelcome to the world of POKéMON!\pMy name is OAK.\pPeople affectionately refer to me\n" + .string "Glad to meet you!\p" + .string "Welcome to the world of POKéMON!\p" + .string "My name is OAK.\p" + .string "People affectionately refer to me\n" .string "as the POKéMON PROFESSOR.\p$" gOakSpeech_Text_ThisWorld:: @@ -200,7 +203,9 @@ gOakSpeech_Text_IsInhabitedFarAndWide:: gOakSpeech_Text_IStudyPokemon:: .string "For some people, POKéMON are pets.\n" - .string "Others use them for battling.\pAs for myself…\pI study POKéMON as a profession.\p$" + .string "Others use them for battling.\p" + .string "As for myself…\p" + .string "I study POKéMON as a profession.\p$" gOakSpeech_Text_TellMeALittleAboutYourself:: .string "But first, tell me a little about\n" @@ -215,8 +220,10 @@ gOakSpeech_Text_SoYourNameIsPlayer:: .string "So your name is {PLAYER}.$" gOakSpeech_Text_WhatWasHisName:: - .string "This is my grandson.\pHe's been your rival since you both\n" - .string "were babies.\p…Erm, what was his name now?$" + .string "This is my grandson.\p" + .string "He's been your rival since you both\n" + .string "were babies.\p" + .string "…Erm, what was his name now?$" gOakSpeech_Text_YourRivalsNameWhatWasIt:: .string "Your rival's name, what was it now?$" @@ -230,5 +237,6 @@ gOakSpeech_Text_RememberRivalsName:: gOakSpeech_Text_LetsGo:: .string "{PLAYER}!\pYour very own POKéMON legend is\n" - .string "about to unfold!\pA world of dreams and adventures\n" + .string "about to unfold!\p" + .string "A world of dreams and adventures\n" .string "with POKéMON awaits! Let's go!$"