Document Pewter City 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": "PewterCity_House1_EventScript_16A71D",
|
||||
"script": "PewterCity_House1_EventScript_BaldingMan",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -36,7 +36,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "PewterCity_House1_EventScript_16A726",
|
||||
"script": "PewterCity_House1_EventScript_LittleBoy",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -49,7 +49,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "PewterCity_House1_EventScript_16A736",
|
||||
"script": "PewterCity_House1_EventScript_Nidoran",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -1,31 +1,31 @@
|
||||
PewterCity_House1_MapScripts:: @ 816A71C
|
||||
.byte 0
|
||||
|
||||
PewterCity_House1_EventScript_16A71D:: @ 816A71D
|
||||
msgbox gUnknown_81915DB, MSGBOX_NPC
|
||||
PewterCity_House1_EventScript_BaldingMan:: @ 816A71D
|
||||
msgbox PewterCity_House1_Text_TradeMonsAreFinicky, MSGBOX_NPC
|
||||
end
|
||||
|
||||
PewterCity_House1_EventScript_16A726:: @ 816A726
|
||||
PewterCity_House1_EventScript_LittleBoy:: @ 816A726
|
||||
lock
|
||||
msgbox gUnknown_81915CD
|
||||
call EventScript_16A749
|
||||
msgbox PewterCity_House1_Text_NidoranSit
|
||||
call PewterCity_House1_EventScript_DoNidoranCry
|
||||
release
|
||||
end
|
||||
|
||||
PewterCity_House1_EventScript_16A736:: @ 816A736
|
||||
PewterCity_House1_EventScript_Nidoran:: @ 816A736
|
||||
lock
|
||||
faceplayer
|
||||
call EventScript_16A749
|
||||
call PewterCity_House1_EventScript_DoNidoranCry
|
||||
applymovement 3, Movement_FaceOriginalDirection
|
||||
waitmovement 0
|
||||
release
|
||||
end
|
||||
|
||||
EventScript_16A749:: @ 816A749
|
||||
PewterCity_House1_EventScript_DoNidoranCry:: @ 816A749
|
||||
textcolor 3
|
||||
waitse
|
||||
playmoncry SPECIES_NIDORAN_M, 0
|
||||
msgbox gUnknown_81915BB
|
||||
msgbox PewterCity_House1_Text_Nidoran
|
||||
waitmoncry
|
||||
call EventScript_1A6675
|
||||
return
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
gUnknown_81915BB:: @ 81915BB
|
||||
PewterCity_House1_Text_Nidoran:: @ 81915BB
|
||||
.string "NIDORAN♂: Bowbow!$"
|
||||
|
||||
gUnknown_81915CD:: @ 81915CD
|
||||
PewterCity_House1_Text_NidoranSit:: @ 81915CD
|
||||
.string "NIDORAN, sit!$"
|
||||
|
||||
gUnknown_81915DB:: @ 81915DB
|
||||
PewterCity_House1_Text_TradeMonsAreFinicky:: @ 81915DB
|
||||
.string "Our POKéMON's an outsider, so it's\n"
|
||||
.string "finicky and hard to handle.\p"
|
||||
.string "An outsider is a POKéMON that you\n"
|
||||
|
||||
Reference in New Issue
Block a user