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