2020-07-24 13:49:26 +00:00
|
|
|
object_const_def
|
2015-11-27 05:22:14 +00:00
|
|
|
const OLIVINELIGHTHOUSE3F_SAILOR
|
|
|
|
const OLIVINELIGHTHOUSE3F_GENTLEMAN
|
|
|
|
const OLIVINELIGHTHOUSE3F_YOUNGSTER
|
|
|
|
const OLIVINELIGHTHOUSE3F_POKE_BALL
|
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
OlivineLighthouse3F_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
|
|
|
|
2017-12-27 01:42:12 +00:00
|
|
|
TrainerBirdKeeperTheo:
|
2018-01-23 18:08:48 +00:00
|
|
|
trainer BIRD_KEEPER, THEO, EVENT_BEAT_BIRD_KEEPER_THEO, BirdKeeperTheoSeenText, BirdKeeperTheoBeatenText, 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-27 01:42:12 +00:00
|
|
|
writetext BirdKeeperTheoAfterBattleText
|
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
|
|
|
TrainerGentlemanPreston:
|
2018-01-23 18:08:48 +00:00
|
|
|
trainer GENTLEMAN, PRESTON, EVENT_BEAT_GENTLEMAN_PRESTON, GentlemanPrestonSeenText, GentlemanPrestonBeatenText, 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 GentlemanPrestonAfterBattleText
|
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
|
|
|
TrainerSailorTerrell:
|
2018-01-23 18:08:48 +00:00
|
|
|
trainer SAILOR, TERRELL, EVENT_BEAT_SAILOR_TERRELL, SailorTerrellSeenText, SailorTerrellBeatenText, 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 SailorTerrellAfterBattleText
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-12-15 15:55:56 +00:00
|
|
|
OlivineLighthouse3FEther:
|
|
|
|
itemball ETHER
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-27 01:42:12 +00:00
|
|
|
BirdKeeperTheoSeenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Why are you here?"
|
|
|
|
line "Are you just going"
|
|
|
|
|
|
|
|
para "to gawk? I suggest"
|
|
|
|
line "that you leave!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-27 01:42:12 +00:00
|
|
|
BirdKeeperTheoBeatenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "You really are"
|
|
|
|
line "concerned…"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-27 01:42:12 +00:00
|
|
|
BirdKeeperTheoAfterBattleText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "How the heck do"
|
|
|
|
line "you go up?"
|
|
|
|
|
|
|
|
para "I want to visit"
|
|
|
|
line "the sick #MON,"
|
|
|
|
|
|
|
|
para "but I can't get up"
|
|
|
|
line "there…"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
SailorTerrellSeenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Sailors are both"
|
|
|
|
line "kind and strong."
|
|
|
|
cont "How about you?"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
SailorTerrellBeatenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "You are both kind"
|
|
|
|
line "and strong…"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-10 20:36:58 +00:00
|
|
|
SailorTerrellAfterBattleText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Every time I come"
|
|
|
|
line "back to OLIVINE, I"
|
|
|
|
cont "visit the GYM."
|
|
|
|
|
|
|
|
para "The GYM LEADER's"
|
|
|
|
line "#MON type has"
|
|
|
|
|
|
|
|
para "changed without me"
|
|
|
|
line "noticing."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
GentlemanPrestonSeenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "I travel the world"
|
|
|
|
line "to train my #-"
|
|
|
|
cont "MON. I wish to"
|
|
|
|
cont "battle with you."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
GentlemanPrestonBeatenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "…sigh… I must"
|
|
|
|
line "train some more…"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-10 20:36:58 +00:00
|
|
|
GentlemanPrestonAfterBattleText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "JASMINE used to"
|
|
|
|
line "use rock #MON"
|
|
|
|
cont "like ONIX."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
OlivineLighthouse3F_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 13, 3, OLIVINE_LIGHTHOUSE_4F, 1
|
|
|
|
warp_event 5, 3, OLIVINE_LIGHTHOUSE_2F, 2
|
|
|
|
warp_event 9, 5, OLIVINE_LIGHTHOUSE_4F, 4
|
2018-02-02 02:54:00 +00:00
|
|
|
warp_event 16, 11, OLIVINE_LIGHTHOUSE_2F, 5
|
|
|
|
warp_event 17, 11, OLIVINE_LIGHTHOUSE_2F, 6
|
2018-02-02 03:22:07 +00:00
|
|
|
warp_event 16, 9, OLIVINE_LIGHTHOUSE_4F, 5
|
|
|
|
warp_event 17, 9, OLIVINE_LIGHTHOUSE_4F, 6
|
|
|
|
warp_event 8, 3, OLIVINE_LIGHTHOUSE_4F, 7
|
|
|
|
warp_event 9, 3, OLIVINE_LIGHTHOUSE_4F, 8
|
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
|
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 9, 2, SPRITE_SAILOR, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_TRAINER, 1, TrainerSailorTerrell, -1
|
|
|
|
object_event 13, 5, SPRITE_GENTLEMAN, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_TRAINER, 4, TrainerGentlemanPreston, -1
|
|
|
|
object_event 3, 9, SPRITE_YOUNGSTER, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_TRAINER, 3, TrainerBirdKeeperTheo, -1
|
|
|
|
object_event 8, 2, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, OlivineLighthouse3FEther, EVENT_OLIVINE_LIGHTHOUSE_3F_ETHER
|