pokeemerald/data/maps/PacifidlogTown_House4/scripts.inc
2019-11-07 15:41:42 -05:00

56 lines
1.7 KiB
PHP

PacifidlogTown_House4_MapScripts:: @ 8203F4B
.byte 0
PacifidlogTown_House4_EventScript_LittleGirl:: @ 8203F4C
msgbox PacifidlogTown_House4_Text_SkyPokemon, MSGBOX_NPC
end
PacifidlogTown_House4_EventScript_Woman:: @ 8203F55
msgbox PacifidlogTown_House4_Text_PeopleSawHighFlyingPokemon, MSGBOX_NPC
end
PacifidlogTown_House4_EventScript_Boy:: @ 8203F5E
lock
faceplayer
msgbox PacifidlogTown_House4_Text_WhereDidYouComeFrom, MSGBOX_YESNO
compare VAR_RESULT, YES
goto_if_eq PacifidlogTown_House4_EventScript_Yes
compare VAR_RESULT, NO
goto_if_eq PacifidlogTown_House4_EventScript_No
end
PacifidlogTown_House4_EventScript_Yes:: @ 8203F7F
msgbox PacifidlogTown_House4_Text_YesTown, MSGBOX_DEFAULT
release
end
PacifidlogTown_House4_EventScript_No:: @ 8203F89
msgbox PacifidlogTown_House4_Text_YouHaveToComeFromSomewhere, MSGBOX_DEFAULT
release
end
PacifidlogTown_House4_Text_PeopleSawHighFlyingPokemon: @ 8203F93
.string "People were saying they saw a POKéMON\n"
.string "flying high above HOENN.\p"
.string "Is it flying around all the time?\n"
.string "Doesn't it need to rest somewhere?$"
PacifidlogTown_House4_Text_SkyPokemon: @ 8204017
.string "A sky POKéMON!\n"
.string "A sky POKéMON!$"
PacifidlogTown_House4_Text_WhereDidYouComeFrom: @ 8204035
.string "Where did you come from?$"
PacifidlogTown_House4_Text_YesTown: @ 820404E
.string "Yes?\n"
.string "YES TOWN?\p"
.string "I've never heard of a place like that.$"
PacifidlogTown_House4_Text_YouHaveToComeFromSomewhere: @ 8204084
.string "No? That doesn't make any sense.\n"
.string "You have to come from somewhere.\p"
.string "Oh! Wait! You're not going to say you\n"
.string "were born at the bottom of the sea?$"