2019-04-21 17:42:25 -04:00
|
|
|
object_const_def ; object_event constants
|
2015-11-27 00:22:14 -05:00
|
|
|
const ROUTE5_POKEFAN_M
|
|
|
|
|
2018-01-16 22:57:19 -05:00
|
|
|
Route5_MapScripts:
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0 ; scene scripts
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0 ; callbacks
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2017-12-17 19:48:04 -05:00
|
|
|
Route5PokefanMScript:
|
|
|
|
jumptextfaceplayer Route5PokefanMText
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2016-04-06 22:59:45 -06:00
|
|
|
Route5UndergroundPathSign:
|
|
|
|
jumptext Route5UndergroundPathSignText
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2016-04-06 22:59:45 -06:00
|
|
|
HouseForSaleSign:
|
|
|
|
jumptext HouseForSaleSignText
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2017-12-17 19:48:04 -05:00
|
|
|
Route5PokefanMText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "The road is closed"
|
|
|
|
line "until the problem"
|
|
|
|
|
|
|
|
para "at the POWER PLANT"
|
|
|
|
line "is solved."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2016-04-06 22:59:45 -06:00
|
|
|
Route5UndergroundPathSignText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "UNDERGROUND PATH"
|
|
|
|
|
|
|
|
para "CERULEAN CITY -"
|
|
|
|
line "VERMILION CITY"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2016-04-06 22:59:45 -06:00
|
|
|
HouseForSaleSignText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "What's this?"
|
|
|
|
|
|
|
|
para "House for Sale…"
|
|
|
|
line "Nobody lives here."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-16 22:57:19 -05:00
|
|
|
Route5_MapEvents:
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 4 ; warp events
|
2018-02-01 21:54:00 -05:00
|
|
|
warp_event 17, 15, ROUTE_5_UNDERGROUND_PATH_ENTRANCE, 1
|
2018-02-01 22:22:07 -05:00
|
|
|
warp_event 8, 17, ROUTE_5_SAFFRON_GATE, 1
|
|
|
|
warp_event 9, 17, ROUTE_5_SAFFRON_GATE, 2
|
2018-02-01 21:54:00 -05:00
|
|
|
warp_event 10, 11, ROUTE_5_CLEANSE_TAG_HOUSE, 1
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0 ; coord events
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 2 ; bg events
|
2017-12-24 13:46:34 -05:00
|
|
|
bg_event 17, 17, BGEVENT_READ, Route5UndergroundPathSign
|
2017-12-28 14:31:25 -05:00
|
|
|
bg_event 10, 11, BGEVENT_READ, HouseForSaleSign
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 1 ; object events
|
2017-12-28 14:31:25 -05:00
|
|
|
object_event 17, 16, SPRITE_POKEFAN_M, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, Route5PokefanMScript, EVENT_ROUTE_5_6_POKEFAN_M_BLOCKS_UNDERGROUND_PATH
|