Document rest of Petalburg scripts
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "PetalburgCity_PokemonCenter_1F_EventScript_2079FC",
|
||||
"script": "PetalburgCity_PokemonCenter_1F_EventScript_Nurse",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -37,7 +37,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "PetalburgCity_PokemonCenter_1F_EventScript_291539",
|
||||
"script": "MysteryEventClub_EventScript_Man",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -50,7 +50,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "PetalburgCity_PokemonCenter_1F_EventScript_207A0A",
|
||||
"script": "PetalburgCity_PokemonCenter_1F_EventScript_FatMan",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -63,7 +63,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "PetalburgCity_PokemonCenter_1F_EventScript_207A13",
|
||||
"script": "PetalburgCity_PokemonCenter_1F_EventScript_Youngster",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -76,7 +76,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "PetalburgCity_PokemonCenter_1F_EventScript_207A1C",
|
||||
"script": "PetalburgCity_PokemonCenter_1F_EventScript_Woman",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -8,7 +8,7 @@ PetalburgCity_PokemonCenter_1F_OnTransition: @ 82079F3
|
||||
call Common_EventScript_UpdateBrineyLocation
|
||||
end
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_2079FC:: @ 82079FC
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_Nurse:: @ 82079FC
|
||||
setvar VAR_0x800B, 1
|
||||
call Common_EventScript_PkmnCenterNurse
|
||||
waitmessage
|
||||
@@ -16,64 +16,64 @@ PetalburgCity_PokemonCenter_1F_EventScript_2079FC:: @ 82079FC
|
||||
release
|
||||
end
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_207A0A:: @ 8207A0A
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_207A76, MSGBOX_NPC
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_FatMan:: @ 8207A0A
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_PCStorageSystem, MSGBOX_NPC
|
||||
end
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_207A13:: @ 8207A13
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_207AD6, MSGBOX_NPC
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_Youngster:: @ 8207A13
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_OranBerryRegainedHP, MSGBOX_NPC
|
||||
end
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_207A1C:: @ 8207A1C
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_Woman:: @ 8207A1C
|
||||
lock
|
||||
faceplayer
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_207B09, MSGBOX_DEFAULT
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_ManyTypesOfPokemon, MSGBOX_DEFAULT
|
||||
specialvar VAR_RESULT, IsStarterInParty
|
||||
compare VAR_RESULT, 1
|
||||
goto_if_eq PetalburgCity_PokemonCenter_1F_EventScript_207A38
|
||||
goto_if_eq PetalburgCity_PokemonCenter_1F_EventScript_SayStarterTypeInfo
|
||||
release
|
||||
end
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_207A38:: @ 8207A38
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_SayStarterTypeInfo:: @ 8207A38
|
||||
compare VAR_STARTER_MON, 0
|
||||
call_if_eq PetalburgCity_PokemonCenter_1F_EventScript_207A5B
|
||||
call_if_eq PetalburgCity_PokemonCenter_1F_EventScript_SayTreeckoType
|
||||
compare VAR_STARTER_MON, 1
|
||||
call_if_eq PetalburgCity_PokemonCenter_1F_EventScript_207A64
|
||||
call_if_eq PetalburgCity_PokemonCenter_1F_EventScript_SayTorchicType
|
||||
compare VAR_STARTER_MON, 2
|
||||
call_if_eq PetalburgCity_PokemonCenter_1F_EventScript_207A6D
|
||||
call_if_eq PetalburgCity_PokemonCenter_1F_EventScript_SayMudkipType
|
||||
release
|
||||
end
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_207A5B:: @ 8207A5B
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_207BB0, MSGBOX_DEFAULT
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_SayTreeckoType:: @ 8207A5B
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_TreeckoIsGrassType, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_207A64:: @ 8207A64
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_207C35, MSGBOX_DEFAULT
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_SayTorchicType:: @ 8207A64
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_TorchicIsFireType, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_207A6D:: @ 8207A6D
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_207CB7, MSGBOX_DEFAULT
|
||||
PetalburgCity_PokemonCenter_1F_EventScript_SayMudkipType:: @ 8207A6D
|
||||
msgbox PetalburgCity_PokemonCenter_1F_Text_MudkipIsWaterType, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_Text_207A76: @ 8207A76
|
||||
PetalburgCity_PokemonCenter_1F_Text_PCStorageSystem: @ 8207A76
|
||||
.string "That PC-based POKéMON Storage\n"
|
||||
.string "System…\p"
|
||||
.string "Whoever made it must be some kind\n"
|
||||
.string "of a scientific wizard!$"
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_Text_207AD6: @ 8207AD6
|
||||
PetalburgCity_PokemonCenter_1F_Text_OranBerryRegainedHP: @ 8207AD6
|
||||
.string "When my POKéMON ate an\n"
|
||||
.string "ORAN BERRY, it regained HP!$"
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_Text_207B09: @ 8207B09
|
||||
PetalburgCity_PokemonCenter_1F_Text_ManyTypesOfPokemon: @ 8207B09
|
||||
.string "There are many types of POKéMON.\p"
|
||||
.string "All types have their strengths and\n"
|
||||
.string "weaknesses against other types.\p"
|
||||
.string "Depending on the types of POKéMON,\n"
|
||||
.string "a battle could be easy or hard.$"
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_Text_207BB0: @ 8207BB0
|
||||
PetalburgCity_PokemonCenter_1F_Text_TreeckoIsGrassType: @ 8207BB0
|
||||
.string "For example, your TREECKO\n"
|
||||
.string "is a GRASS type.\p"
|
||||
.string "It's strong against the WATER and\n"
|
||||
@@ -81,7 +81,7 @@ PetalburgCity_PokemonCenter_1F_Text_207BB0: @ 8207BB0
|
||||
.string "But, it's weak against FIRE-type\n"
|
||||
.string "POKéMON.$"
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_Text_207C35: @ 8207C35
|
||||
PetalburgCity_PokemonCenter_1F_Text_TorchicIsFireType: @ 8207C35
|
||||
.string "For example, your TORCHIC\n"
|
||||
.string "is a FIRE type.\p"
|
||||
.string "It's strong against the GRASS and\n"
|
||||
@@ -89,7 +89,7 @@ PetalburgCity_PokemonCenter_1F_Text_207C35: @ 8207C35
|
||||
.string "But, it's weak against WATER-type\n"
|
||||
.string "POKéMON.$"
|
||||
|
||||
PetalburgCity_PokemonCenter_1F_Text_207CB7: @ 8207CB7
|
||||
PetalburgCity_PokemonCenter_1F_Text_MudkipIsWaterType: @ 8207CB7
|
||||
.string "For example, your MUDKIP\n"
|
||||
.string "is a WATER type.\p"
|
||||
.string "It's strong against the FIRE type.\p"
|
||||
|
||||
Reference in New Issue
Block a user