shithub: pokecrystal

ref: 115a5c236d727adec155817626a418c2f66fa498
dir: /maps/OlivinePortPassage.asm/

View raw version
const_value set 2
	const OLIVINEPORTPASSAGE_POKEFAN_M

OlivinePortPassage_MapScriptHeader:
.SceneScripts:
	db 0

.MapCallbacks:
	db 0

OlivinePortPassagePokefanMScript:
	jumptextfaceplayer OlivinePortPassagePokefanMText

OlivinePortPassagePokefanMText:
	text "FAST SHIP S.S.AQUA"
	line "sails to KANTO on"

	para "Mondays and Fri-"
	line "days."
	done

OlivinePortPassage_MapEventHeader:
	; filler
	db 0, 0

.Warps:
	db 5
	warp_def 15, 0, 10, OLIVINE_CITY
	warp_def 16, 0, 11, OLIVINE_CITY
	warp_def 15, 4, 4, OLIVINE_PORT_PASSAGE
	warp_def 3, 2, 3, OLIVINE_PORT_PASSAGE
	warp_def 3, 14, 1, OLIVINE_PORT

.CoordEvents:
	db 0

.BGEvents:
	db 0

.ObjectEvents:
	db 1
	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