2018-01-31 16:38:45 +00:00
|
|
|
const_def 2 ; object constants
|
2018-01-01 23:08:18 +00:00
|
|
|
const CIANWOODPHOTOSTUDIO_FISHING_GURU
|
2015-11-27 05:22:14 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
CianwoodPhotoStudio_MapScripts:
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; scene scripts
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; callbacks
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-02-28 21:50:43 +00:00
|
|
|
CianwoodPhotoStudioFishingGuruScript:
|
2013-02-17 06:54:07 +00:00
|
|
|
faceplayer
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2018-02-28 21:50:43 +00:00
|
|
|
writetext CianwoodPhotoStudioFishingGuruText_Question
|
2013-02-17 06:54:07 +00:00
|
|
|
yesorno
|
2018-02-28 21:50:43 +00:00
|
|
|
iffalse .Refused
|
|
|
|
writetext CianwoodPhotoStudioFishingGuruText_Yes
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2018-01-24 16:17:05 +00:00
|
|
|
special PhotoStudio
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-28 21:50:43 +00:00
|
|
|
.Refused:
|
|
|
|
writetext CianwoodPhotoStudioFishingGuruText_No
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-28 21:50:43 +00:00
|
|
|
CianwoodPhotoStudioFishingGuruText_Question:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "You have magnifi-"
|
|
|
|
line "cent #MON with"
|
|
|
|
cont "you."
|
|
|
|
|
|
|
|
para "How about a photo"
|
|
|
|
line "for a souvenir?"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-02-28 21:50:43 +00:00
|
|
|
CianwoodPhotoStudioFishingGuruText_Yes:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "OK! Big smile now!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-02-28 21:50:43 +00:00
|
|
|
CianwoodPhotoStudioFishingGuruText_No:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Oh, that's too"
|
|
|
|
line "bad. I thought it"
|
|
|
|
|
|
|
|
para "would be a great"
|
|
|
|
line "memento…"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
CianwoodPhotoStudio_MapEvents:
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 2 ; warp events
|
2018-02-02 03:22:07 +00:00
|
|
|
warp_event 2, 7, CIANWOOD_CITY, 5
|
|
|
|
warp_event 3, 7, CIANWOOD_CITY, 5
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; coord events
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; bg events
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 1 ; object events
|
2018-02-28 21:50:43 +00:00
|
|
|
object_event 2, 3, SPRITE_FISHING_GURU, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, CianwoodPhotoStudioFishingGuruScript, -1
|