Document Two Island scripts
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "TwoIsland_PokemonCenter_1F_EventScript_1717C3",
|
||||
"script": "TwoIsland_PokemonCenter_1F_EventScript_Nurse",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -38,7 +38,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "TwoIsland_PokemonCenter_1F_EventScript_1717CC",
|
||||
"script": "TwoIsland_PokemonCenter_1F_EventScript_GBAKid",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -51,7 +51,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "TwoIsland_PokemonCenter_1F_EventScript_1717D5",
|
||||
"script": "TwoIsland_PokemonCenter_1F_EventScript_BugCatcher",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -7,17 +7,17 @@ TwoIsland_PokemonCenter_1F_OnTransition:: @ 81717BF
|
||||
setrespawn SPAWN_TWO_ISLAND
|
||||
end
|
||||
|
||||
TwoIsland_PokemonCenter_1F_EventScript_1717C3:: @ 81717C3
|
||||
TwoIsland_PokemonCenter_1F_EventScript_Nurse:: @ 81717C3
|
||||
lock
|
||||
faceplayer
|
||||
call EventScript_PkmnCenterNurse
|
||||
release
|
||||
end
|
||||
|
||||
TwoIsland_PokemonCenter_1F_EventScript_1717CC:: @ 81717CC
|
||||
msgbox gUnknown_81A2E59, MSGBOX_NPC
|
||||
TwoIsland_PokemonCenter_1F_EventScript_GBAKid:: @ 81717CC
|
||||
msgbox TwoIsland_PokemonCenter_1F_Text_HaveYouVisitedGameCorner, MSGBOX_NPC
|
||||
end
|
||||
|
||||
TwoIsland_PokemonCenter_1F_EventScript_1717D5:: @ 81717D5
|
||||
msgbox gUnknown_81A2EBE, MSGBOX_NPC
|
||||
TwoIsland_PokemonCenter_1F_EventScript_BugCatcher:: @ 81717D5
|
||||
msgbox TwoIsland_PokemonCenter_1F_Text_OldLadyLivesOutOnCape, MSGBOX_NPC
|
||||
end
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
gUnknown_81A2E59:: @ 81A2E59
|
||||
TwoIsland_PokemonCenter_1F_Text_HaveYouVisitedGameCorner:: @ 81A2E59
|
||||
.string "Have you visited the GAME CORNER\n"
|
||||
.string "already?\p"
|
||||
.string "It's no good to go alone.\n"
|
||||
.string "You have to take a friend along.$"
|
||||
|
||||
gUnknown_81A2EBE:: @ 81A2EBE
|
||||
TwoIsland_PokemonCenter_1F_Text_OldLadyLivesOutOnCape:: @ 81A2EBE
|
||||
.string "Not many people live on\n"
|
||||
.string "TWO ISLAND.\p"
|
||||
.string "There is this old lady who lives\n"
|
||||
|
||||
Reference in New Issue
Block a user