Document Sootopolis 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": "SootopolisCity_House4_EventScript_226D16",
|
||||
"script": "SootopolisCity_House4_EventScript_Man",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -37,7 +37,7 @@
|
||||
"movement_range_y": 2,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "SootopolisCity_House4_EventScript_226D1F",
|
||||
"script": "SootopolisCity_House4_EventScript_Woman",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -50,7 +50,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "SootopolisCity_House4_EventScript_226D28",
|
||||
"script": "SootopolisCity_House4_EventScript_Azumarill",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -1,25 +1,25 @@
|
||||
SootopolisCity_House4_MapScripts:: @ 8226D15
|
||||
.byte 0
|
||||
|
||||
SootopolisCity_House4_EventScript_226D16:: @ 8226D16
|
||||
msgbox SootopolisCity_House4_Text_226D3B, MSGBOX_NPC
|
||||
SootopolisCity_House4_EventScript_Man:: @ 8226D16
|
||||
msgbox SootopolisCity_House4_Text_AncientTreasuresWaitingInSea, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SootopolisCity_House4_EventScript_226D1F:: @ 8226D1F
|
||||
msgbox SootopolisCity_House4_Text_226DEA, MSGBOX_NPC
|
||||
SootopolisCity_House4_EventScript_Woman:: @ 8226D1F
|
||||
msgbox SootopolisCity_House4_Text_StrollUnderwaterWithPokemon, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SootopolisCity_House4_EventScript_226D28:: @ 8226D28
|
||||
SootopolisCity_House4_EventScript_Azumarill:: @ 8226D28
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_AZUMARILL, 0
|
||||
msgbox SootopolisCity_House4_Text_226E7F, MSGBOX_DEFAULT
|
||||
msgbox SootopolisCity_House4_Text_Azumarill, MSGBOX_DEFAULT
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_House4_Text_226D3B: @ 8226D3B
|
||||
SootopolisCity_House4_Text_AncientTreasuresWaitingInSea: @ 8226D3B
|
||||
.string "Listen up, and I'll tell you something\n"
|
||||
.string "good.\p"
|
||||
.string "There's supposed to be an ancient\n"
|
||||
@@ -27,13 +27,13 @@ SootopolisCity_House4_Text_226D3B: @ 8226D3B
|
||||
.string "There could be treasures just waiting\n"
|
||||
.string "to be discovered down there.$"
|
||||
|
||||
SootopolisCity_House4_Text_226DEA: @ 8226DEA
|
||||
SootopolisCity_House4_Text_StrollUnderwaterWithPokemon: @ 8226DEA
|
||||
.string "Ancient treasures…\p"
|
||||
.string "It would be nice if they existed, but\n"
|
||||
.string "even if they didn't, it would be so\l"
|
||||
.string "beautiful to take an underwater\l"
|
||||
.string "stroll with my POKéMON.$"
|
||||
|
||||
SootopolisCity_House4_Text_226E7F: @ 8226E7F
|
||||
SootopolisCity_House4_Text_Azumarill: @ 8226E7F
|
||||
.string "AZUMARILL: Marurii.$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user