mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
dcb24bc724
Resolves #742
35 lines
818 B
NASM
35 lines
818 B
NASM
object_const_def
|
|
const VERMILIONPORTPASSAGE_TEACHER
|
|
|
|
VermilionPortPassage_MapScripts:
|
|
def_scene_scripts
|
|
|
|
def_callbacks
|
|
|
|
VermilionPortPassageTeacherScript:
|
|
jumptextfaceplayer VermilionPortPassageTeacherText
|
|
|
|
VermilionPortPassageTeacherText:
|
|
text "The FAST SHIP"
|
|
line "sails on Wednes-"
|
|
cont "days and Sundays"
|
|
cont "every week."
|
|
done
|
|
|
|
VermilionPortPassage_MapEvents:
|
|
db 0, 0 ; filler
|
|
|
|
def_warp_events
|
|
warp_event 15, 0, VERMILION_CITY, 8
|
|
warp_event 16, 0, VERMILION_CITY, 9
|
|
warp_event 15, 4, VERMILION_PORT_PASSAGE, 4
|
|
warp_event 3, 2, VERMILION_PORT_PASSAGE, 3
|
|
warp_event 3, 14, VERMILION_PORT, 1
|
|
|
|
def_coord_events
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 17, 1, SPRITE_TEACHER, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, VermilionPortPassageTeacherScript, -1
|