Files
Pokemon-Firered/data/maps/PewterCity_Gym/text.inc
T
2022-11-22 14:20:27 -05:00

123 lines
4.4 KiB
PHP

PewterCity_Gym_Text_BrockIntro::
.string "So, you're here. I'm BROCK.\n"
.string "I'm PEWTER's GYM LEADER.\p"
.string "My rock-hard willpower is evident\n"
.string "even in my POKéMON.\p"
.string "My POKéMON are all rock hard, and\n"
.string "have true-grit determination.\p"
.string "That's right - my POKéMON are all\n"
.string "the ROCK type!\p"
.string "Fuhaha! You're going to challenge\n"
.string "me knowing that you'll lose?\p"
.string "That's the TRAINER's honor that\n"
.string "compels you to challenge me.\p"
.string "Fine, then!\n"
.string "Show me your best!{PLAY_BGM}{MUS_ENCOUNTER_GYM_LEADER}$"
@ NOTE: This defeat text actually causes a buffer overflow. It's too long for the gDisplayedStringBattle
@ buffer that it's put into, and it stomps all over the gBattleTextBuffs after, as well as the otherwise
@ unused array after that, sFlickerArray. Perhaps that's the reason why said array exists.
PewterCity_Gym_Text_BrockDefeat::
.string "I took you for granted, and so\n"
.string "I lost.\p"
.string "As proof of your victory, I confer\n"
.string "on you this…the official POKéMON\l"
.string "LEAGUE BOULDERBADGE.\p"
.string "{FONT_NORMAL}{PLAYER} received the BOULDERBADGE\n"
.string "from BROCK!{PAUSE_MUSIC}{PLAY_BGM}{MUS_OBTAIN_BADGE}{PAUSE 0xFE}{PAUSE 0x56}{RESUME_MUSIC}\p"
.string "{FONT_MALE}Just having the BOULDERBADGE makes\n"
.string "your POKéMON more powerful.\p"
.string "It also enables the use of the\n"
.string "move FLASH outside of battle.\p"
.string "Of course, a POKéMON must know the\n"
.string "move FLASH to use it.$"
PewterCity_Gym_Text_TakeThisWithYou::
.string "Wait!\n"
.string "Take this with you.$"
PewterCity_Gym_Text_ReceivedTM39FromBrock::
.string "{PLAYER} received TM39\n"
.string "from BROCK.$"
PewterCity_Gym_Text_ExplainTM39::
.string "A TM, Technical Machine, contains a\n"
.string "technique for POKéMON.\p"
.string "Using a TM teaches the move it\n"
.string "contains to a POKéMON.\p"
.string "A TM is good for only one use.\p"
.string "So, when you use one, pick the\n"
.string "POKéMON carefully.\p"
.string "Anyways…\n"
.string "TM39 contains ROCK TOMB.\p"
.string "It hurls boulders at the foe and\n"
.string "lowers its SPEED.$"
PewterCity_Gym_Text_BrockPostBattle::
.string "There are all kinds of TRAINERS in\n"
.string "this huge world of ours.\p"
.string "You appear to be very gifted as a\n"
.string "POKéMON TRAINER.\p"
.string "So let me make a suggestion.\p"
.string "Go to the GYM in CERULEAN and test\n"
.string "your abilities.$"
PewterCity_Gym_Text_DontHaveRoomForThis::
.string "You don't have room for this.$"
PewterCity_Gym_Text_LiamIntro::
.string "Stop right there, kid!\p"
.string "You're ten thousand light-years \n"
.string "from facing BROCK!$"
PewterCity_Gym_Text_LiamDefeat::
.string "Darn!\p"
.string "Light-years isn't time…\n"
.string "It measures distance!$"
PewterCity_Gym_Text_LiamPostBattle::
.string "You're pretty hot.\n"
.string "…But not as hot as BROCK!$"
PewterCity_Gym_Text_LetMeTakeYouToTheTop::
.string "Hiya!\n"
.string "Do you want to dream big?\p"
.string "Do you dare to dream of becoming\n"
.string "the POKéMON champ?\p"
.string "I'm no TRAINER, but I can advise\n"
.string "you on how to win.\p"
.string "Let me take you to the top!$"
PewterCity_Gym_Text_LetsGetHappening::
.string "All right!\n"
.string "Let's get happening!$"
PewterCity_Gym_Text_TryDifferentPartyOrders::
.string "The first POKéMON out in a match is\n"
.string "at the left of the POKéMON LIST.\p"
.string "By changing the order of POKéMON,\n"
.string "you may gain an advantage.\p"
.string "Try different orders to suit your\n"
.string "opponent's party.$"
PewterCity_Gym_Text_ItsFreeLetsGetHappening::
.string "It's a free service!\n"
.string "Let's get happening!$"
PewterCity_Gym_Text_YoureChampMaterial::
.string "Just as I thought!\n"
.string "You're POKéMON champ material!$"
PewterCity_Gym_Text_GymStatue::
.string "PEWTER POKéMON GYM\n"
.string "LEADER: BROCK\p"
.string "WINNING TRAINERS:\n"
.string "{RIVAL}$"
PewterCity_Gym_Text_GymStatuePlayerWon::
.string "PEWTER POKéMON GYM\n"
.string "LEADER: BROCK\p"
.string "WINNING TRAINERS:\n"
.string "{RIVAL}, {PLAYER}$"