pokeemerald/data/maps/DewfordTown_Hall/scripts.inc

446 lines
14 KiB
PHP
Raw Normal View History

.set LOCALID_EXPERT_M, 4
.set LOCALID_TWIN, 5
.set LOCALID_SCHOOL_KID_M, 7
.set LOCALID_PSYCHIC_M, 8
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_Girl::
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-11-07 22:36:48 +01:00
call Common_EventScript_BufferTrendyPhrase
2021-03-31 21:53:01 +02:00
special IsTrendyPhraseBoring
goto_if_eq VAR_RESULT, TRUE, DewfordTown_Hall_EventScript_GirlBoredOfTrend
2019-11-07 22:36:48 +01:00
msgbox DewfordTown_Hall_Text_CantImagineLifeWithoutTrend, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_GirlBoredOfTrend::
2019-11-07 22:36:48 +01:00
msgbox DewfordTown_Hall_Text_GettingBoredOfTrend, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_Woman::
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-11-07 22:36:48 +01:00
call Common_EventScript_BufferTrendyPhrase
msgbox DewfordTown_Hall_Text_TeachingMonAboutTrend, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_Man::
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-11-07 22:36:48 +01:00
call Common_EventScript_BufferTrendyPhrase
2020-01-08 21:26:14 +01:00
special BufferDeepLinkPhrase
2019-11-07 22:36:48 +01:00
msgbox DewfordTown_Hall_Text_DeepLinkBetweenXAndY, MSGBOX_YESNO
goto_if_eq VAR_RESULT, YES, DewfordTown_Hall_EventScript_ConfirmTrendLink
goto_if_eq VAR_RESULT, NO, DewfordTown_Hall_EventScript_RejectTrendLink
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_ConfirmTrendLink::
2019-11-07 22:36:48 +01:00
msgbox DewfordTown_Hall_Text_MyHunchWasRight, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_RejectTrendLink::
2019-11-07 22:36:48 +01:00
msgbox DewfordTown_Hall_Text_NotEasyToKeepUp, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_ExpertM::
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-11-07 22:36:48 +01:00
call Common_EventScript_BufferTrendyPhrase
msgbox DewfordTown_Hall_Text_TVShowAboutTrend, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
applymovement LOCALID_EXPERT_M, Common_Movement_WalkInPlaceFasterUp
2017-11-10 02:21:31 +01:00
waitmovement 0
release
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_Twin::
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-11-07 22:36:48 +01:00
call Common_EventScript_BufferTrendyPhrase
msgbox DewfordTown_Hall_Text_IsTrendMorePopularAcrossSea, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
applymovement LOCALID_TWIN, Common_Movement_WalkInPlaceFasterUp
2017-11-10 02:21:31 +01:00
waitmovement 0
release
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_LittleBoy::
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-11-07 22:36:48 +01:00
call Common_EventScript_BufferTrendyPhrase
msgbox DewfordTown_Hall_Text_CollectTrendMerchandise, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_Bookshelf::
2017-11-10 02:21:31 +01:00
lockall
2019-11-07 22:36:48 +01:00
call Common_EventScript_BufferTrendyPhrase
msgbox DewfordTown_Hall_Text_BooksAboutTrend, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_Painting::
2017-11-10 02:21:31 +01:00
lockall
2019-11-07 22:36:48 +01:00
call Common_EventScript_BufferTrendyPhrase
2018-04-16 12:52:13 +02:00
special GetDewfordHallPaintingNameIndex
2017-11-10 02:21:31 +01:00
switch VAR_RESULT
2019-11-07 22:36:48 +01:00
case 0, DewfordTown_Hall_EventScript_ScreamTitle
case 4, DewfordTown_Hall_EventScript_ScreamTitle
case 1, DewfordTown_Hall_EventScript_SmileTitle
case 5, DewfordTown_Hall_EventScript_ScreamTitle
case 2, DewfordTown_Hall_EventScript_LastTitle
case 6, DewfordTown_Hall_EventScript_LastTitle
case 3, DewfordTown_Hall_EventScript_BirthTitle
case 7, DewfordTown_Hall_EventScript_LastTitle
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_ScreamTitle::
2019-11-07 22:36:48 +01:00
msgbox DewfordTown_Hall_Text_TrendsScream, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_SmileTitle::
2019-11-07 22:36:48 +01:00
msgbox DewfordTown_Hall_Text_TrendsSmile, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_LastTitle::
2019-11-07 22:36:48 +01:00
msgbox DewfordTown_Hall_Text_LastTrend, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_BirthTitle::
2019-11-07 22:36:48 +01:00
msgbox DewfordTown_Hall_Text_BirthOfTrend, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_SchoolKidM::
2017-11-10 02:21:31 +01:00
lockall
setvar VAR_0x8008, 0
2019-11-07 22:36:48 +01:00
goto DewfordTown_Hall_EventScript_DoTrendDebate
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_PsychicM::
2017-11-10 02:21:31 +01:00
lockall
setvar VAR_0x8008, 1
2019-11-07 22:36:48 +01:00
goto DewfordTown_Hall_EventScript_DoTrendDebate
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_DoTrendDebate::
2019-11-07 22:36:48 +01:00
call Common_EventScript_BufferTrendyPhrase
2018-04-16 12:52:13 +02:00
special GetDewfordHallPaintingNameIndex
2017-11-10 02:21:31 +01:00
switch VAR_RESULT
2019-11-07 22:36:48 +01:00
case 0, DewfordTown_Hall_EventScript_TrendDebate1
case 1, DewfordTown_Hall_EventScript_TrendDebate1
case 2, DewfordTown_Hall_EventScript_TrendDebate2
case 3, DewfordTown_Hall_EventScript_TrendDebate2
case 4, DewfordTown_Hall_EventScript_TrendDebate3
case 5, DewfordTown_Hall_EventScript_TrendDebate3
case 6, DewfordTown_Hall_EventScript_TrendDebate4
case 7, DewfordTown_Hall_EventScript_TrendDebate5
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_TrendDebate1::
2019-11-07 22:36:48 +01:00
call DewfordTown_Hall_EventScript_DebateReact1
msgbox DewfordTown_Hall_Text_SawTrendCoolestThing, MSGBOX_DEFAULT
call DewfordTown_Hall_EventScript_DebateReact2
msgbox DewfordTown_Hall_Text_AllegedTrendNotAuthentic, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_TrendDebate2::
2019-11-07 22:36:48 +01:00
call DewfordTown_Hall_EventScript_DebateReact1
msgbox DewfordTown_Hall_Text_ComposedTrendThemeSong, MSGBOX_DEFAULT
call DewfordTown_Hall_EventScript_DebateReact2
msgbox DewfordTown_Hall_Text_WorkOnYourSinging, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_TrendDebate3::
2019-11-07 22:36:48 +01:00
call DewfordTown_Hall_EventScript_DebateReact1
msgbox DewfordTown_Hall_Text_OrganizeTrendParty, MSGBOX_DEFAULT
call DewfordTown_Hall_EventScript_DebateReact2
msgbox DewfordTown_Hall_Text_BrilliantIndeed, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_TrendDebate4::
2019-11-07 22:36:48 +01:00
call DewfordTown_Hall_EventScript_DebateReact1
msgbox DewfordTown_Hall_Text_TrendHasBecomePartOfLife, MSGBOX_DEFAULT
call DewfordTown_Hall_EventScript_DebateReact2
msgbox DewfordTown_Hall_Text_TrendWeighsHeavilyOnMind, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_TrendDebate5::
2019-11-07 22:36:48 +01:00
call DewfordTown_Hall_EventScript_DebateReact1
msgbox DewfordTown_Hall_Text_IfWeTeamUpWellBeInvincible, MSGBOX_DEFAULT
call DewfordTown_Hall_EventScript_DebateReact2
msgbox DewfordTown_Hall_Text_WellBeTrendDuo, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_DontMovePlayer1::
2017-11-10 02:21:31 +01:00
return
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_DebateReact1::
applymovement LOCALID_PSYCHIC_M, DewfordTown_Hall_Movement_PsychicWalkInPlaceLeft
2017-11-10 02:21:31 +01:00
waitmovement 0
goto_if_eq VAR_0x8008, 0, DewfordTown_Hall_EventScript_PlayerReactWest
goto_if_eq VAR_0x8008, 1, DewfordTown_Hall_EventScript_DontMovePlayer2
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_PlayerReactWest::
goto_if_eq VAR_FACING, DIR_EAST, DewfordTown_Hall_EventScript_DontMovePlayer1
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterRight
2017-11-10 02:21:31 +01:00
waitmovement 0
return
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_DontMovePlayer2::
2017-11-10 02:21:31 +01:00
return
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_DebateReact2::
applymovement LOCALID_SCHOOL_KID_M, DewfordTown_Hall_Movement_SchoolKidWalkInPlaceRight
2017-11-10 02:21:31 +01:00
waitmovement 0
goto_if_eq VAR_0x8008, 0, DewfordTown_Hall_EventScript_PlayerReactNorthSouth
goto_if_eq VAR_0x8008, 1, DewfordTown_Hall_EventScript_PlayerReactEast
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_PlayerReactNorthSouth::
call_if_eq VAR_FACING, DIR_NORTH, DewfordTown_Hall_EventScript_PlayerWalkInPlaceUp
call_if_eq VAR_FACING, DIR_SOUTH, DewfordTown_Hall_EventScript_PlayerWalkInPlaceDown
2017-11-10 02:21:31 +01:00
return
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_PlayerWalkInPlaceUp::
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterUp
2017-11-10 02:21:31 +01:00
waitmovement 0
return
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_PlayerWalkInPlaceDown::
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterDown
2017-11-10 02:21:31 +01:00
waitmovement 0
return
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_PlayerReactEast::
goto_if_eq VAR_FACING, DIR_WEST, DewfordTown_Hall_EventScript_DontMovePlayer1
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFasterLeft
2017-11-10 02:21:31 +01:00
waitmovement 0
return
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Movement_PsychicWalkInPlaceLeft:
walk_in_place_left
2017-11-10 02:21:31 +01:00
step_end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Movement_SchoolKidWalkInPlaceRight:
walk_in_place_right
2017-11-10 02:21:31 +01:00
step_end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_SludgeBombMan::
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-11-07 22:36:48 +01:00
call Common_EventScript_BufferTrendyPhrase
goto_if_set FLAG_RECEIVED_TM36, DewfordTown_Hall_EventScript_ReceivedSludgeBomb
msgbox DewfordTown_Hall_Text_GiveYouSludgeBomb, MSGBOX_DEFAULT
giveitem ITEM_TM36
goto_if_eq VAR_RESULT, FALSE, Common_EventScript_ShowBagIsFull
2019-01-02 22:12:43 +01:00
setflag FLAG_RECEIVED_TM36
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_EventScript_ReceivedSludgeBomb::
2019-11-07 22:36:48 +01:00
msgbox DewfordTown_Hall_Text_LoveSludgeBombButTrendInToo, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_CantImagineLifeWithoutTrend:
2018-12-07 16:41:08 +01:00
.string "What's in vogue? Why, it has to be\n"
2017-11-10 02:21:31 +01:00
.string "{STR_VAR_1}”!\p"
2018-12-07 16:41:08 +01:00
.string "I can't imagine what life would be like\n"
2017-11-10 02:21:31 +01:00
.string "without “{STR_VAR_1}”!$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_GettingBoredOfTrend:
2018-12-07 16:41:08 +01:00
.string "What's in vogue? Why, it has to be\n"
2017-11-10 02:21:31 +01:00
.string "{STR_VAR_1}”!\p"
2018-12-07 16:41:08 +01:00
.string "But I'm getting kind of bored with it.\p"
2017-11-10 02:21:31 +01:00
.string "I should look for the next big thing.$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_TeachingMonAboutTrend:
2018-12-07 16:41:08 +01:00
.string "I'm teaching my POKéMON about\n"
2017-11-10 02:21:31 +01:00
.string "{STR_VAR_1},”\l"
2018-12-07 16:41:08 +01:00
.string "but it's not going well.\p"
.string "It's a bit too much, I think.$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_DeepLinkBetweenXAndY:
2018-12-07 16:41:08 +01:00
.string "I'm studying up on the hip and trendy\n"
2017-11-10 02:21:31 +01:00
.string "{STR_VAR_1}” now.\p"
2018-12-07 16:41:08 +01:00
.string "Is it true that there's a deep link\n"
2017-11-10 02:21:31 +01:00
.string "between “{STR_VAR_1}”\l"
.string "and “{STR_VAR_2}”?$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_MyHunchWasRight:
2017-11-10 02:21:31 +01:00
.string "Oh!\n"
.string "So, my hunch was right!\p"
2018-12-07 16:41:08 +01:00
.string "I'm one step closer to being hip and\n"
2017-11-10 02:21:31 +01:00
.string "happening, yowza!$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_NotEasyToKeepUp:
2017-11-10 02:21:31 +01:00
.string "What?!\n"
.string "Is that so?!\p"
2018-12-07 16:41:08 +01:00
.string "It's not easy for an older fellow like\n"
2017-11-10 02:21:31 +01:00
.string "me to keep up with trends!$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_TVShowAboutTrend:
2017-11-10 02:21:31 +01:00
.string "This whole business about\n"
.string "{STR_VAR_1}”…\l"
2018-12-07 16:41:08 +01:00
.string "Isn't there a TV show on it?$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_IsTrendMorePopularAcrossSea:
2017-11-10 02:21:31 +01:00
.string "Across the sea…\p"
.string "Is “{STR_VAR_1}”\n"
.string "even more popular?$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_CollectTrendMerchandise:
2017-11-10 02:21:31 +01:00
.string "I collect official\n"
.string "{STR_VAR_1}”\l"
.string "licensed merchandise.\p"
.string "I have official\n"
.string "{STR_VAR_1}” DOLLS…\p"
.string "Official “{STR_VAR_1}”\n"
.string "brand clothing…\p"
.string "And officially licensed\n"
.string "{STR_VAR_1}”\l"
.string "picture books.\p"
.string "Heheh, I own!\n"
2018-12-07 16:41:08 +01:00
.string "I'm not sharing anything with you!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_BooksAboutTrend:
2017-11-10 02:21:31 +01:00
.string "IDENTIFYING GOOD\n"
.string "{STR_VAR_1}” &\l"
.string "BAD “{STR_VAR_1}”…\p"
.string "THE LINK BETWEEN\n"
.string "{STR_VAR_1}” AND\l"
.string "POKéMON…\p"
.string "USEFUL\n"
.string "{STR_VAR_1}”…\p"
2018-12-07 16:41:08 +01:00
.string "It's neatly jammed with books about\n"
2017-11-10 02:21:31 +01:00
.string "{STR_VAR_1}.”$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_TrendsScream:
2018-12-07 16:41:08 +01:00
.string "{STR_VAR_1}'S\n"
2017-11-10 02:21:31 +01:00
.string "SCREAM” is the title.$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_TrendsSmile:
2018-12-07 16:41:08 +01:00
.string "{STR_VAR_1}'S\n"
2017-11-10 02:21:31 +01:00
.string "SMILE” is the title.$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_LastTrend:
2018-12-07 16:41:08 +01:00
.string "It's titled “THE LAST\n"
2017-11-10 02:21:31 +01:00
.string "{STR_VAR_1}”.$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_BirthOfTrend:
2018-12-07 16:41:08 +01:00
.string "It's titled “THE BIRTH OF\n"
2017-11-10 02:21:31 +01:00
.string "{STR_VAR_1}”.$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_SawTrendCoolestThing:
2017-11-10 02:21:31 +01:00
.string "I saw “{STR_VAR_1}”!\n"
.string "Cool, huh?\p"
2018-12-07 16:41:08 +01:00
.string "It's, like, the coolest thing going!\p"
2017-11-10 02:21:31 +01:00
.string "It was awesome!\n"
.string "It was the real thing, oh yeah!$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_AllegedTrendNotAuthentic:
2017-11-10 02:21:31 +01:00
.string "Oh, no, no, no.\p"
.string "That alleged\n"
.string "{STR_VAR_1}”\l"
2018-12-07 16:41:08 +01:00
.string "you claim to have seen--it's not.\p"
2017-11-10 02:21:31 +01:00
.string "The authentic article is much…\n"
.string "How should I say it?\l"
.string "Sharper, yet more mellow!\p"
2018-12-07 16:41:08 +01:00
.string "Ah, no matter. It's astonishing!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_ComposedTrendThemeSong:
2017-11-10 02:21:31 +01:00
.string "Hey, listen, I composed a theme song\n"
.string "for “{STR_VAR_1}.”\p"
.string "{STR_VAR_1}”\n"
.string "is really popular right now.\p"
.string "Okay, listen!\n"
.string "… …\p"
.string "Oh!\n"
.string "{STR_VAR_1}!\p"
.string "Wonderful\n"
.string "{STR_VAR_1}!$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_WorkOnYourSinging:
2017-11-10 02:21:31 +01:00
.string "… …\p"
.string "I dare say, chap, it would pay for you\n"
.string "to work on your singing before you\l"
.string "trifle yourself with\l"
.string "{STR_VAR_1}.”$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_OrganizeTrendParty:
2017-11-10 02:21:31 +01:00
.string "Anyway, as I was saying earlier, we\n"
.string "should get together and organize a\l"
.string "{STR_VAR_1}” party\l"
.string "on the island.$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_BrilliantIndeed:
2017-11-10 02:21:31 +01:00
.string "Oh, a smashing good idea!\p"
.string "It will settle once and for all\n"
.string "who is the best at\l"
.string "{STR_VAR_1}.”\l"
.string "Brilliant, indeed!\p"
.string "Starting today, our lives will revolve\n"
.string "around “{STR_VAR_1}”!$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_TrendHasBecomePartOfLife:
2017-11-10 02:21:31 +01:00
.string "I was thinking, though…\p"
2018-12-07 16:41:08 +01:00
.string "Wouldn't you agree that\n"
2017-11-10 02:21:31 +01:00
.string "{STR_VAR_1}” has\l"
.string "grown from being something trendy to\l"
.string "being a part of our daily lives?$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_TrendWeighsHeavilyOnMind:
2017-11-10 02:21:31 +01:00
.string "Beg pardon?\n"
.string "That much, what?\p"
2018-12-07 16:41:08 +01:00
.string "However, it's true that\n"
2017-11-10 02:21:31 +01:00
.string "{STR_VAR_1}”\l"
.string "weighs heavily on your mind, whether\l"
2018-12-07 16:41:08 +01:00
.string "you're awake or asleep.\p"
.string "Absolutely, you're the\n"
2017-11-10 02:21:31 +01:00
.string "{STR_VAR_1}”\l"
.string "PROFESSOR, old sport!$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_IfWeTeamUpWellBeInvincible:
2017-11-10 02:21:31 +01:00
.string "If you and me team up as a combo,\n"
2018-12-07 16:41:08 +01:00
.string "we'll be invincible when it comes to all\l"
2017-11-10 02:21:31 +01:00
.string "things “{STR_VAR_1}”!$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_WellBeTrendDuo:
2017-11-10 02:21:31 +01:00
.string "Spot on, my friend!\p"
.string "We shall be the\n"
.string "{STR_VAR_1}” DUO!\p"
2018-12-07 16:41:08 +01:00
.string "Isn't that a ripe image?\n"
2017-11-10 02:21:31 +01:00
.string "Hahahah!$"
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_GiveYouSludgeBomb:
2017-11-10 02:21:31 +01:00
.string "For me, SLUDGE BOMB is at the peak\n"
2018-12-07 16:41:08 +01:00
.string "of popularity. It's the one.\p"
.string "Hunh? You're telling me that you don't\n"
2017-11-10 02:21:31 +01:00
.string "know about SLUDGE BOMB?\p"
2018-12-07 16:41:08 +01:00
.string "That's outright pitiful.\n"
.string "I'll give you one.$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
DewfordTown_Hall_Text_LoveSludgeBombButTrendInToo:
2017-11-10 02:21:31 +01:00
.string "I love SLUDGE BOMB.\p"
.string "But POKéMON with the move\n"
.string "{STR_VAR_1}”\l"
.string "are in, too.$"