2020-07-24 13:49:26 +00:00
|
|
|
object_const_def
|
2015-11-27 05:22:14 +00:00
|
|
|
const ROUTE6_POKEFAN_M1
|
|
|
|
const ROUTE6_POKEFAN_M2
|
|
|
|
const ROUTE6_POKEFAN_M3
|
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
Route6_MapScripts:
|
2020-07-24 13:49:26 +00:00
|
|
|
def_scene_scripts
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_callbacks
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
TrainerPokefanmRex:
|
2018-01-23 18:08:48 +00:00
|
|
|
trainer POKEFANM, REX, EVENT_BEAT_POKEFANM_REX, PokefanmRexSeenText, PokefanmRexBeatenText, 0, .Script
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 01:45:04 +00:00
|
|
|
.Script:
|
2018-02-03 02:09:17 +00:00
|
|
|
endifjustbattled
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2017-12-10 20:36:58 +00:00
|
|
|
writetext PokefanmRexAfterBattleText
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
TrainerPokefanmAllan:
|
2018-01-23 18:08:48 +00:00
|
|
|
trainer POKEFANM, ALLAN, EVENT_BEAT_POKEFANM_ALLAN, PokefanmAllanSeenText, PokefanmAllanBeatenText, 0, .Script
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 01:45:04 +00:00
|
|
|
.Script:
|
2018-02-03 02:09:17 +00:00
|
|
|
endifjustbattled
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2017-12-10 20:36:58 +00:00
|
|
|
writetext PokefanmAllanAfterBattleText
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
Route6PokefanMScript:
|
|
|
|
jumptextfaceplayer Route6PokefanMText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2016-04-07 04:59:45 +00:00
|
|
|
Route6UndergroundPathSign:
|
|
|
|
jumptext Route6UndergroundPathSignText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
Route6PokefanMText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "The road is closed"
|
|
|
|
line "until the problem"
|
|
|
|
|
|
|
|
para "at the POWER PLANT"
|
|
|
|
line "is solved."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2016-04-07 04:59:45 +00:00
|
|
|
Route6UndergroundPathSignText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "UNDERGROUND PATH"
|
|
|
|
|
|
|
|
para "CERULEAN CITY -"
|
|
|
|
line "VERMILION CITY"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
PokefanmRexSeenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "My PHANPY is the"
|
|
|
|
line "cutest in the"
|
|
|
|
cont "world."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
PokefanmRexBeatenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "My PHANPY!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-10 20:36:58 +00:00
|
|
|
PokefanmRexAfterBattleText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Look how adorable"
|
|
|
|
line "my PHANPY acts!"
|
|
|
|
|
|
|
|
para "Isn't it cute"
|
|
|
|
line "enough to make"
|
|
|
|
cont "your heart melt?"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
PokefanmAllanSeenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "My TEDDIURSA is"
|
|
|
|
line "the cutest in the"
|
|
|
|
cont "world."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
PokefanmAllanBeatenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "My TEDDIURSA!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-10 20:36:58 +00:00
|
|
|
PokefanmAllanAfterBattleText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Look how adorable"
|
|
|
|
line "my TEDDIURSA acts!"
|
|
|
|
|
|
|
|
para "Isn't it cute"
|
|
|
|
line "enough to make"
|
|
|
|
cont "your heart melt?"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
Route6_MapEvents:
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_warp_events
|
2018-02-02 03:22:07 +00:00
|
|
|
warp_event 17, 3, ROUTE_6_UNDERGROUND_PATH_ENTRANCE, 1
|
|
|
|
warp_event 6, 1, ROUTE_6_SAFFRON_GATE, 3
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_coord_events
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_bg_events
|
2018-02-02 03:22:07 +00:00
|
|
|
bg_event 19, 5, BGEVENT_READ, Route6UndergroundPathSign
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_object_events
|
2018-02-02 03:22:07 +00:00
|
|
|
object_event 17, 4, SPRITE_POKEFAN_M, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_SCRIPT, 2, Route6PokefanMScript, EVENT_ROUTE_5_6_POKEFAN_M_BLOCKS_UNDERGROUND_PATH
|
|
|
|
object_event 9, 12, SPRITE_POKEFAN_M, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 0, TrainerPokefanmRex, -1
|
2017-12-28 19:31:25 +00:00
|
|
|
object_event 10, 12, SPRITE_POKEFAN_M, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 0, TrainerPokefanmAllan, -1
|