pokeemerald/data/maps/FallarborTown/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

97 lines
2.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.

FallarborTown_MapScripts:: @ 81EB1FA
map_script 3, FallarborTown_MapScript1_1EB200
.byte 0
FallarborTown_MapScript1_1EB200: @ 81EB200
setflag FLAG_VISITED_FALLARBOR_TOWN
setvar VAR_0x4086, 0
clearflag FLAG_0x10E
end
FallarborTown_EventScript_1EB20C:: @ 81EB20C
lock
faceplayer
checkflag FLAG_0x08B
goto_eq FallarborTown_EventScript_1EB221
msgbox FallarborTown_Text_1EB26B, MSGBOX_DEFAULT
release
end
FallarborTown_EventScript_1EB221:: @ 81EB221
msgbox FallarborTown_Text_1EB2DE, MSGBOX_DEFAULT
release
end
FallarborTown_EventScript_1EB22B:: @ 81EB22B
msgbox FallarborTown_Text_1EB35F, MSGBOX_NPC
end
FallarborTown_EventScript_1EB234:: @ 81EB234
msgbox FallarborTown_Text_1EB3CA, MSGBOX_NPC
end
FallarborTown_EventScript_1EB23D:: @ 81EB23D
lock
faceplayer
waitse
playmoncry SPECIES_AZURILL, 0
msgbox FallarborTown_Text_1EB3B5, MSGBOX_DEFAULT
waitmoncry
release
end
FallarborTown_EventScript_1EB250:: @ 81EB250
msgbox FallarborTown_Text_1EB4C2, MSGBOX_SIGN
end
FallarborTown_EventScript_1EB259:: @ 81EB259
msgbox FallarborTown_Text_1EB4FE, MSGBOX_SIGN
end
FallarborTown_EventScript_1EB262:: @ 81EB262
msgbox FallarborTown_Text_1EB534, MSGBOX_SIGN
end
FallarborTown_Text_1EB26B: @ 81EB26B
.string "Somethings happening,\n"
.string "and I dont like it!\p"
.string "Ive seen shady characters wandering\n"
.string "in and out of PROF. COZMOs home…$"
FallarborTown_Text_1EB2DE: @ 81EB2DE
.string "This regions been known for meteors\n"
.string "since the olden days.\p"
.string "They say METEOR FALLS was gouged out\n"
.string "by a falling meteorite long ago.$"
FallarborTown_Text_1EB35F: @ 81EB35F
.string "See! Take a look!\n"
.string "This is my precious AZURILL!\p"
.string "Its slick and smooth and plushy, too!$"
FallarborTown_Text_1EB3B5: @ 81EB3B5
.string "AZURILL: Rooreelooo.$"
FallarborTown_Text_1EB3CA: @ 81EB3CA
.string "Have you already challenged FLANNERY,\n"
.string "the LEADER of LAVARIDGE GYM?\p"
.string "The girls grandfather was famous.\n"
.string "He was one of the ELITE FOUR in the\l"
.string "POKéMON LEAGUE at one point.\p"
.string "It wouldnt surprise me to see FLANNERY\n"
.string "become a great TRAINER in her own\l"
.string "right.$"
FallarborTown_Text_1EB4C2: @ 81EB4C2
.string "BATTLE TENT FALLARBOR SITE\n"
.string "“May the Greatest Teams Gather!”$"
FallarborTown_Text_1EB4FE: @ 81EB4FE
.string "FALLARBOR TOWN\n"
.string "“A farm community with small gardens.”$"
FallarborTown_Text_1EB534: @ 81EB534
.string "MOVE TUTORS HOUSE\n"
.string "“New moves taught to POKéMON.”$"