2015-11-27 05:22:14 +00:00
|
|
|
const_value set 2
|
|
|
|
const CERULEANPOLICESTATION_FISHING_GURU
|
|
|
|
const CERULEANPOLICESTATION_POKEFAN_F
|
|
|
|
const CERULEANPOLICESTATION_DIGLETT
|
|
|
|
|
2015-07-10 08:45:35 +00:00
|
|
|
CeruleanPoliceStation_MapScriptHeader:
|
2017-12-24 18:46:34 +00:00
|
|
|
.SceneScripts:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 0
|
|
|
|
|
2015-07-21 04:02:21 +00:00
|
|
|
.MapCallbacks:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 0
|
|
|
|
|
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
|
|
|
|
2015-07-10 08:45:35 +00:00
|
|
|
CeruleanPoliceStation_MapEventHeader:
|
2013-02-17 06:54:07 +00:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-21 04:02:21 +00:00
|
|
|
.Warps:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 2
|
2017-12-28 19:31:25 +00:00
|
|
|
warp_def 2, 7, 2, CERULEAN_CITY
|
|
|
|
warp_def 3, 7, 2, CERULEAN_CITY
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-24 18:46:34 +00:00
|
|
|
.CoordEvents:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 18:46:34 +00:00
|
|
|
.BGEvents:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 18:46:34 +00:00
|
|
|
.ObjectEvents:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 3
|
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
|