diff options
Diffstat (limited to 'data/maps/SootopolisCity_House5/scripts.inc')
-rw-r--r-- | data/maps/SootopolisCity_House5/scripts.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/SootopolisCity_House5/scripts.inc b/data/maps/SootopolisCity_House5/scripts.inc index 027a35bcf..853fc1a1b 100644 --- a/data/maps/SootopolisCity_House5/scripts.inc +++ b/data/maps/SootopolisCity_House5/scripts.inc @@ -1,20 +1,20 @@ -SootopolisCity_House5_MapScripts:: @ 8226E93 +SootopolisCity_House5_MapScripts:: .byte 0 -SootopolisCity_House5_EventScript_Maniac:: @ 8226E94 +SootopolisCity_House5_EventScript_Maniac:: msgbox SootopolisCity_House5_Text_SootopolisMtPyreConnection, MSGBOX_NPC end -SootopolisCity_House5_EventScript_Girl:: @ 8226E9D +SootopolisCity_House5_EventScript_Girl:: msgbox SootopolisCity_House5_Text_BrotherUsedToStudySea, MSGBOX_NPC end -SootopolisCity_House5_Text_SootopolisMtPyreConnection: @ 8226EA6 +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: @ 8226F35 +SootopolisCity_House5_Text_BrotherUsedToStudySea: .string "My big brother used to study the sea.$" |