From b694d54ec08c82f85a53fee81a7b8a22b820e7be Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 18 Sep 2016 17:19:40 -0700 Subject: rename intro.s to birch_speech.s --- data/event_scripts.s | 2 +- data/text/birch_speech.s | 55 ++++++++++++++++++++++++++++++++++++++++++++++++ data/text/intro.s | 55 ------------------------------------------------ 3 files changed, 56 insertions(+), 56 deletions(-) create mode 100644 data/text/birch_speech.s delete mode 100644 data/text/intro.s diff --git a/data/event_scripts.s b/data/event_scripts.s index 96b25e695..0d28ca829 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -4961,4 +4961,4 @@ Text_1C6C62: @ 81C6C62 .string "$" .include "data/text/save.s" - .include "data/text/intro.s" + .include "data/text/birch_speech.s" diff --git a/data/text/birch_speech.s b/data/text/birch_speech.s new file mode 100644 index 000000000..be9c03588 --- /dev/null +++ b/data/text/birch_speech.s @@ -0,0 +1,55 @@ +gBirchSpeech_Welcome:: @ 81C6D78 + .string "Hi! Sorry to keep you waiting!\p" + .string "Welcome to the world of POKéMON!\p" + .string "My name is BIRCH.\p" + .string "But everyone calls me the POKéMON\n" + .string "PROFESSOR.\p$" + +gBirchSpeech_ThisIsPokemon:: @ 81C6DF8 + .string "This is what we call a “POKéMON.”$" + +gBirchSpeech_WorldInhabitedByPokemon:: @ 81C6E1A + .string "This world is widely inhabited by\n" + .string "creatures known as POKéMON.\p" + .string "We humans live alongside POKéMON,\n" + .string "at times as friendly playmates, and\l" + .string "at times as cooperative workmates.\p" + .string "And sometimes, we band together\n" + .string "and battle others like us.\p" + .string "But despite our closeness, we don’t\n" + .string "know everything about POKéMON.\p" + .string "In fact, there are many, many\n" + .string "secrets surrounding POKéMON.\p" + .string "To unravel POKéMON mysteries,\n" + .string "I’ve been undertaking research.\l" + .string "That’s what I do.\p$" + +gBirchSpeech_AndYouAre:: @ 81C6FCB + .string "And you are?$" + +gBirchSpeech_AreYouBoyOrGirl:: @ 81C6FD8 + .string "Are you a boy?\n" + .string "Or are you a girl?$" + +gBirchSpeech_WhatsYourName:: @ 81C6FFA + .string "All right.\n" + .string "What’s your name?$" + +gBirchSpeech_SoItsPlayer:: @ 81C7017 + .string "So it’s {PLAYER}{KUN}?$" + +gBirchSpeech_AhOkayYouArePlayer:: @ 81C7025 + .string "Ah, okay!\p" + .string "You’re {PLAYER}{KUN} who’s moving to my\n" + .string "hometown of LITTLEROOT.\l" + .string "I get it now!$" + +gBirchSpeech_AreYouReady:: @ 81C7074 + .string "All right, are you ready?\p" + .string "Your very own adventure is about\n" + .string "to unfold.\p" + .string "Take courage, and leap into the\n" + .string "world of POKéMON where dreams,\l" + .string "adventure, and friendships await!\p" + .string "Well, I’ll be expecting you later.\n" + .string "Come see me in my POKéMON LAB.\p$" diff --git a/data/text/intro.s b/data/text/intro.s deleted file mode 100644 index be9c03588..000000000 --- a/data/text/intro.s +++ /dev/null @@ -1,55 +0,0 @@ -gBirchSpeech_Welcome:: @ 81C6D78 - .string "Hi! Sorry to keep you waiting!\p" - .string "Welcome to the world of POKéMON!\p" - .string "My name is BIRCH.\p" - .string "But everyone calls me the POKéMON\n" - .string "PROFESSOR.\p$" - -gBirchSpeech_ThisIsPokemon:: @ 81C6DF8 - .string "This is what we call a “POKéMON.”$" - -gBirchSpeech_WorldInhabitedByPokemon:: @ 81C6E1A - .string "This world is widely inhabited by\n" - .string "creatures known as POKéMON.\p" - .string "We humans live alongside POKéMON,\n" - .string "at times as friendly playmates, and\l" - .string "at times as cooperative workmates.\p" - .string "And sometimes, we band together\n" - .string "and battle others like us.\p" - .string "But despite our closeness, we don’t\n" - .string "know everything about POKéMON.\p" - .string "In fact, there are many, many\n" - .string "secrets surrounding POKéMON.\p" - .string "To unravel POKéMON mysteries,\n" - .string "I’ve been undertaking research.\l" - .string "That’s what I do.\p$" - -gBirchSpeech_AndYouAre:: @ 81C6FCB - .string "And you are?$" - -gBirchSpeech_AreYouBoyOrGirl:: @ 81C6FD8 - .string "Are you a boy?\n" - .string "Or are you a girl?$" - -gBirchSpeech_WhatsYourName:: @ 81C6FFA - .string "All right.\n" - .string "What’s your name?$" - -gBirchSpeech_SoItsPlayer:: @ 81C7017 - .string "So it’s {PLAYER}{KUN}?$" - -gBirchSpeech_AhOkayYouArePlayer:: @ 81C7025 - .string "Ah, okay!\p" - .string "You’re {PLAYER}{KUN} who’s moving to my\n" - .string "hometown of LITTLEROOT.\l" - .string "I get it now!$" - -gBirchSpeech_AreYouReady:: @ 81C7074 - .string "All right, are you ready?\p" - .string "Your very own adventure is about\n" - .string "to unfold.\p" - .string "Take courage, and leap into the\n" - .string "world of POKéMON where dreams,\l" - .string "adventure, and friendships await!\p" - .string "Well, I’ll be expecting you later.\n" - .string "Come see me in my POKéMON LAB.\p$" -- cgit v1.2.3