2015-11-27 05:22:14 +00:00
|
|
|
const_value set 2
|
|
|
|
const ROUTE18_YOUNGSTER1
|
|
|
|
const ROUTE18_YOUNGSTER2
|
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
Route18_MapScriptHeader:
|
2015-07-21 04:02:21 +00:00
|
|
|
.MapTriggers:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 0
|
|
|
|
|
2015-07-21 04:02:21 +00:00
|
|
|
.MapCallbacks:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 0
|
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
TrainerBird_keeperBoris:
|
2015-11-02 19:37:02 +00:00
|
|
|
trainer EVENT_BEAT_BIRD_KEEPER_BORIS, BIRD_KEEPER, BORIS, Bird_keeperBorisSeenText, Bird_keeperBorisBeatenText, 0, Bird_keeperBorisScript
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
Bird_keeperBorisScript:
|
2015-11-25 15:16:29 +00:00
|
|
|
end_if_just_battled
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2017-12-10 20:36:58 +00:00
|
|
|
writetext Bird_keeperBorisAfterBattleText
|
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
|
|
|
TrainerBird_keeperBob:
|
2015-11-02 19:37:02 +00:00
|
|
|
trainer EVENT_BEAT_BIRD_KEEPER_BOB, BIRD_KEEPER, BOB, Bird_keeperBobSeenText, Bird_keeperBobBeatenText, 0, Bird_keeperBobScript
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
Bird_keeperBobScript:
|
2015-11-25 15:16:29 +00:00
|
|
|
end_if_just_battled
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2017-12-10 20:36:58 +00:00
|
|
|
writetext Bird_keeperBobAfterBattleText
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2016-04-07 04:59:45 +00:00
|
|
|
Route18Sign:
|
|
|
|
jumptext Route18SignText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
Bird_keeperBorisSeenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "If you're looking"
|
|
|
|
line "for #MON, you"
|
|
|
|
|
|
|
|
para "have to look in"
|
|
|
|
line "the tall grass."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
Bird_keeperBorisBeatenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Ayieee!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-10 20:36:58 +00:00
|
|
|
Bird_keeperBorisAfterBattleText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Since you're so"
|
|
|
|
line "strong, it must be"
|
|
|
|
cont "fun to battle."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
Bird_keeperBobSeenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "CYCLING ROAD is a"
|
|
|
|
line "quick shortcut to"
|
|
|
|
cont "CELADON."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
Bird_keeperBobBeatenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "…Whew!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-10 20:36:58 +00:00
|
|
|
Bird_keeperBobAfterBattleText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "If you don't have"
|
|
|
|
line "a BICYCLE, you're"
|
|
|
|
|
|
|
|
para "not allowed to use"
|
|
|
|
line "the shortcut."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2016-04-07 04:59:45 +00:00
|
|
|
Route18SignText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "ROUTE 18"
|
|
|
|
|
|
|
|
para "CELADON CITY -"
|
|
|
|
line "FUCHSIA CITY"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
Route18_MapEventHeader:
|
2013-02-17 06:54:07 +00:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-21 04:02:21 +00:00
|
|
|
.Warps:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 2
|
2015-07-23 16:59:19 +00:00
|
|
|
warp_def $6, $2, 3, ROUTE_17_18_GATE
|
|
|
|
warp_def $7, $2, 4, ROUTE_17_18_GATE
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-21 04:02:21 +00:00
|
|
|
.XYTriggers:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 0
|
|
|
|
|
2015-07-21 04:02:21 +00:00
|
|
|
.Signposts:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 1
|
2016-04-07 04:59:45 +00:00
|
|
|
signpost 5, 9, SIGNPOST_READ, Route18Sign
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-21 04:02:21 +00:00
|
|
|
.PersonEvents:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 2
|
2015-11-15 20:07:20 +00:00
|
|
|
person_event SPRITE_YOUNGSTER, 12, 9, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_TRAINER, 3, TrainerBird_keeperBoris, -1
|
|
|
|
person_event SPRITE_YOUNGSTER, 6, 13, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_TRAINER, 3, TrainerBird_keeperBob, -1
|