blob: 853fc1a1b3a0c6bc492a677d0d75eff01ecf3168 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
SootopolisCity_House5_MapScripts::
.byte 0
SootopolisCity_House5_EventScript_Maniac::
msgbox SootopolisCity_House5_Text_SootopolisMtPyreConnection, MSGBOX_NPC
end
SootopolisCity_House5_EventScript_Girl::
msgbox SootopolisCity_House5_Text_BrotherUsedToStudySea, MSGBOX_NPC
end
SootopolisCity_House5_Text_SootopolisMtPyreConnection:
.string "There appears to be some connection\n"
.string "between SOOTOPOLIS and MT. PYRE.\p"
.string "My friends and I did some research on\n"
.string "it at the lab where I used to work.$"
SootopolisCity_House5_Text_BrotherUsedToStudySea:
.string "My big brother used to study the sea.$"
|