Document missed Vermilion house script
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "VermilionCity_House3_EventScript_16BAAA",
|
||||
"script": "VermilionCity_House3_EventScript_Boy",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -38,7 +38,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "VermilionCity_House3_EventScript_16BABC",
|
||||
"script": "VermilionCity_House3_EventScript_Pidgey",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -64,7 +64,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "VermilionCity_House3_EventScript_16BAB3",
|
||||
"script": "VermilionCity_House3_EventScript_Lass",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
@@ -98,7 +98,7 @@
|
||||
"x": 6,
|
||||
"y": 4,
|
||||
"elevation": 3,
|
||||
"script": "VermilionCity_House3_EventScript_16BACF"
|
||||
"script": "VermilionCity_House3_EventScript_Letter"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,24 +1,24 @@
|
||||
VermilionCity_House3_MapScripts:: @ 816BAA9
|
||||
.byte 0
|
||||
|
||||
VermilionCity_House3_EventScript_16BAAA:: @ 816BAAA
|
||||
msgbox gUnknown_81953AF, MSGBOX_NPC
|
||||
VermilionCity_House3_EventScript_Boy:: @ 816BAAA
|
||||
msgbox VermilionCity_House3_Text_PidgeyFlyLetterToSaffron, MSGBOX_NPC
|
||||
end
|
||||
|
||||
VermilionCity_House3_EventScript_16BAB3:: @ 816BAB3
|
||||
msgbox gUnknown_8195471, MSGBOX_NPC
|
||||
VermilionCity_House3_EventScript_Lass:: @ 816BAB3
|
||||
msgbox VermilionCity_House3_Text_SendMyPidgeyToUnionRoom, MSGBOX_NPC
|
||||
end
|
||||
|
||||
VermilionCity_House3_EventScript_16BABC:: @ 816BABC
|
||||
VermilionCity_House3_EventScript_Pidgey:: @ 816BABC
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_PIDGEY, 0
|
||||
msgbox gUnknown_81953EE
|
||||
msgbox VermilionCity_House3_Text_Pidgey
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
VermilionCity_House3_EventScript_16BACF:: @ 816BACF
|
||||
msgbox gUnknown_8195400, MSGBOX_SIGN
|
||||
VermilionCity_House3_EventScript_Letter:: @ 816BACF
|
||||
msgbox VermilionCity_House3_Text_DearPippiLetter, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
gUnknown_81953AF:: @ 81953AF
|
||||
VermilionCity_House3_Text_PidgeyFlyLetterToSaffron:: @ 81953AF
|
||||
.string "I'm getting my PIDGEY to fly a\n"
|
||||
.string "letter to SAFFRON in the north.$"
|
||||
|
||||
gUnknown_81953EE:: @ 81953EE
|
||||
VermilionCity_House3_Text_Pidgey:: @ 81953EE
|
||||
.string "PIDGEY: Kurukkoo!$"
|
||||
|
||||
gUnknown_8195400:: @ 8195400
|
||||
VermilionCity_House3_Text_DearPippiLetter:: @ 8195400
|
||||
.string "Dear PIPPI,\n"
|
||||
.string "I hope to see you soon.\p"
|
||||
.string "I heard SAFFRON has problems with\n"
|
||||
.string "TEAM ROCKET.\p"
|
||||
.string "VERMILION appears to be safe.$"
|
||||
|
||||
gUnknown_8195471:: @ 8195471
|
||||
VermilionCity_House3_Text_SendMyPidgeyToUnionRoom:: @ 8195471
|
||||
.string "I want to exchange MAIL with all\n"
|
||||
.string "sorts of people.\p"
|
||||
.string "I send my PIDGEY to a UNION ROOM\n"
|
||||
|
||||
Reference in New Issue
Block a user