Document Vermilion scripts
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "VermilionCity_PokemonCenter_1F_EventScript_16B433",
|
||||
"script": "VermilionCity_PokemonCenter_1F_EventScript_Nurse",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -36,7 +36,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "VermilionCity_PokemonCenter_1F_EventScript_16B43C",
|
||||
"script": "VermilionCity_PokemonCenter_1F_EventScript_Man",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -49,7 +49,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "VermilionCity_PokemonCenter_1F_EventScript_16B445",
|
||||
"script": "VermilionCity_PokemonCenter_1F_EventScript_Hiker",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -62,7 +62,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "VermilionCity_PokemonCenter_1F_EventScript_16B44E",
|
||||
"script": "VermilionCity_PokemonCenter_1F_EventScript_Youngster",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -75,7 +75,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "VermilionCity_PokemonCenter_1F_EventScript_1A8D08",
|
||||
"script": "VermilionCity_PokemonCenter_1F_EventScript_VSSeekerWoman",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -88,7 +88,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "VermilionCity_PokemonCenter_1F_EventScript_1ACE83",
|
||||
"script": "VermilionCity_PokemonCenter_1F_EventScript_PokemonJournalLtSurge",
|
||||
"flag": "FLAG_HIDE_FAME_CHECKER_LT_SURGE_JOURNAL"
|
||||
},
|
||||
{
|
||||
@@ -101,7 +101,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "VermilionCity_PokemonCenter_1F_EventScript_1ACE83",
|
||||
"script": "VermilionCity_PokemonCenter_1F_EventScript_PokemonJournalLtSurge",
|
||||
"flag": "FLAG_HIDE_FAME_CHECKER_LT_SURGE_JOURNAL"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -7,21 +7,21 @@ VermilionCity_PokemonCenter_1F_OnTransition:: @ 816B42F
|
||||
setrespawn SPAWN_VERMILION_CITY
|
||||
end
|
||||
|
||||
VermilionCity_PokemonCenter_1F_EventScript_16B433:: @ 816B433
|
||||
VermilionCity_PokemonCenter_1F_EventScript_Nurse:: @ 816B433
|
||||
lock
|
||||
faceplayer
|
||||
call EventScript_PkmnCenterNurse
|
||||
release
|
||||
end
|
||||
|
||||
VermilionCity_PokemonCenter_1F_EventScript_16B43C:: @ 816B43C
|
||||
msgbox gUnknown_8194145, MSGBOX_NPC
|
||||
VermilionCity_PokemonCenter_1F_EventScript_Man:: @ 816B43C
|
||||
msgbox VermilionCity_PokemonCenter_1F_Text_PoisonedMonFaintedWhileWalking, MSGBOX_NPC
|
||||
end
|
||||
|
||||
VermilionCity_PokemonCenter_1F_EventScript_16B445:: @ 816B445
|
||||
msgbox gUnknown_81940AF, MSGBOX_NPC
|
||||
VermilionCity_PokemonCenter_1F_EventScript_Hiker:: @ 816B445
|
||||
msgbox VermilionCity_PokemonCenter_1F_Text_TrainerMonsStrongerThanWild, MSGBOX_NPC
|
||||
end
|
||||
|
||||
VermilionCity_PokemonCenter_1F_EventScript_16B44E:: @ 816B44E
|
||||
msgbox gUnknown_8194180, MSGBOX_NPC
|
||||
VermilionCity_PokemonCenter_1F_EventScript_Youngster:: @ 816B44E
|
||||
msgbox VermilionCity_PokemonCenter_1F_Text_AllMonWeakToSpecificTypes, MSGBOX_NPC
|
||||
end
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
gUnknown_81940AF:: @ 81940AF
|
||||
VermilionCity_PokemonCenter_1F_Text_TrainerMonsStrongerThanWild:: @ 81940AF
|
||||
.string "Even if they are the same level,\n"
|
||||
.string "POKéMON can have very different\l"
|
||||
.string "stats and abilities.\p"
|
||||
.string "A POKéMON raised by a TRAINER is\n"
|
||||
.string "stronger than one in the wild.$"
|
||||
|
||||
gUnknown_8194145:: @ 8194145
|
||||
VermilionCity_PokemonCenter_1F_Text_PoisonedMonFaintedWhileWalking:: @ 8194145
|
||||
.string "My POKéMON was poisoned!\n"
|
||||
.string "It fainted while we were walking!$"
|
||||
|
||||
gUnknown_8194180:: @ 8194180
|
||||
VermilionCity_PokemonCenter_1F_Text_AllMonWeakToSpecificTypes:: @ 8194180
|
||||
.string "It is true that a higher-level\n"
|
||||
.string "POKéMON will be more powerful…\p"
|
||||
.string "But, all POKéMON will have weak\n"
|
||||
@@ -17,3 +17,28 @@ gUnknown_8194180:: @ 8194180
|
||||
.string "So, there appears to be no\n"
|
||||
.string "universally strong POKéMON.$"
|
||||
|
||||
VermilionCity_PokemonCenter_1F_Text_UrgeToBattleSomeoneAgain:: @ 8194234
|
||||
.string "The urge to battle with someone\n"
|
||||
.string "you've tangled with before…\p"
|
||||
.string "Have you ever had that urge?\n"
|
||||
.string "I'm sure you have.\p"
|
||||
.string "I wanted to battle certain people\n"
|
||||
.string "again over and over, too.\p"
|
||||
.string "So, I've been giving these away.\n"
|
||||
.string "Please, take one!$"
|
||||
|
||||
VermilionCity_PokemonCenter_1F_Text_UseDeviceForRematches:: @ 819430F
|
||||
.string "Use that device and you'll find\n"
|
||||
.string "TRAINERS looking for a rematch.\p"
|
||||
.string "You have to charge its battery to\n"
|
||||
.string "use it, though.$"
|
||||
|
||||
VermilionCity_PokemonCenter_1F_Text_ExplainVSSeeker:: @ 8194381
|
||||
.string "How do you use the VS SEEKER?\n"
|
||||
.string "There's nothing to it.\p"
|
||||
.string "Use it like beep-beep-beep, and\n"
|
||||
.string "TRAINERS around you will notice.\p"
|
||||
.string "If any TRAINER wants a rematch,\n"
|
||||
.string "it will let you know immediately.\p"
|
||||
.string "Charge its battery and use it\n"
|
||||
.string "while you're on a road.$"
|
||||
|
||||
Reference in New Issue
Block a user