2018-01-31 16:38:45 +00:00
|
|
|
const_def 2 ; object constants
|
2015-11-27 05:22:14 +00:00
|
|
|
const CERULEANPOLICESTATION_FISHING_GURU
|
|
|
|
const CERULEANPOLICESTATION_POKEFAN_F
|
|
|
|
const CERULEANPOLICESTATION_DIGLETT
|
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
CeruleanPoliceStation_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
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
CeruleanPoliceStationFishingGuruScript:
|
|
|
|
jumptextfaceplayer CeruleanPoliceStationFishingGuruText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
CeruleanPoliceStationPokefanFScript:
|
|
|
|
jumptextfaceplayer CeruleanPoliceStationPokefanFText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2016-04-07 10:13:59 +00:00
|
|
|
CeruleanDiglett:
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2016-04-07 10:13:59 +00:00
|
|
|
writetext CeruleanDiglettText
|
2013-02-17 06:54:07 +00:00
|
|
|
cry DIGLETT
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
CeruleanPoliceStationFishingGuruText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "I heard that some"
|
|
|
|
line "shady character is"
|
|
|
|
cont "skulking about."
|
|
|
|
|
|
|
|
para "I won't stand for"
|
|
|
|
line "it if he turns out"
|
|
|
|
cont "to be a thief."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
CeruleanPoliceStationPokefanFText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "We were held up by"
|
|
|
|
line "robbers before."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2016-04-07 10:13:59 +00:00
|
|
|
CeruleanDiglettText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "DIGLETT: Dug dug."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
CeruleanPoliceStation_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 02:54:00 +00:00
|
|
|
warp_event 2, 7, CERULEAN_CITY, 2
|
|
|
|
warp_event 3, 7, CERULEAN_CITY, 2
|
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 3 ; object events
|
2017-12-28 19:31:25 +00:00
|
|
|
object_event 5, 1, SPRITE_FISHING_GURU, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, CeruleanPoliceStationFishingGuruScript, -1
|
|
|
|
object_event 5, 4, SPRITE_POKEFAN_F, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, CeruleanPoliceStationPokefanFScript, -1
|
|
|
|
object_event 3, 5, SPRITE_DIGLETT, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_SCRIPT, 0, CeruleanDiglett, -1
|