mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 20:17:38 +01:00
c557ac61ae
* 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
97 lines
2.6 KiB
PHP
97 lines
2.6 KiB
PHP
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 "Something’s happening,\n"
|
||
.string "and I don’t like it!\p"
|
||
.string "I’ve seen shady characters wandering\n"
|
||
.string "in and out of PROF. COZMO’s home…$"
|
||
|
||
FallarborTown_Text_1EB2DE: @ 81EB2DE
|
||
.string "This region’s 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 "It’s 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 girl’s 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 wouldn’t 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 TUTOR’S HOUSE\n"
|
||
.string "“New moves taught to POKéMON.”$"
|
||
|