2018-01-31 16:38:45 +00:00
|
|
|
const_def 2 ; object constants
|
2015-11-27 05:22:14 +00:00
|
|
|
const OLIVINEPORTPASSAGE_POKEFAN_M
|
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
OlivinePortPassage_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
|
|
|
OlivinePortPassagePokefanMScript:
|
|
|
|
jumptextfaceplayer OlivinePortPassagePokefanMText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
OlivinePortPassagePokefanMText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "FAST SHIP S.S.AQUA"
|
|
|
|
line "sails to KANTO on"
|
|
|
|
|
|
|
|
para "Mondays and Fri-"
|
|
|
|
line "days."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
OlivinePortPassage_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 5 ; warp events
|
2018-01-28 18:20:04 +00:00
|
|
|
warp_event 15, 0, 10, OLIVINE_CITY
|
|
|
|
warp_event 16, 0, 11, OLIVINE_CITY
|
|
|
|
warp_event 15, 4, 4, OLIVINE_PORT_PASSAGE
|
|
|
|
warp_event 3, 2, 3, OLIVINE_PORT_PASSAGE
|
|
|
|
warp_event 3, 14, 1, OLIVINE_PORT
|
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
|
2017-12-28 19:31:25 +00:00
|
|
|
object_event 17, 1, SPRITE_POKEFAN_M, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, OlivinePortPassagePokefanMScript, EVENT_OLIVINE_PORT_PASSAGE_POKEFAN_M
|