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