pokeemerald/data/maps/PacifidlogTown_House4/scripts.inc
Melody c557ac61ae adds constants, cleans up callstd and msgbox code
* adds some constants for standard script names and messagebox types
* replaces some callstd calls with msgbox calls where equivalent
* replaces msgbox and callstd calls using raw digits with versions that use the constants
2018-12-02 03:37:46 -05:00

56 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

PacifidlogTown_House4_MapScripts:: @ 8203F4B
.byte 0
PacifidlogTown_House4_EventScript_203F4C:: @ 8203F4C
msgbox PacifidlogTown_House4_Text_204017, MSGBOX_NPC
end
PacifidlogTown_House4_EventScript_203F55:: @ 8203F55
msgbox PacifidlogTown_House4_Text_203F93, MSGBOX_NPC
end
PacifidlogTown_House4_EventScript_203F5E:: @ 8203F5E
lock
faceplayer
msgbox PacifidlogTown_House4_Text_204035, MSGBOX_YESNO
compare VAR_RESULT, 1
goto_eq PacifidlogTown_House4_EventScript_203F7F
compare VAR_RESULT, 0
goto_eq PacifidlogTown_House4_EventScript_203F89
end
PacifidlogTown_House4_EventScript_203F7F:: @ 8203F7F
msgbox PacifidlogTown_House4_Text_20404E, MSGBOX_DEFAULT
release
end
PacifidlogTown_House4_EventScript_203F89:: @ 8203F89
msgbox PacifidlogTown_House4_Text_204084, MSGBOX_DEFAULT
release
end
PacifidlogTown_House4_Text_203F93: @ 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 "Doesnt it need to rest somewhere?$"
PacifidlogTown_House4_Text_204017: @ 8204017
.string "A sky POKéMON!\n"
.string "A sky POKéMON!$"
PacifidlogTown_House4_Text_204035: @ 8204035
.string "Where did you come from?$"
PacifidlogTown_House4_Text_20404E: @ 820404E
.string "Yes?\n"
.string "YES TOWN?\p"
.string "Ive never heard of a place like that.$"
PacifidlogTown_House4_Text_204084: @ 8204084
.string "No? That doesnt make any sense.\n"
.string "You have to come from somewhere.\p"
.string "Oh! Wait! Youre not going to say you\n"
.string "were born at the bottom of the sea?$"