diff options
Diffstat (limited to 'data/maps/DewfordTown/scripts.inc')
-rw-r--r-- | data/maps/DewfordTown/scripts.inc | 122 |
1 files changed, 61 insertions, 61 deletions
diff --git a/data/maps/DewfordTown/scripts.inc b/data/maps/DewfordTown/scripts.inc index 6298963c2..fdf8c785e 100644 --- a/data/maps/DewfordTown/scripts.inc +++ b/data/maps/DewfordTown/scripts.inc @@ -10,15 +10,15 @@ .equ LOCALID_BOAT_R104, 7 .equ LOCALID_BRINEY_R104, 8 -DewfordTown_MapScripts:: @ 81E9507 +DewfordTown_MapScripts:: map_script MAP_SCRIPT_ON_TRANSITION, DewfordTown_OnTransition .byte 0 -DewfordTown_OnTransition: @ 81E950D +DewfordTown_OnTransition: setflag FLAG_VISITED_DEWFORD_TOWN end -DewfordTown_EventScript_Briney:: @ 81E9511 +DewfordTown_EventScript_Briney:: lock faceplayer goto_if_unset FLAG_DELIVERED_STEVEN_LETTER, DewfordTown_EventScript_ReturnToPetalburgPrompt @@ -32,27 +32,27 @@ DewfordTown_EventScript_Briney:: @ 81E9511 case MULTI_B_PRESSED, DewfordTown_EventScript_CancelSailSelect end -DewfordTown_EventScript_ChoosePetalburg:: @ 81E955A +DewfordTown_EventScript_ChoosePetalburg:: msgbox DewfordTown_Text_PetalburgWereSettingSail, MSGBOX_DEFAULT closemessage goto DewfordTown_EventScript_SailToPetalburg release end -DewfordTown_EventScript_ChooseSlateport:: @ 81E956A +DewfordTown_EventScript_ChooseSlateport:: msgbox DewfordTown_Text_SlateportWereSettingSail, MSGBOX_DEFAULT closemessage goto DewfordTown_EventScript_SailToSlateport release end -DewfordTown_EventScript_CancelSailSelect:: @ 81E957A +DewfordTown_EventScript_CancelSailSelect:: msgbox DewfordTown_Text_JustTellMeWhenYouNeedToSetSail, MSGBOX_DEFAULT closemessage release end -DewfordTown_EventScript_ReturnToPetalburgPrompt:: @ 81E9585 +DewfordTown_EventScript_ReturnToPetalburgPrompt:: msgbox DewfordTown_Text_SetSailBackToPetalburg, MSGBOX_YESNO compare VAR_RESULT, YES goto_if_eq DewfordTown_EventScript_SailBackToPetalburg @@ -60,29 +60,29 @@ DewfordTown_EventScript_ReturnToPetalburgPrompt:: @ 81E9585 release end -DewfordTown_EventScript_SailBackToPetalburg:: @ 81E95A2 +DewfordTown_EventScript_SailBackToPetalburg:: msgbox DewfordTown_Text_PetalburgWereSettingSail2, MSGBOX_DEFAULT closemessage goto DewfordTown_EventScript_SailToPetalburg end -DewfordTown_EventScript_Woman:: @ 81E95B1 +DewfordTown_EventScript_Woman:: msgbox DewfordTown_Text_TinyIslandCommunity, MSGBOX_NPC end -DewfordTown_EventScript_TownSign:: @ 81E95BA +DewfordTown_EventScript_TownSign:: msgbox DewfordTown_Text_TownSign, MSGBOX_SIGN end -DewfordTown_EventScript_GymSign:: @ 81E95C3 +DewfordTown_EventScript_GymSign:: msgbox DewfordTown_Text_GymSign, MSGBOX_SIGN end -DewfordTown_EventScript_HallSign:: @ 81E95CC +DewfordTown_EventScript_HallSign:: msgbox DewfordTown_Text_HallSign, MSGBOX_SIGN end -DewfordTown_EventScript_OldRodFisherman:: @ 81E95D5 +DewfordTown_EventScript_OldRodFisherman:: lock faceplayer goto_if_set FLAG_RECEIVED_OLD_ROD, DewfordTown_EventScript_HowsFishing @@ -93,7 +93,7 @@ DewfordTown_EventScript_OldRodFisherman:: @ 81E95D5 goto_if_eq DewfordTown_EventScript_NotGettingItchToFish end -DewfordTown_EventScript_GiveOldRod:: @ 81E95FF +DewfordTown_EventScript_GiveOldRod:: msgbox DewfordTown_Text_GiveYouOneOfMyRods, MSGBOX_DEFAULT giveitem ITEM_OLD_ROD setflag FLAG_RECEIVED_OLD_ROD @@ -101,12 +101,12 @@ DewfordTown_EventScript_GiveOldRod:: @ 81E95FF release end -DewfordTown_EventScript_NotGettingItchToFish:: @ 81E9620 +DewfordTown_EventScript_NotGettingItchToFish:: msgbox DewfordTown_Text_ThatsTooBadThen, MSGBOX_DEFAULT release end -DewfordTown_EventScript_HowsFishing:: @ 81E962A +DewfordTown_EventScript_HowsFishing:: message DewfordTown_Text_HowsYourFishing waitmessage multichoice 20, 8, MULTI_HOWS_FISHING, TRUE @@ -116,17 +116,17 @@ DewfordTown_EventScript_HowsFishing:: @ 81E962A goto_if_eq DewfordTown_EventScript_FishingNotSoGood end -DewfordTown_EventScript_FishingExcellent:: @ 81E964C +DewfordTown_EventScript_FishingExcellent:: msgbox DewfordTown_Text_GreatHaulInSomeBigOnes, MSGBOX_DEFAULT release end -DewfordTown_EventScript_FishingNotSoGood:: @ 81E9656 +DewfordTown_EventScript_FishingNotSoGood:: msgbox DewfordTown_Text_FishingAdvice, MSGBOX_DEFAULT release end -DewfordTown_EventScript_SailToPetalburg:: @ 81E9660 +DewfordTown_EventScript_SailToPetalburg:: call EventScript_BackupMrBrineyLocation setobjectpriority LOCALID_BRINEY_DEWFORD, MAP_DEWFORD_TOWN, 0 setobjectpriority OBJ_EVENT_ID_PLAYER, MAP_DEWFORD_TOWN, 0 @@ -158,7 +158,7 @@ DewfordTown_EventScript_SailToPetalburg:: @ 81E9660 release end -DewfordTown_EventScript_SailToSlateport:: @ 81E96E7 +DewfordTown_EventScript_SailToSlateport:: call EventScript_BackupMrBrineyLocation setobjectpriority LOCALID_BRINEY_DEWFORD, MAP_DEWFORD_TOWN, 0 setobjectpriority OBJ_EVENT_ID_PLAYER, MAP_DEWFORD_TOWN, 1 @@ -196,15 +196,15 @@ DewfordTown_EventScript_SailToSlateport:: @ 81E96E7 release end -DewfordTown_EventScript_LandedSlateportDeliverGoods:: @ 81E9790 +DewfordTown_EventScript_LandedSlateportDeliverGoods:: msgbox DewfordTown_Text_BrineyLandedInSlateportDeliverGoods, MSGBOX_DEFAULT return -DewfordTown_EventScript_LandedSlateport:: @ 81E9799 +DewfordTown_EventScript_LandedSlateport:: msgbox DewfordTown_Text_BrineyLandedInSlateport, MSGBOX_DEFAULT return -DewfordTown_Movement_SailToPetalburg: @ 81E97A2 +DewfordTown_Movement_SailToPetalburg: walk_up walk_up walk_fast_up @@ -401,7 +401,7 @@ DewfordTown_Movement_SailToPetalburg: @ 81E97A2 walk_up step_end -DewfordTown_Movement_SailToSlateport: @ 81E9865 +DewfordTown_Movement_SailToSlateport: walk_right walk_fast_right walk_fast_right @@ -575,34 +575,34 @@ DewfordTown_Movement_SailToSlateport: @ 81E9865 walk_fast_up step_end -DewfordTown_Movement_PlayerBoardBoat: @ 81E9911 +DewfordTown_Movement_PlayerBoardBoat: walk_right walk_up step_end -DewfordTown_Movement_ExitBoatPetalburg: @ 81E9914 +DewfordTown_Movement_ExitBoatPetalburg: walk_up walk_up walk_up step_end -DewfordTown_Movement_ExitBoatSlateport: @ 81E9918 +DewfordTown_Movement_ExitBoatSlateport: walk_up walk_up walk_up walk_in_place_fastest_down step_end -DewfordTown_Movement_BrineyBoardBoat: @ 81E991D +DewfordTown_Movement_BrineyBoardBoat: walk_up step_end -DewfordTown_Movement_BrineyExitBoat: @ 81E991F +DewfordTown_Movement_BrineyExitBoat: walk_up walk_up step_end -DewfordTown_EventScript_TrendyPhraseBoy:: @ 81E9922 +DewfordTown_EventScript_TrendyPhraseBoy:: lock faceplayer call Common_EventScript_BufferTrendyPhrase @@ -613,12 +613,12 @@ DewfordTown_EventScript_TrendyPhraseBoy:: @ 81E9922 goto_if_eq DewfordTown_EventScript_RejectTrendyPhrase end -DewfordTown_EventScript_ConfirmTrendyPhrase:: @ 81E9948 +DewfordTown_EventScript_ConfirmTrendyPhrase:: msgbox DewfordTown_Text_YeahDefinitionOfInRightNow, MSGBOX_DEFAULT release end -DewfordTown_EventScript_RejectTrendyPhrase:: @ 81E9952 +DewfordTown_EventScript_RejectTrendyPhrase:: msgbox DewfordTown_Text_TellMeWhatsNewAndIn, MSGBOX_DEFAULT setvar VAR_0x8004, EASY_CHAT_TYPE_TRENDY_PHRASE call Common_ShowEasyChatScreen @@ -630,7 +630,7 @@ DewfordTown_EventScript_RejectTrendyPhrase:: @ 81E9952 goto_if_eq DewfordTown_EventScript_CancelNewTrendyPhrase end -DewfordTown_EventScript_GiveNewTrendyPhrase:: @ 81E997D +DewfordTown_EventScript_GiveNewTrendyPhrase:: incrementgamestat GAME_STAT_STARTED_TRENDS compare VAR_0x8004, FALSE goto_if_eq DewfordTown_EventScript_PhraseNotTrendyEnough @@ -638,90 +638,90 @@ DewfordTown_EventScript_GiveNewTrendyPhrase:: @ 81E997D release end -DewfordTown_EventScript_CancelNewTrendyPhrase:: @ 81E9994 +DewfordTown_EventScript_CancelNewTrendyPhrase:: msgbox DewfordTown_Text_HearOfAnyTrendsComeShareWithMe, MSGBOX_DEFAULT release end -DewfordTown_EventScript_PhraseNotTrendyEnough:: @ 81E999E +DewfordTown_EventScript_PhraseNotTrendyEnough:: msgbox DewfordTown_Text_XHuhIThinkYIsCool, MSGBOX_DEFAULT release end -DewfordTown_Text_TinyIslandCommunity: @ 81E99A8 +DewfordTown_Text_TinyIslandCommunity: .string "DEWFORD is a tiny island community.\n" .string "If something gets trendy here,\l" .string "everyone picks up on it right away.$" -DewfordTown_Text_TownSign: @ 81E9A0F +DewfordTown_Text_TownSign: .string "DEWFORD TOWN\n" .string "“A tiny island in the blue sea.”$" -DewfordTown_Text_GymSign: @ 81E9A3D +DewfordTown_Text_GymSign: .string "DEWFORD TOWN POKéMON GYM\n" .string "LEADER: BRAWLY\l" .string "“A big wave in fighting!”$" -DewfordTown_Text_HallSign: @ 81E9A7F +DewfordTown_Text_HallSign: .string "DEWFORD HALL\n" .string "“Everyone's information exchange!”$" -Route104_Text_LandedInDewfordDeliverLetter: @ 81E9AAF +Route104_Text_LandedInDewfordDeliverLetter: .string "MR. BRINEY: Ahoy!\n" .string "We've hit land in DEWFORD.\p" .string "I suppose you're off to deliver that\n" .string "LETTER to, who was it now, STEVEN!$" -DewfordTown_Text_SetSailBackToPetalburg: @ 81E9B24 +DewfordTown_Text_SetSailBackToPetalburg: .string "MR. BRINEY: Have you delivered your\n" .string "LETTER?\p" .string "Or were you meaning to sail back to\n" .string "PETALBURG?$" -DewfordTown_Text_PetalburgWereSettingSail2: @ 81E9B7F +DewfordTown_Text_PetalburgWereSettingSail2: .string "MR. BRINEY: PETALBURG it is, then!\p" .string "Anchors aweigh!\n" .string "PEEKO, we're setting sail, my darling!$" -DewfordTown_Text_GoDeliverIllBeWaiting: @ 81E9BD9 +DewfordTown_Text_GoDeliverIllBeWaiting: .string "MR. BRINEY: Then you go on and deliver\n" .string "the LETTER. I'll be waiting.$" -DewfordTown_Text_BrineyLandedInDewford: @ 81E9C1D +DewfordTown_Text_BrineyLandedInDewford: .string "MR. BRINEY: Ahoy!\n" .string "We've hit land in DEWFORD!\p" .string "You just go on and tell me whenever\n" .string "you want to set sail again!$" -DewfordTown_Text_WhereAreWeBound: @ 81E9C8A +DewfordTown_Text_WhereAreWeBound: .string "MR. BRINEY: Ahoy!\n" .string "For you, I'll go out to sea anytime!\p" .string "Now, my friend, where are we bound?$" -DewfordTown_Text_PetalburgWereSettingSail: @ 81E9CE5 +DewfordTown_Text_PetalburgWereSettingSail: .string "MR. BRINEY: PETALBURG, is it?\p" .string "Anchors aweigh!\n" .string "PEEKO, we're setting sail, my darling!$" -DewfordTown_Text_SlateportWereSettingSail: @ 81E9D3A +DewfordTown_Text_SlateportWereSettingSail: .string "MR. BRINEY: SLATEPORT, is it?\p" .string "Anchors aweigh!\n" .string "PEEKO, we're setting sail, my darling!$" -DewfordTown_Text_JustTellMeWhenYouNeedToSetSail: @ 81E9D8F +DewfordTown_Text_JustTellMeWhenYouNeedToSetSail: .string "MR. BRINEY: You just tell me whenever\n" .string "you need to set sail again!$" -DewfordTown_Text_GettingItchToFish: @ 81E9DD1 +DewfordTown_Text_GettingItchToFish: .string "This is a renowned fishing spot.\n" .string "Are you getting the itch to fish?$" -DewfordTown_Text_GiveYouOneOfMyRods: @ 81E9E14 +DewfordTown_Text_GiveYouOneOfMyRods: .string "I hear you, and I like what\n" .string "you're saying!\p" .string "I'll give you one of my fishing RODS.$" -DewfordTown_Text_ThrowInFishingAdvice: @ 81E9E65 +DewfordTown_Text_ThrowInFishingAdvice: .string "And, as an added bonus, I'll even throw\n" .string "in a little fishing advice!\p" .string "First, you want to face the water,\n" @@ -733,19 +733,19 @@ DewfordTown_Text_ThrowInFishingAdvice: @ 81E9E65 .string "you need to time the pulls on your ROD\l" .string "to haul them in.$" -DewfordTown_Text_ThatsTooBadThen: @ 81E9F92 +DewfordTown_Text_ThatsTooBadThen: .string "Oh, is that so?\n" .string "That's too bad, then.$" -DewfordTown_Text_HowsYourFishing: @ 81E9FB8 +DewfordTown_Text_HowsYourFishing: .string "Yo!\n" .string "How's your fishing?$" -DewfordTown_Text_GreatHaulInSomeBigOnes: @ 81E9FD0 +DewfordTown_Text_GreatHaulInSomeBigOnes: .string "Is that right! That's great!\n" .string "Haul in some big ones!$" -DewfordTown_Text_FishingAdvice: @ 81EA004 +DewfordTown_Text_FishingAdvice: .string "Oh, hey, don't get down on yourself!\n" .string "I'll give you a little fishing advice.\p" .string "First, you want to face the water,\n" @@ -757,7 +757,7 @@ DewfordTown_Text_FishingAdvice: @ 81EA004 .string "you need to time the pulls on your ROD\l" .string "to haul them in.$" -DewfordTown_Text_XIsTheBiggestHappeningThingRight: @ 81EA136 +DewfordTown_Text_XIsTheBiggestHappeningThingRight: .string "I like what's hip, happening, and trendy.\n" .string "I'm always checking it out.\p" .string "Listen, have you heard about this new\n" @@ -771,13 +771,13 @@ DewfordTown_Text_XIsTheBiggestHappeningThingRight: @ 81EA136 .string "“{STR_VAR_1}”\l" .string "is the biggest happening thing, right?$" -DewfordTown_Text_TellMeWhatsNewAndIn: @ 81EA242 +DewfordTown_Text_TellMeWhatsNewAndIn: .string "Hunh?\n" .string "It's not the hip and happening thing?\p" .string "Well, hey, you have to tell me,\n" .string "what's new and what's “in”?$" -DewfordTown_Text_OfCourseIKnowAboutThat: @ 81EA2AA +DewfordTown_Text_OfCourseIKnowAboutThat: .string "Hunh?\n" .string "“{STR_VAR_2}”?\p" .string "… …\p" @@ -795,18 +795,18 @@ DewfordTown_Text_OfCourseIKnowAboutThat: @ 81EA2AA .string "Now, “{STR_VAR_2}” is\n" .string "what's vital and in tune with the times!$" -DewfordTown_Text_XHuhIThinkYIsCool: @ 81EA3FE +DewfordTown_Text_XHuhIThinkYIsCool: .string "Hmm…\n" .string "“{STR_VAR_2},” huh?\p" .string "But personally, I think\n" .string "“{STR_VAR_1}”\l" .string "is what's real in cool.$" -DewfordTown_Text_HearOfAnyTrendsComeShareWithMe: @ 81EA443 +DewfordTown_Text_HearOfAnyTrendsComeShareWithMe: .string "Well, if you hear of any happening new\n" .string "trends, come share them with me, okay?$" -DewfordTown_Text_YeahDefinitionOfInRightNow: @ 81EA491 +DewfordTown_Text_YeahDefinitionOfInRightNow: .string "Yeah, absolutely right!\p" .string "“{STR_VAR_1}” is the\n" .string "definition of “in” right now.$" |