2019-04-21 21:42:25 +00:00
|
|
|
object_const_def ; object_event constants
|
2015-11-27 05:22:14 +00:00
|
|
|
const ROUTE10SOUTH_POKEFAN_M1
|
|
|
|
const ROUTE10SOUTH_POKEFAN_M2
|
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
Route10South_MapScripts:
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; scene scripts
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; callbacks
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
TrainerHikerJim:
|
2018-01-23 18:08:48 +00:00
|
|
|
trainer HIKER, JIM, EVENT_BEAT_HIKER_JIM, HikerJimSeenText, HikerJimBeatenText, 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 HikerJimAfterBattleText
|
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
|
|
|
TrainerPokefanmRobert:
|
2018-01-23 18:08:48 +00:00
|
|
|
trainer POKEFANM, ROBERT, EVENT_BEAT_POKEFANM_ROBERT, PokefanmRobertSeenText, PokefanmRobertBeatenText, 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 PokefanmRobertAfterBattleText
|
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
|
|
|
Route10Sign:
|
|
|
|
jumptext Route10SignText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
HikerJimSeenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Hahahah!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
HikerJimBeatenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Hahaha-hachoo!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-10 20:36:58 +00:00
|
|
|
HikerJimAfterBattleText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Hay fever is"
|
|
|
|
line "making me sneeze!"
|
|
|
|
cont "Ahahah-CHOO!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
PokefanmRobertSeenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "You like #MON,"
|
|
|
|
line "don't you?"
|
|
|
|
|
|
|
|
para "Me too!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
PokefanmRobertBeatenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "I'd have to say"
|
|
|
|
line "that's my loss."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-10 20:36:58 +00:00
|
|
|
PokefanmRobertAfterBattleText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Look what you did"
|
|
|
|
line "to my #MON…"
|
|
|
|
|
|
|
|
para "I won't forget"
|
|
|
|
line "this…"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2016-04-07 04:59:45 +00:00
|
|
|
Route10SignText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "ROUTE 10"
|
|
|
|
|
|
|
|
para "CERULEAN CITY -"
|
|
|
|
line "LAVENDER TOWN"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
Route10South_MapEvents:
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 1 ; warp events
|
2018-02-02 03:22:07 +00:00
|
|
|
warp_event 6, 1, ROCK_TUNNEL_1F, 2
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; coord events
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 1 ; bg events
|
2018-02-02 03:22:07 +00:00
|
|
|
bg_event 5, 3, BGEVENT_READ, Route10Sign
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 2 ; object events
|
2018-02-02 03:22:07 +00:00
|
|
|
object_event 17, 3, SPRITE_POKEFAN_M, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_TRAINER, 3, TrainerHikerJim, -1
|
|
|
|
object_event 8, 10, SPRITE_POKEFAN_M, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 3, TrainerPokefanmRobert, -1
|