2017-12-24 15:06:12 -08:00
|
|
|
const_value set 2
|
|
|
|
const ROUTE5UNDERGROUNDPATHENTRANCE_TEACHER
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
Route5UndergroundPathEntrance_MapScripts:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; scene scripts
|
2017-12-24 15:06:12 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; callbacks
|
2017-12-24 15:06:12 -08:00
|
|
|
|
|
|
|
Route5UndergroundPathEntranceTeacherScript:
|
|
|
|
jumptextfaceplayer Route5UndergroundPathEntranceTeacherText
|
|
|
|
|
|
|
|
Route5UndergroundPathEntranceTeacherText:
|
|
|
|
text "Many cities in"
|
|
|
|
line "JOHTO have long"
|
|
|
|
|
|
|
|
para "histories. I'd"
|
|
|
|
line "love to visit!"
|
|
|
|
done
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
Route5UndergroundPathEntrance_MapEvents:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0, 0 ; filler
|
2017-12-24 15:06:12 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 3 ; warp events
|
2018-01-28 10:20:04 -08:00
|
|
|
warp_event 3, 7, 1, ROUTE_5
|
|
|
|
warp_event 4, 7, 1, ROUTE_5
|
|
|
|
warp_event 4, 3, 1, UNDERGROUND_PATH
|
2017-12-24 15:06:12 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; coord events
|
2017-12-24 15:06:12 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; bg events
|
2017-12-24 15:06:12 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 1 ; object events
|
2017-12-28 11:31:25 -08:00
|
|
|
object_event 2, 2, SPRITE_TEACHER, SPRITEMOVEDATA_WANDER, 1, 1, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, Route5UndergroundPathEntranceTeacherScript, -1
|