pokeemerald/data/maps/SootopolisCity_House6/scripts.inc

56 lines
1.6 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
SootopolisCity_House6_MapScripts:: @ 8226F5B
.byte 0
SootopolisCity_House6_EventScript_226F5C:: @ 8226F5C
lock
faceplayer
2019-01-02 22:12:43 +01:00
goto_if_set FLAG_RECEIVED_WAILMER_DOLL, SootopolisCity_House6_EventScript_226FA3
msgbox SootopolisCity_House6_Text_226FC3, MSGBOX_YESNO
2019-11-02 17:34:53 +01:00
compare VAR_RESULT, NO
2018-12-22 03:32:45 +01:00
call_if_eq SootopolisCity_House6_EventScript_226F99
msgbox SootopolisCity_House6_Text_227034, MSGBOX_DEFAULT
2019-09-16 05:47:07 +02:00
givedecoration_std DECOR_WAILMER_DOLL
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq SootopolisCity_House6_EventScript_226FAD
2019-01-02 22:12:43 +01:00
setflag FLAG_RECEIVED_WAILMER_DOLL
2017-11-10 02:21:31 +01:00
release
end
SootopolisCity_House6_EventScript_226F99:: @ 8226F99
msgbox SootopolisCity_House6_Text_22708F, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
SootopolisCity_House6_EventScript_226FA3:: @ 8226FA3
msgbox SootopolisCity_House6_Text_2270B7, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
SootopolisCity_House6_EventScript_226FAD:: @ 8226FAD
2019-09-16 05:47:07 +02:00
bufferdecorationname 1, DECOR_WAILMER_DOLL
msgbox gText_NoRoomLeftForAnother, MSGBOX_DEFAULT
msgbox SootopolisCity_House6_Text_22704A, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
SootopolisCity_House6_Text_226FC3: @ 8226FC3
2018-12-07 16:41:08 +01:00
.string "Hello! You're our first guest in\n"
2017-11-10 02:21:31 +01:00
.string "a good while.\p"
2018-12-07 16:41:08 +01:00
.string "You've brightened up my day, so I'll\n"
2017-11-10 02:21:31 +01:00
.string "give you a big WAILMER DOLL.$"
SootopolisCity_House6_Text_227034: @ 8227034
.string "Take good care of it!$"
SootopolisCity_House6_Text_22704A: @ 822704A
.string "Oh, you want it, but not right now?\n"
2018-12-07 16:41:08 +01:00
.string "Okay, then I'll hold it for you.$"
2017-11-10 02:21:31 +01:00
SootopolisCity_House6_Text_22708F: @ 822708F
.string "Are you sure?\n"
2018-12-07 16:41:08 +01:00
.string "You don't want this DOLL?$"
2017-11-10 02:21:31 +01:00
SootopolisCity_House6_Text_2270B7: @ 82270B7
.string "I love plush DOLLS!$"