Document Fallarbor and Verdanturf scripts

This commit is contained in:
GriffinR
2019-11-09 00:49:56 -05:00
committed by huderlem
parent 906a1ec4ab
commit 1174a20a17
15 changed files with 183 additions and 183 deletions

View File

@@ -24,7 +24,7 @@
"movement_range_y": 0,
"trainer_type": "0",
"trainer_sight_or_berry_tree_id": "0",
"script": "VerdanturfTown_House_EventScript_20335F",
"script": "VerdanturfTown_House_EventScript_Woman1",
"flag": "0"
},
{
@@ -37,7 +37,7 @@
"movement_range_y": 0,
"trainer_type": "0",
"trainer_sight_or_berry_tree_id": "0",
"script": "VerdanturfTown_House_EventScript_203368",
"script": "VerdanturfTown_House_EventScript_Woman2",
"flag": "0"
}
],

View File

@@ -1,21 +1,21 @@
VerdanturfTown_House_MapScripts:: @ 820335E
.byte 0
VerdanturfTown_House_EventScript_20335F:: @ 820335F
msgbox VerdanturfTown_House_Text_203371, MSGBOX_NPC
VerdanturfTown_House_EventScript_Woman1:: @ 820335F
msgbox VerdanturfTown_House_Text_TrainersGatherAtPokemonLeague, MSGBOX_NPC
end
VerdanturfTown_House_EventScript_203368:: @ 8203368
msgbox VerdanturfTown_House_Text_2033EE, MSGBOX_NPC
VerdanturfTown_House_EventScript_Woman2:: @ 8203368
msgbox VerdanturfTown_House_Text_DefeatEliteFourInARow, MSGBOX_NPC
end
VerdanturfTown_House_Text_203371: @ 8203371
VerdanturfTown_House_Text_TrainersGatherAtPokemonLeague: @ 8203371
.string "Far away, deep in EVER GRANDE CITY,\n"
.string "is the POKéMON LEAGUE.\p"
.string "The TRAINERS who gather there are\n"
.string "all frighteningly well skilled.$"
VerdanturfTown_House_Text_2033EE: @ 82033EE
VerdanturfTown_House_Text_DefeatEliteFourInARow: @ 82033EE
.string "In the POKéMON LEAGUE, I think the\n"
.string "rules say that you have to battle the\l"
.string "ELITE FOUR all in a row.\p"