2018-01-31 08:38:45 -08:00
|
|
|
const_def 2 ; object constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const ROUTE8_BIKER1
|
|
|
|
const ROUTE8_BIKER2
|
|
|
|
const ROUTE8_BIKER3
|
|
|
|
const ROUTE8_SUPER_NERD1
|
|
|
|
const ROUTE8_SUPER_NERD2
|
|
|
|
const ROUTE8_FRUIT_TREE
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
Route8_MapScripts:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; scene scripts
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; callbacks
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerBikerDwayne:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer BIKER, DWAYNE, EVENT_BEAT_BIKER_DWAYNE, BikerDwayneSeenText, BikerDwayneBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
.Script:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-10 12:36:58 -08:00
|
|
|
writetext BikerDwayneAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerBikerHarris:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer BIKER, HARRIS, EVENT_BEAT_BIKER_HARRIS, BikerHarrisSeenText, BikerHarrisBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
.Script:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-10 12:36:58 -08:00
|
|
|
writetext BikerHarrisAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerBikerZeke:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer BIKER, ZEKE, EVENT_BEAT_BIKER_ZEKE, BikerZekeSeenText, BikerZekeBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
.Script:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-10 12:36:58 -08:00
|
|
|
writetext BikerZekeAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerSupernerdSam:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer SUPER_NERD, SAM, EVENT_BEAT_SUPER_NERD_SAM, SupernerdSamSeenText, SupernerdSamBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
.Script:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-10 12:36:58 -08:00
|
|
|
writetext SupernerdSamAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerSupernerdTom:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer SUPER_NERD, TOM, EVENT_BEAT_SUPER_NERD_TOM, SupernerdTomSeenText, SupernerdTomBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
.Script:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-10 12:36:58 -08:00
|
|
|
writetext SupernerdTomAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2016-04-06 21:59:45 -07:00
|
|
|
Route8LockedDoor:
|
|
|
|
jumptext Route8LockedDoorText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-06 21:59:45 -07:00
|
|
|
Route8UndergroundPathSign:
|
|
|
|
jumptext Route8UndergroundPathSignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FruitTreeScript_0x6c06c:
|
2015-11-18 07:42:42 -08:00
|
|
|
fruittree FRUITTREE_ROUTE_8
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
BikerDwayneSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "We're the KANTO"
|
|
|
|
line "#MON FEDERATION"
|
|
|
|
cont "trainer group."
|
|
|
|
|
|
|
|
para "We'll drive you"
|
|
|
|
line "under our wheels!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
BikerDwayneBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "S-sorry!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
BikerDwayneAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "The KANTO #MON"
|
|
|
|
line "FEDERATION will"
|
|
|
|
cont "never fall!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
BikerHarrisSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "The cops shut down"
|
|
|
|
line "our UNDERGROUND"
|
|
|
|
|
|
|
|
para "PATH! That really"
|
|
|
|
line "fries me!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
BikerHarrisBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "F-forgive me!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
BikerHarrisAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Wiped out by some"
|
|
|
|
line "punk from JOHTO…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
BikerZekeSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "We're the KANTO"
|
|
|
|
line "#MON FEDERA-"
|
|
|
|
cont "TION!"
|
|
|
|
cont "Right on!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
BikerZekeBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Yikes! Sorry!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
BikerZekeAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "We'll try not to"
|
|
|
|
line "disturb anyone"
|
|
|
|
cont "from now on…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SupernerdSamSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "How does the MAG-"
|
|
|
|
line "NET TRAIN work?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SupernerdSamBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I just want to see"
|
|
|
|
line "the MAGNET TRAIN…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
SupernerdSamAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "The power of mag-"
|
|
|
|
line "nets is awesome!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SupernerdTomSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hm… You've got"
|
|
|
|
line "many GYM BADGES."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
SupernerdTomBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Just as I thought…"
|
|
|
|
line "You're tough!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
SupernerdTomAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "GYM BADGES give"
|
|
|
|
line "you advantages in"
|
|
|
|
cont "battles."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-06 21:59:45 -07:00
|
|
|
Route8LockedDoorText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It's locked…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-06 21:59:45 -07:00
|
|
|
Route8UndergroundPathSignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "The flyer's torn."
|
|
|
|
|
|
|
|
para "It's impossible to"
|
|
|
|
line "read…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
Route8_MapEvents:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0, 0 ; filler
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 2 ; warp events
|
2018-02-01 18:54:00 -08:00
|
|
|
warp_event 4, 4, ROUTE_8_SAFFRON_GATE, 3
|
|
|
|
warp_event 4, 5, ROUTE_8_SAFFRON_GATE, 4
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; coord events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 2 ; bg events
|
2017-12-28 11:31:25 -08:00
|
|
|
bg_event 11, 7, BGEVENT_READ, Route8UndergroundPathSign
|
|
|
|
bg_event 10, 5, BGEVENT_READ, Route8LockedDoor
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 6 ; object events
|
2017-12-28 11:31:25 -08:00
|
|
|
object_event 10, 8, SPRITE_BIKER, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 5, TrainerBikerDwayne, -1
|
|
|
|
object_event 10, 9, SPRITE_BIKER, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_TRAINER, 5, TrainerBikerHarris, -1
|
|
|
|
object_event 10, 10, SPRITE_BIKER, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_TRAINER, 5, TrainerBikerZeke, -1
|
|
|
|
object_event 23, 2, SPRITE_SUPER_NERD, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_TRAINER, 3, TrainerSupernerdSam, -1
|
|
|
|
object_event 31, 12, SPRITE_SUPER_NERD, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_TRAINER, 4, TrainerSupernerdTom, -1
|
2018-01-30 19:12:53 -08:00
|
|
|
object_event 33, 5, SPRITE_FRUIT_TREE, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, FruitTreeScript_0x6c06c, -1
|