Remove address comments
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
.set LOCALID_SCHOOL_KID_M, 7
|
||||
.set LOCALID_PSYCHIC_M, 8
|
||||
|
||||
DewfordTown_Hall_MapScripts:: @ 81FD4CF
|
||||
DewfordTown_Hall_MapScripts::
|
||||
.byte 0
|
||||
|
||||
DewfordTown_Hall_EventScript_Girl:: @ 81FD4D0
|
||||
DewfordTown_Hall_EventScript_Girl::
|
||||
lock
|
||||
faceplayer
|
||||
call Common_EventScript_BufferTrendyPhrase
|
||||
@@ -17,12 +17,12 @@ DewfordTown_Hall_EventScript_Girl:: @ 81FD4D0
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_GirlBoredOfTrend:: @ 81FD4EF
|
||||
DewfordTown_Hall_EventScript_GirlBoredOfTrend::
|
||||
msgbox DewfordTown_Hall_Text_GettingBoredOfTrend, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_Woman:: @ 81FD4F9
|
||||
DewfordTown_Hall_EventScript_Woman::
|
||||
lock
|
||||
faceplayer
|
||||
call Common_EventScript_BufferTrendyPhrase
|
||||
@@ -30,7 +30,7 @@ DewfordTown_Hall_EventScript_Woman:: @ 81FD4F9
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_Man:: @ 81FD50A
|
||||
DewfordTown_Hall_EventScript_Man::
|
||||
lock
|
||||
faceplayer
|
||||
call Common_EventScript_BufferTrendyPhrase
|
||||
@@ -42,17 +42,17 @@ DewfordTown_Hall_EventScript_Man:: @ 81FD50A
|
||||
goto_if_eq DewfordTown_Hall_EventScript_RejectTrendLink
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_ConfirmTrendLink:: @ 81FD533
|
||||
DewfordTown_Hall_EventScript_ConfirmTrendLink::
|
||||
msgbox DewfordTown_Hall_Text_MyHunchWasRight, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_RejectTrendLink:: @ 81FD53D
|
||||
DewfordTown_Hall_EventScript_RejectTrendLink::
|
||||
msgbox DewfordTown_Hall_Text_NotEasyToKeepUp, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_ExpertM:: @ 81FD547
|
||||
DewfordTown_Hall_EventScript_ExpertM::
|
||||
lock
|
||||
faceplayer
|
||||
call Common_EventScript_BufferTrendyPhrase
|
||||
@@ -63,7 +63,7 @@ DewfordTown_Hall_EventScript_ExpertM:: @ 81FD547
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_Twin:: @ 81FD563
|
||||
DewfordTown_Hall_EventScript_Twin::
|
||||
lock
|
||||
faceplayer
|
||||
call Common_EventScript_BufferTrendyPhrase
|
||||
@@ -74,7 +74,7 @@ DewfordTown_Hall_EventScript_Twin:: @ 81FD563
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_LittleBoy:: @ 81FD57F
|
||||
DewfordTown_Hall_EventScript_LittleBoy::
|
||||
lock
|
||||
faceplayer
|
||||
call Common_EventScript_BufferTrendyPhrase
|
||||
@@ -82,14 +82,14 @@ DewfordTown_Hall_EventScript_LittleBoy:: @ 81FD57F
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_Bookshelf:: @ 81FD590
|
||||
DewfordTown_Hall_EventScript_Bookshelf::
|
||||
lockall
|
||||
call Common_EventScript_BufferTrendyPhrase
|
||||
msgbox DewfordTown_Hall_Text_BooksAboutTrend, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_Painting:: @ 81FD5A0
|
||||
DewfordTown_Hall_EventScript_Painting::
|
||||
lockall
|
||||
call Common_EventScript_BufferTrendyPhrase
|
||||
special GetDewfordHallPaintingNameIndex
|
||||
@@ -104,39 +104,39 @@ DewfordTown_Hall_EventScript_Painting:: @ 81FD5A0
|
||||
case 7, DewfordTown_Hall_EventScript_LastTitle
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_ScreamTitle:: @ 81FD607
|
||||
DewfordTown_Hall_EventScript_ScreamTitle::
|
||||
msgbox DewfordTown_Hall_Text_TrendsScream, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_SmileTitle:: @ 81FD611
|
||||
DewfordTown_Hall_EventScript_SmileTitle::
|
||||
msgbox DewfordTown_Hall_Text_TrendsSmile, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_LastTitle:: @ 81FD61B
|
||||
DewfordTown_Hall_EventScript_LastTitle::
|
||||
msgbox DewfordTown_Hall_Text_LastTrend, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_BirthTitle:: @ 81FD625
|
||||
DewfordTown_Hall_EventScript_BirthTitle::
|
||||
msgbox DewfordTown_Hall_Text_BirthOfTrend, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_SchoolKidM:: @ 81FD62F
|
||||
DewfordTown_Hall_EventScript_SchoolKidM::
|
||||
lockall
|
||||
setvar VAR_0x8008, 0
|
||||
goto DewfordTown_Hall_EventScript_DoTrendDebate
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_PsychicM:: @ 81FD63B
|
||||
DewfordTown_Hall_EventScript_PsychicM::
|
||||
lockall
|
||||
setvar VAR_0x8008, 1
|
||||
goto DewfordTown_Hall_EventScript_DoTrendDebate
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_DoTrendDebate:: @ 81FD647
|
||||
DewfordTown_Hall_EventScript_DoTrendDebate::
|
||||
call Common_EventScript_BufferTrendyPhrase
|
||||
special GetDewfordHallPaintingNameIndex
|
||||
switch VAR_RESULT
|
||||
@@ -150,7 +150,7 @@ DewfordTown_Hall_EventScript_DoTrendDebate:: @ 81FD647
|
||||
case 7, DewfordTown_Hall_EventScript_TrendDebate5
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_TrendDebate1:: @ 81FD6AD
|
||||
DewfordTown_Hall_EventScript_TrendDebate1::
|
||||
call DewfordTown_Hall_EventScript_DebateReact1
|
||||
msgbox DewfordTown_Hall_Text_SawTrendCoolestThing, MSGBOX_DEFAULT
|
||||
call DewfordTown_Hall_EventScript_DebateReact2
|
||||
@@ -158,7 +158,7 @@ DewfordTown_Hall_EventScript_TrendDebate1:: @ 81FD6AD
|
||||
releaseall
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_TrendDebate2:: @ 81FD6C9
|
||||
DewfordTown_Hall_EventScript_TrendDebate2::
|
||||
call DewfordTown_Hall_EventScript_DebateReact1
|
||||
msgbox DewfordTown_Hall_Text_ComposedTrendThemeSong, MSGBOX_DEFAULT
|
||||
call DewfordTown_Hall_EventScript_DebateReact2
|
||||
@@ -166,7 +166,7 @@ DewfordTown_Hall_EventScript_TrendDebate2:: @ 81FD6C9
|
||||
releaseall
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_TrendDebate3:: @ 81FD6E5
|
||||
DewfordTown_Hall_EventScript_TrendDebate3::
|
||||
call DewfordTown_Hall_EventScript_DebateReact1
|
||||
msgbox DewfordTown_Hall_Text_OrganizeTrendParty, MSGBOX_DEFAULT
|
||||
call DewfordTown_Hall_EventScript_DebateReact2
|
||||
@@ -174,7 +174,7 @@ DewfordTown_Hall_EventScript_TrendDebate3:: @ 81FD6E5
|
||||
releaseall
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_TrendDebate4:: @ 81FD701
|
||||
DewfordTown_Hall_EventScript_TrendDebate4::
|
||||
call DewfordTown_Hall_EventScript_DebateReact1
|
||||
msgbox DewfordTown_Hall_Text_TrendHasBecomePartOfLife, MSGBOX_DEFAULT
|
||||
call DewfordTown_Hall_EventScript_DebateReact2
|
||||
@@ -182,7 +182,7 @@ DewfordTown_Hall_EventScript_TrendDebate4:: @ 81FD701
|
||||
releaseall
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_TrendDebate5:: @ 81FD71D
|
||||
DewfordTown_Hall_EventScript_TrendDebate5::
|
||||
call DewfordTown_Hall_EventScript_DebateReact1
|
||||
msgbox DewfordTown_Hall_Text_IfWeTeamUpWellBeInvincible, MSGBOX_DEFAULT
|
||||
call DewfordTown_Hall_EventScript_DebateReact2
|
||||
@@ -190,10 +190,10 @@ DewfordTown_Hall_EventScript_TrendDebate5:: @ 81FD71D
|
||||
releaseall
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_DontMovePlayer1:: @ 81FD739
|
||||
DewfordTown_Hall_EventScript_DontMovePlayer1::
|
||||
return
|
||||
|
||||
DewfordTown_Hall_EventScript_DebateReact1:: @ 81FD73A
|
||||
DewfordTown_Hall_EventScript_DebateReact1::
|
||||
applymovement LOCALID_PSYCHIC_M, DewfordTown_Hall_Movement_PsychicWalkInPlaceLeft
|
||||
waitmovement 0
|
||||
compare VAR_0x8008, 0
|
||||
@@ -202,17 +202,17 @@ DewfordTown_Hall_EventScript_DebateReact1:: @ 81FD73A
|
||||
goto_if_eq DewfordTown_Hall_EventScript_DontMovePlayer2
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_PlayerReactWest:: @ 81FD75B
|
||||
DewfordTown_Hall_EventScript_PlayerReactWest::
|
||||
compare VAR_FACING, DIR_EAST
|
||||
goto_if_eq DewfordTown_Hall_EventScript_DontMovePlayer1
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestRight
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
DewfordTown_Hall_EventScript_DontMovePlayer2:: @ 81FD771
|
||||
DewfordTown_Hall_EventScript_DontMovePlayer2::
|
||||
return
|
||||
|
||||
DewfordTown_Hall_EventScript_DebateReact2:: @ 81FD772
|
||||
DewfordTown_Hall_EventScript_DebateReact2::
|
||||
applymovement LOCALID_SCHOOL_KID_M, DewfordTown_Hall_Movement_SchoolKidWalkInPlaceRight
|
||||
waitmovement 0
|
||||
compare VAR_0x8008, 0
|
||||
@@ -221,39 +221,39 @@ DewfordTown_Hall_EventScript_DebateReact2:: @ 81FD772
|
||||
goto_if_eq DewfordTown_Hall_EventScript_PlayerReactEast
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_PlayerReactNorthSouth:: @ 81FD793
|
||||
DewfordTown_Hall_EventScript_PlayerReactNorthSouth::
|
||||
compare VAR_FACING, DIR_NORTH
|
||||
call_if_eq DewfordTown_Hall_EventScript_PlayerWalkInPlaceUp
|
||||
compare VAR_FACING, DIR_SOUTH
|
||||
call_if_eq DewfordTown_Hall_EventScript_PlayerWalkInPlaceDown
|
||||
return
|
||||
|
||||
DewfordTown_Hall_EventScript_PlayerWalkInPlaceUp:: @ 81FD7AA
|
||||
DewfordTown_Hall_EventScript_PlayerWalkInPlaceUp::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestUp
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
DewfordTown_Hall_EventScript_PlayerWalkInPlaceDown:: @ 81FD7B5
|
||||
DewfordTown_Hall_EventScript_PlayerWalkInPlaceDown::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestDown
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
DewfordTown_Hall_EventScript_PlayerReactEast:: @ 81FD7C0
|
||||
DewfordTown_Hall_EventScript_PlayerReactEast::
|
||||
compare VAR_FACING, DIR_WEST
|
||||
goto_if_eq DewfordTown_Hall_EventScript_DontMovePlayer1
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestLeft
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
DewfordTown_Hall_Movement_PsychicWalkInPlaceLeft: @ 81FD7D6
|
||||
DewfordTown_Hall_Movement_PsychicWalkInPlaceLeft:
|
||||
walk_in_place_left
|
||||
step_end
|
||||
|
||||
DewfordTown_Hall_Movement_SchoolKidWalkInPlaceRight: @ 81FD7D8
|
||||
DewfordTown_Hall_Movement_SchoolKidWalkInPlaceRight:
|
||||
walk_in_place_right
|
||||
step_end
|
||||
|
||||
DewfordTown_Hall_EventScript_SludgeBombMan:: @ 81FD7DA
|
||||
DewfordTown_Hall_EventScript_SludgeBombMan::
|
||||
lock
|
||||
faceplayer
|
||||
call Common_EventScript_BufferTrendyPhrase
|
||||
@@ -266,59 +266,59 @@ DewfordTown_Hall_EventScript_SludgeBombMan:: @ 81FD7DA
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_Hall_EventScript_ReceivedSludgeBomb:: @ 81FD80E
|
||||
DewfordTown_Hall_EventScript_ReceivedSludgeBomb::
|
||||
msgbox DewfordTown_Hall_Text_LoveSludgeBombButTrendInToo, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
DewfordTown_Hall_Text_CantImagineLifeWithoutTrend: @ 81FD818
|
||||
DewfordTown_Hall_Text_CantImagineLifeWithoutTrend:
|
||||
.string "What's in vogue? Why, it has to be\n"
|
||||
.string "“{STR_VAR_1}”!\p"
|
||||
.string "I can't imagine what life would be like\n"
|
||||
.string "without “{STR_VAR_1}”!$"
|
||||
|
||||
DewfordTown_Hall_Text_GettingBoredOfTrend: @ 81FD877
|
||||
DewfordTown_Hall_Text_GettingBoredOfTrend:
|
||||
.string "What's in vogue? Why, it has to be\n"
|
||||
.string "“{STR_VAR_1}”!\p"
|
||||
.string "But I'm getting kind of bored with it.\p"
|
||||
.string "I should look for the next big thing.$"
|
||||
|
||||
DewfordTown_Hall_Text_TeachingMonAboutTrend: @ 81FD8ED
|
||||
DewfordTown_Hall_Text_TeachingMonAboutTrend:
|
||||
.string "I'm teaching my POKéMON about\n"
|
||||
.string "“{STR_VAR_1},”\l"
|
||||
.string "but it's not going well.\p"
|
||||
.string "It's a bit too much, I think.$"
|
||||
|
||||
DewfordTown_Hall_Text_DeepLinkBetweenXAndY: @ 81FD948
|
||||
DewfordTown_Hall_Text_DeepLinkBetweenXAndY:
|
||||
.string "I'm studying up on the hip and trendy\n"
|
||||
.string "“{STR_VAR_1}” now.\p"
|
||||
.string "Is it true that there's a deep link\n"
|
||||
.string "between “{STR_VAR_1}”\l"
|
||||
.string "and “{STR_VAR_2}”?$"
|
||||
|
||||
DewfordTown_Hall_Text_MyHunchWasRight: @ 81FD9B3
|
||||
DewfordTown_Hall_Text_MyHunchWasRight:
|
||||
.string "Oh!\n"
|
||||
.string "So, my hunch was right!\p"
|
||||
.string "I'm one step closer to being hip and\n"
|
||||
.string "happening, yowza!$"
|
||||
|
||||
DewfordTown_Hall_Text_NotEasyToKeepUp: @ 81FDA06
|
||||
DewfordTown_Hall_Text_NotEasyToKeepUp:
|
||||
.string "What?!\n"
|
||||
.string "Is that so?!\p"
|
||||
.string "It's not easy for an older fellow like\n"
|
||||
.string "me to keep up with trends!$"
|
||||
|
||||
DewfordTown_Hall_Text_TVShowAboutTrend: @ 81FDA5C
|
||||
DewfordTown_Hall_Text_TVShowAboutTrend:
|
||||
.string "This whole business about\n"
|
||||
.string "“{STR_VAR_1}”…\l"
|
||||
.string "Isn't there a TV show on it?$"
|
||||
|
||||
DewfordTown_Hall_Text_IsTrendMorePopularAcrossSea: @ 81FDA99
|
||||
DewfordTown_Hall_Text_IsTrendMorePopularAcrossSea:
|
||||
.string "Across the sea…\p"
|
||||
.string "Is “{STR_VAR_1}”\n"
|
||||
.string "even more popular?$"
|
||||
|
||||
DewfordTown_Hall_Text_CollectTrendMerchandise: @ 81FDAC4
|
||||
DewfordTown_Hall_Text_CollectTrendMerchandise:
|
||||
.string "I collect official\n"
|
||||
.string "“{STR_VAR_1}”\l"
|
||||
.string "licensed merchandise.\p"
|
||||
@@ -332,7 +332,7 @@ DewfordTown_Hall_Text_CollectTrendMerchandise: @ 81FDAC4
|
||||
.string "Heheh, I own!\n"
|
||||
.string "I'm not sharing anything with you!$"
|
||||
|
||||
DewfordTown_Hall_Text_BooksAboutTrend: @ 81FDB89
|
||||
DewfordTown_Hall_Text_BooksAboutTrend:
|
||||
.string "IDENTIFYING GOOD\n"
|
||||
.string "“{STR_VAR_1}” &\l"
|
||||
.string "BAD “{STR_VAR_1}”…\p"
|
||||
@@ -344,30 +344,30 @@ DewfordTown_Hall_Text_BooksAboutTrend: @ 81FDB89
|
||||
.string "It's neatly jammed with books about\n"
|
||||
.string "“{STR_VAR_1}.”$"
|
||||
|
||||
DewfordTown_Hall_Text_TrendsScream: @ 81FDC05
|
||||
DewfordTown_Hall_Text_TrendsScream:
|
||||
.string "“{STR_VAR_1}'S\n"
|
||||
.string "SCREAM” is the title.$"
|
||||
|
||||
DewfordTown_Hall_Text_TrendsSmile: @ 81FDC21
|
||||
DewfordTown_Hall_Text_TrendsSmile:
|
||||
.string "“{STR_VAR_1}'S\n"
|
||||
.string "SMILE” is the title.$"
|
||||
|
||||
DewfordTown_Hall_Text_LastTrend: @ 81FDC3C
|
||||
DewfordTown_Hall_Text_LastTrend:
|
||||
.string "It's titled “THE LAST\n"
|
||||
.string "{STR_VAR_1}”.$"
|
||||
|
||||
DewfordTown_Hall_Text_BirthOfTrend: @ 81FDC57
|
||||
DewfordTown_Hall_Text_BirthOfTrend:
|
||||
.string "It's titled “THE BIRTH OF\n"
|
||||
.string "{STR_VAR_1}”.$"
|
||||
|
||||
DewfordTown_Hall_Text_SawTrendCoolestThing: @ 81FDC76
|
||||
DewfordTown_Hall_Text_SawTrendCoolestThing:
|
||||
.string "I saw “{STR_VAR_1}”!\n"
|
||||
.string "Cool, huh?\p"
|
||||
.string "It's, like, the coolest thing going!\p"
|
||||
.string "It was awesome!\n"
|
||||
.string "It was the real thing, oh yeah!$"
|
||||
|
||||
DewfordTown_Hall_Text_AllegedTrendNotAuthentic: @ 81FDCE2
|
||||
DewfordTown_Hall_Text_AllegedTrendNotAuthentic:
|
||||
.string "Oh, no, no, no.\p"
|
||||
.string "That alleged\n"
|
||||
.string "“{STR_VAR_1}”\l"
|
||||
@@ -377,7 +377,7 @@ DewfordTown_Hall_Text_AllegedTrendNotAuthentic: @ 81FDCE2
|
||||
.string "Sharper, yet more mellow!\p"
|
||||
.string "Ah, no matter. It's astonishing!$"
|
||||
|
||||
DewfordTown_Hall_Text_ComposedTrendThemeSong: @ 81FDD95
|
||||
DewfordTown_Hall_Text_ComposedTrendThemeSong:
|
||||
.string "Hey, listen, I composed a theme song\n"
|
||||
.string "for “{STR_VAR_1}.”\p"
|
||||
.string "“{STR_VAR_1}”\n"
|
||||
@@ -389,20 +389,20 @@ DewfordTown_Hall_Text_ComposedTrendThemeSong: @ 81FDD95
|
||||
.string "Wonderful\n"
|
||||
.string "{STR_VAR_1}!$"
|
||||
|
||||
DewfordTown_Hall_Text_WorkOnYourSinging: @ 81FDE0E
|
||||
DewfordTown_Hall_Text_WorkOnYourSinging:
|
||||
.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}.”$"
|
||||
|
||||
DewfordTown_Hall_Text_OrganizeTrendParty: @ 81FDE77
|
||||
DewfordTown_Hall_Text_OrganizeTrendParty:
|
||||
.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.$"
|
||||
|
||||
DewfordTown_Hall_Text_BrilliantIndeed: @ 81FDED8
|
||||
DewfordTown_Hall_Text_BrilliantIndeed:
|
||||
.string "Oh, a smashing good idea!\p"
|
||||
.string "It will settle once and for all\n"
|
||||
.string "who is the best at\l"
|
||||
@@ -411,14 +411,14 @@ DewfordTown_Hall_Text_BrilliantIndeed: @ 81FDED8
|
||||
.string "Starting today, our lives will revolve\n"
|
||||
.string "around “{STR_VAR_1}”!$"
|
||||
|
||||
DewfordTown_Hall_Text_TrendHasBecomePartOfLife: @ 81FDF72
|
||||
DewfordTown_Hall_Text_TrendHasBecomePartOfLife:
|
||||
.string "I was thinking, though…\p"
|
||||
.string "Wouldn't you agree that\n"
|
||||
.string "“{STR_VAR_1}” has\l"
|
||||
.string "grown from being something trendy to\l"
|
||||
.string "being a part of our daily lives?$"
|
||||
|
||||
DewfordTown_Hall_Text_TrendWeighsHeavilyOnMind: @ 81FDFF1
|
||||
DewfordTown_Hall_Text_TrendWeighsHeavilyOnMind:
|
||||
.string "Beg pardon?\n"
|
||||
.string "That much, what?\p"
|
||||
.string "However, it's true that\n"
|
||||
@@ -429,19 +429,19 @@ DewfordTown_Hall_Text_TrendWeighsHeavilyOnMind: @ 81FDFF1
|
||||
.string "“{STR_VAR_1}”\l"
|
||||
.string "PROFESSOR, old sport!$"
|
||||
|
||||
DewfordTown_Hall_Text_IfWeTeamUpWellBeInvincible: @ 81FE09A
|
||||
DewfordTown_Hall_Text_IfWeTeamUpWellBeInvincible:
|
||||
.string "If you and me team up as a combo,\n"
|
||||
.string "we'll be invincible when it comes to all\l"
|
||||
.string "things “{STR_VAR_1}”!$"
|
||||
|
||||
DewfordTown_Hall_Text_WellBeTrendDuo: @ 81FE0F2
|
||||
DewfordTown_Hall_Text_WellBeTrendDuo:
|
||||
.string "Spot on, my friend!\p"
|
||||
.string "We shall be the\n"
|
||||
.string "“{STR_VAR_1}” DUO!\p"
|
||||
.string "Isn't that a ripe image?\n"
|
||||
.string "Hahahah!$"
|
||||
|
||||
DewfordTown_Hall_Text_GiveYouSludgeBomb: @ 81FE142
|
||||
DewfordTown_Hall_Text_GiveYouSludgeBomb:
|
||||
.string "For me, SLUDGE BOMB is at the peak\n"
|
||||
.string "of popularity. It's the one.\p"
|
||||
.string "Hunh? You're telling me that you don't\n"
|
||||
@@ -449,7 +449,7 @@ DewfordTown_Hall_Text_GiveYouSludgeBomb: @ 81FE142
|
||||
.string "That's outright pitiful.\n"
|
||||
.string "I'll give you one.$"
|
||||
|
||||
DewfordTown_Hall_Text_LoveSludgeBombButTrendInToo: @ 81FE1ED
|
||||
DewfordTown_Hall_Text_LoveSludgeBombButTrendInToo:
|
||||
.string "I love SLUDGE BOMB.\p"
|
||||
.string "But POKéMON with the move\n"
|
||||
.string "“{STR_VAR_1}”\l"
|
||||
|
||||
Reference in New Issue
Block a user