diff options
Diffstat (limited to 'data/maps/RustboroCity_Flat1_2F/scripts.inc')
-rw-r--r-- | data/maps/RustboroCity_Flat1_2F/scripts.inc | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/data/maps/RustboroCity_Flat1_2F/scripts.inc b/data/maps/RustboroCity_Flat1_2F/scripts.inc index a1943adae..a9d24092f 100644 --- a/data/maps/RustboroCity_Flat1_2F/scripts.inc +++ b/data/maps/RustboroCity_Flat1_2F/scripts.inc @@ -1,9 +1,9 @@ .set LOCALID_WALDAS_DAD, 6 -RustboroCity_Flat1_2F_MapScripts:: @ 8215139 +RustboroCity_Flat1_2F_MapScripts:: .byte 0 -RustboroCity_Flat1_2F_EventScript_WaldasDad:: @ 821513A +RustboroCity_Flat1_2F_EventScript_WaldasDad:: lock faceplayer specialvar VAR_RESULT, TryBufferWaldaPhrase @@ -12,7 +12,7 @@ RustboroCity_Flat1_2F_EventScript_WaldasDad:: @ 821513A compare VAR_RESULT, TRUE goto_if_eq RustboroCity_Flat1_2F_EventScript_WaldasDadNewPhrase -RustboroCity_Flat1_2F_EventScript_GivePhrase:: @ 8215157 +RustboroCity_Flat1_2F_EventScript_GivePhrase:: special DoWaldaNamingScreen waitstate compare VAR_0x8004, 1 @@ -26,38 +26,38 @@ RustboroCity_Flat1_2F_EventScript_GivePhrase:: @ 8215157 goto_if_eq RustboroCity_Flat1_2F_EventScript_WaldaDoesntLikePhrase end -RustboroCity_Flat1_2F_EventScript_WaldasDadFirstPhrase:: @ 821518D +RustboroCity_Flat1_2F_EventScript_WaldasDadFirstPhrase:: msgbox RustboroCity_Flat1_2F_Text_HelloDoYouKnowFunnyPhrase, MSGBOX_YESNO compare VAR_RESULT, NO goto_if_eq RustboroCity_Flat1_2F_EventScript_DeclineGivePhrase msgbox RustboroCity_Flat1_2F_Text_WonderfulLetsHearSuggestion, MSGBOX_DEFAULT goto RustboroCity_Flat1_2F_EventScript_GivePhrase -RustboroCity_Flat1_2F_EventScript_WaldasDadNewPhrase:: @ 82151AD +RustboroCity_Flat1_2F_EventScript_WaldasDadNewPhrase:: msgbox RustboroCity_Flat1_2F_Text_BeenSayingXDoYouKnowBetterPhrase, MSGBOX_YESNO compare VAR_RESULT, NO goto_if_eq RustboroCity_Flat1_2F_EventScript_DeclineGivePhrase msgbox RustboroCity_Flat1_2F_Text_WonderfulLetsHearSuggestion, MSGBOX_DEFAULT goto RustboroCity_Flat1_2F_EventScript_GivePhrase -RustboroCity_Flat1_2F_EventScript_DeclineGivePhrase:: @ 82151CD +RustboroCity_Flat1_2F_EventScript_DeclineGivePhrase:: msgbox RustboroCity_Flat1_2F_Text_OhIsThatRight, MSGBOX_DEFAULT release end -RustboroCity_Flat1_2F_EventScript_CancelGivePhrase:: @ 82151D7 +RustboroCity_Flat1_2F_EventScript_CancelGivePhrase:: msgbox RustboroCity_Flat1_2F_Text_OhYouDontKnowAny, MSGBOX_DEFAULT release end -RustboroCity_Flat1_2F_EventScript_CancelGiveFirstPhrase:: @ 82151E1 +RustboroCity_Flat1_2F_EventScript_CancelGiveFirstPhrase:: msgbox RustboroCity_Flat1_2F_Text_ThinkOfMyOwnPhrase, MSGBOX_DEFAULT call RustboroCity_Flat1_2F_EventScript_WaldasDadFaceWalda msgbox RustboroCity_Flat1_2F_Text_ShesNotSmilingAtAll2, MSGBOX_DEFAULT release end -RustboroCity_Flat1_2F_EventScript_WaldaLikesPhrase:: @ 82151F8 +RustboroCity_Flat1_2F_EventScript_WaldaLikesPhrase:: msgbox RustboroCity_Flat1_2F_Text_LetsGiveItATry2, MSGBOX_DEFAULT call RustboroCity_Flat1_2F_EventScript_WaldasDadFaceWalda msgbox RustboroCity_Flat1_2F_Text_OhShesLaughing, MSGBOX_DEFAULT @@ -67,26 +67,26 @@ RustboroCity_Flat1_2F_EventScript_WaldaLikesPhrase:: @ 82151F8 release end -RustboroCity_Flat1_2F_EventScript_WaldaDoesntLikePhrase:: @ 8215221 +RustboroCity_Flat1_2F_EventScript_WaldaDoesntLikePhrase:: msgbox RustboroCity_Flat1_2F_Text_LetsGiveItATry, MSGBOX_DEFAULT call RustboroCity_Flat1_2F_EventScript_WaldasDadFaceWalda msgbox RustboroCity_Flat1_2F_Text_ShesNotSmilingAtAll, MSGBOX_DEFAULT release end -RustboroCity_Flat1_2F_EventScript_WaldasDadFaceWalda:: @ 8215238 +RustboroCity_Flat1_2F_EventScript_WaldasDadFaceWalda:: turnobject LOCALID_WALDAS_DAD, DIR_EAST return -RustboroCity_Flat1_2F_EventScript_WaldasMom:: @ 821523D +RustboroCity_Flat1_2F_EventScript_WaldasMom:: msgbox RustboroCity_Flat1_2F_Text_ComingUpWithMealsIsHard, MSGBOX_NPC end -RustboroCity_Flat1_2F_EventScript_PokeDoll:: @ 8215246 +RustboroCity_Flat1_2F_EventScript_PokeDoll:: msgbox RustboroCity_Flat1_2F_Text_ItsAPokemonPlushDoll, MSGBOX_SIGN end -RustboroCity_Flat1_2F_Text_ComingUpWithMealsIsHard: @ 821524F +RustboroCity_Flat1_2F_Text_ComingUpWithMealsIsHard: .string "Oh, it's so hard every day…\p" .string "What's hard?\n" .string "You need to ask?\p" @@ -95,7 +95,7 @@ RustboroCity_Flat1_2F_Text_ComingUpWithMealsIsHard: @ 821524F .string "It really isn't easy coming up with\n" .string "meals every day.$" -RustboroCity_Flat1_2F_Text_HelloDoYouKnowFunnyPhrase: @ 82152FA +RustboroCity_Flat1_2F_Text_HelloDoYouKnowFunnyPhrase: .string "Oh, hello!\n" .string "Welcome to the PEPPER household.\p" .string "I have a question for you.\n" @@ -109,62 +109,62 @@ RustboroCity_Flat1_2F_Text_HelloDoYouKnowFunnyPhrase: @ 82152FA .string "Do you know of a funny word or\n" .string "phrase you can tell me?$" -RustboroCity_Flat1_2F_Text_BeenSayingXDoYouKnowBetterPhrase: @ 8215448 +RustboroCity_Flat1_2F_Text_BeenSayingXDoYouKnowBetterPhrase: .string "I've been saying “{STR_VAR_1}”\n" .string "to amuse her lately.\p" .string "Do you know of a better word or\n" .string "a phrase that might work?$" -RustboroCity_Flat1_2F_Text_WonderfulLetsHearSuggestion: @ 82154AD +RustboroCity_Flat1_2F_Text_WonderfulLetsHearSuggestion: .string "Oh, that's wonderful.\n" .string "So, let's hear it, your suggestion.$" -RustboroCity_Flat1_2F_Text_OhIsThatRight: @ 82154E7 +RustboroCity_Flat1_2F_Text_OhIsThatRight: .string "Oh, is that right?\p" .string "Well, if you come up with a good\n" .string "suggestion, I'm all ears.$" -RustboroCity_Flat1_2F_Text_LetsGiveItATry2: @ 8215535 +RustboroCity_Flat1_2F_Text_LetsGiveItATry2: .string "Ah, I see.\n" .string "Well, let's give it a try, shall we?$" -RustboroCity_Flat1_2F_Text_OhShesLaughing: @ 8215565 +RustboroCity_Flat1_2F_Text_OhShesLaughing: .string "{STR_VAR_1}.\n" .string "{STR_VAR_1}.\p" .string "Oh, yes! She's laughing!\n" .string "Oh, I am as delighted as she!$" -RustboroCity_Flat1_2F_Text_LetsGiveItATry: @ 82155A4 +RustboroCity_Flat1_2F_Text_LetsGiveItATry: .string "Ah, I see.\n" .string "Well, let's give it a try, shall we?$" -RustboroCity_Flat1_2F_Text_ShesNotSmilingAtAll: @ 82155D4 +RustboroCity_Flat1_2F_Text_ShesNotSmilingAtAll: .string "{STR_VAR_1}.\n" .string "{STR_VAR_1}.\p" .string "Hmmm… She's not smiling at all.\n" .string "Maybe WALDA is one serious child…$" -RustboroCity_Flat1_2F_Text_ThinkOfMyOwnPhrase: @ 821561E +RustboroCity_Flat1_2F_Text_ThinkOfMyOwnPhrase: .string "Oh, so you don't know any good words.\n" .string "I'd better think for myself, then.\p" .string "Hmm…\n" .string "How about “{STR_VAR_1}”?\l" .string "Let's see if that will work.$" -RustboroCity_Flat1_2F_Text_ShesNotSmilingAtAll2: @ 8215699 +RustboroCity_Flat1_2F_Text_ShesNotSmilingAtAll2: .string "{STR_VAR_1}.\n" .string "{STR_VAR_1}.\p" .string "Hmmm… She's not smiling at all.\n" .string "Maybe WALDA is one serious child…$" -RustboroCity_Flat1_2F_Text_OhYouDontKnowAny: @ 82156E3 +RustboroCity_Flat1_2F_Text_OhYouDontKnowAny: .string "Oh, so you don't know any good words.\n" .string "I guess I'll try to amuse her with\l" .string "the saying I used before.\p" .string "Anyways, if you have a good suggestion,\n" .string "don't hesitate in telling me, okay?$" -RustboroCity_Flat1_2F_Text_ThankYouIllGiveYouWallpaper: @ 8215792 +RustboroCity_Flat1_2F_Text_ThankYouIllGiveYouWallpaper: .string "Thank you!\p" .string "Thanks to you, my darling WALDA\n" .string "laughed for me!\p" @@ -181,6 +181,6 @@ RustboroCity_Flat1_2F_Text_ThankYouIllGiveYouWallpaper: @ 8215792 .string "That will give you access to the new\n" .string "wallpaper patterns.$" -RustboroCity_Flat1_2F_Text_ItsAPokemonPlushDoll: @ 8215923 +RustboroCity_Flat1_2F_Text_ItsAPokemonPlushDoll: .string "It's a POKéMON plush DOLL!$" |