2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
|
|
|
const ROUTE14_POKEFAN_M1
|
|
|
|
const ROUTE14_YOUNGSTER
|
|
|
|
const ROUTE14_POKEFAN_M2
|
2016-04-07 03:13:59 -07:00
|
|
|
const ROUTE14_KIM
|
2015-11-26 21:22:14 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
Route14_MapScripts:
|
2017-12-24 10:46:34 -08:00
|
|
|
.SceneScripts:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapCallbacks:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2016-04-07 03:13:59 -07:00
|
|
|
Kim:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-11 10:47:58 -08:00
|
|
|
trade NPCTRADE_KIM
|
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
|
|
|
TrainerPokefanmCarter:
|
2017-12-17 17:45:04 -08:00
|
|
|
trainer EVENT_BEAT_POKEFANM_CARTER, POKEFANM, CARTER, PokefanmCarterSeenText, PokefanmCarterBeatenText, 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 PokefanmCarterAfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
TrainerBirdKeeperRoy:
|
|
|
|
trainer EVENT_BEAT_BIRD_KEEPER_ROY, BIRD_KEEPER, ROY, BirdKeeperRoySeenText, BirdKeeperRoyBeatenText, 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-26 17:42:12 -08:00
|
|
|
writetext BirdKeeperRoyAfterBattleText
|
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
|
|
|
TrainerPokefanmTrevor:
|
2017-12-17 17:45:04 -08:00
|
|
|
trainer EVENT_BEAT_POKEFANM_TREVOR, POKEFANM, TREVOR, PokefanmTrevorSeenText, PokefanmTrevorBeatenText, 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 PokefanmTrevorAfterBattleText
|
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
|
|
|
PokefanmCarterSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Let me tell you,"
|
|
|
|
line "I had a hard time"
|
|
|
|
|
|
|
|
para "catching my prized"
|
|
|
|
line "#MON."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PokefanmCarterBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Awaaah!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
PokefanmCarterAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "SQUIRTLE, CHARMAN-"
|
|
|
|
line "DER and BULBASAUR…"
|
|
|
|
|
|
|
|
para "I think that's a"
|
|
|
|
line "well-balanced mix."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
BirdKeeperRoySeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "My dream is to fly"
|
|
|
|
line "with my beloved"
|
|
|
|
cont "bird #MON."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
BirdKeeperRoyBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I can dream, but I"
|
|
|
|
line "can't ever fly…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
BirdKeeperRoyAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You have #MON"
|
|
|
|
line "that know the HM"
|
|
|
|
|
|
|
|
para "move FLY, don't"
|
|
|
|
line "you? I envy you."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PokefanmTrevorSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hi. Did you know…?"
|
|
|
|
|
|
|
|
para "#MON get more"
|
|
|
|
line "friendly if you"
|
|
|
|
|
|
|
|
para "train them in a"
|
|
|
|
line "place that they"
|
|
|
|
cont "remember."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PokefanmTrevorBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Where did I meet"
|
|
|
|
line "this PSYDUCK?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
PokefanmTrevorAfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "If only there were"
|
|
|
|
line "an easy way to"
|
|
|
|
|
|
|
|
para "identify where I"
|
|
|
|
line "got my #MON…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
Route14_MapEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Warps:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.CoordEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.BGEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.ObjectEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 4
|
2017-12-28 11:31:25 -08:00
|
|
|
object_event 11, 15, SPRITE_POKEFAN_M, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 3, TrainerPokefanmCarter, -1
|
|
|
|
object_event 11, 27, SPRITE_YOUNGSTER, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_TRAINER, 3, TrainerBirdKeeperRoy, -1
|
|
|
|
object_event 6, 11, SPRITE_POKEFAN_M, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 3, TrainerPokefanmTrevor, -1
|
|
|
|
object_event 7, 5, SPRITE_TEACHER, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 1, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 4, Kim, -1
|