2018-01-31 08:38:45 -08:00
|
|
|
const_def 2 ; object constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const OLIVINELIGHTHOUSE6F_JASMINE
|
|
|
|
const OLIVINELIGHTHOUSE6F_MONSTER
|
|
|
|
const OLIVINELIGHTHOUSE6F_POKE_BALL
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
OlivineLighthouse6F_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
|
|
|
|
2018-02-02 08:13:28 -08:00
|
|
|
OlivineLighthouseJasmine:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2013-02-16 22:54:07 -08:00
|
|
|
checkitem SECRETPOTION
|
2018-02-02 08:13:28 -08:00
|
|
|
iftrue .BroughtSecretpotion
|
2015-07-10 05:08:03 -07:00
|
|
|
checkevent EVENT_JASMINE_EXPLAINED_AMPHYS_SICKNESS
|
2018-02-02 08:13:28 -08:00
|
|
|
iftrue .ExplainedSickness
|
|
|
|
writetext JasmineCianwoodPharmacyText
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-07-10 05:08:03 -07:00
|
|
|
setevent EVENT_JASMINE_EXPLAINED_AMPHYS_SICKNESS
|
2018-02-02 08:13:28 -08:00
|
|
|
.ExplainedSickness:
|
|
|
|
writetext JasmineGetSomeMedicineText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-02 08:13:28 -08:00
|
|
|
.BroughtSecretpotion:
|
|
|
|
writetext JasmineCureAmphyText
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
2018-02-02 08:13:28 -08:00
|
|
|
iffalse .no
|
|
|
|
writetext PlayerHandedSecretpotionText
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-11-04 17:20:14 -08:00
|
|
|
takeitem SECRETPOTION
|
2018-02-02 08:13:28 -08:00
|
|
|
writetext JasmineDontBeOffendedText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject OLIVINELIGHTHOUSE6F_JASMINE, RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 15
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject OLIVINELIGHTHOUSE6F_MONSTER, LEFT
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_HEAL
|
2018-02-02 08:13:28 -08:00
|
|
|
writetext JasmineAmphyHowAreYouFeelingText
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 60
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2015-02-11 15:03:42 -08:00
|
|
|
special RestartMapMusic
|
2013-02-16 22:54:07 -08:00
|
|
|
cry AMPHAROS
|
2018-01-24 08:17:05 -08:00
|
|
|
special FadeOutPalettes
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 10
|
2018-01-24 08:17:05 -08:00
|
|
|
special FadeInPalettes
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-02-02 08:13:28 -08:00
|
|
|
writetext AmphyPaluPaluluText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject OLIVINELIGHTHOUSE6F_MONSTER, RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 10
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject OLIVINELIGHTHOUSE6F_MONSTER, LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 10
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject OLIVINELIGHTHOUSE6F_MONSTER, RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 10
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject OLIVINELIGHTHOUSE6F_MONSTER, LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 10
|
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-02-02 08:13:28 -08:00
|
|
|
writetext JasmineThankYouText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_JASMINE_RETURNED_TO_GYM
|
2015-07-18 12:46:38 -07:00
|
|
|
clearevent EVENT_OLIVINE_GYM_JASMINE
|
2015-07-09 19:08:03 -07:00
|
|
|
checkcode VAR_FACING
|
2018-02-25 17:39:54 -08:00
|
|
|
ifequal DOWN, .FacingDown
|
|
|
|
ifequal RIGHT, .FacingRight
|
2015-11-26 21:22:14 -08:00
|
|
|
applymovement OLIVINELIGHTHOUSE6F_JASMINE, MovementData_0x60c68
|
|
|
|
disappear OLIVINELIGHTHOUSE6F_JASMINE
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-02-02 08:13:28 -08:00
|
|
|
.FacingDown:
|
2015-11-26 21:22:14 -08:00
|
|
|
applymovement OLIVINELIGHTHOUSE6F_JASMINE, MovementData_0x60c70
|
|
|
|
disappear OLIVINELIGHTHOUSE6F_JASMINE
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-02-02 08:13:28 -08:00
|
|
|
.FacingRight:
|
2015-11-26 21:22:14 -08:00
|
|
|
applymovement OLIVINELIGHTHOUSE6F_JASMINE, MovementData_0x60c79
|
|
|
|
disappear OLIVINELIGHTHOUSE6F_JASMINE
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-02-02 08:13:28 -08:00
|
|
|
.no:
|
|
|
|
writetext JasmineISeeText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject OLIVINELIGHTHOUSE6F_JASMINE, RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 15
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject OLIVINELIGHTHOUSE6F_MONSTER, LEFT
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-02-02 08:13:28 -08:00
|
|
|
writetext JasmineAmphyHangOnText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-28 14:47:31 -08:00
|
|
|
OlivineLighthouseUnusedDummyScript:
|
|
|
|
; unused
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-02-02 08:13:28 -08:00
|
|
|
OlivineLighthouseAmphy:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_JASMINE_RETURNED_TO_GYM
|
2018-02-02 08:13:28 -08:00
|
|
|
iftrue .HealthyNow
|
|
|
|
writetext AmphyPalPalooText
|
2013-02-16 22:54:07 -08:00
|
|
|
writebyte AMPHAROS
|
2018-01-24 08:17:05 -08:00
|
|
|
special PlaySlowCry
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2018-02-02 08:13:28 -08:00
|
|
|
writetext AmphyBreathingLaboredText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-02 08:13:28 -08:00
|
|
|
.HealthyNow:
|
|
|
|
writetext AmphyPaluPaluluText
|
2013-02-16 22:54:07 -08:00
|
|
|
cry AMPHAROS
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-01-24 08:17:05 -08:00
|
|
|
special FadeOutPalettes
|
|
|
|
special FadeInPalettes
|
|
|
|
special FadeOutPalettes
|
|
|
|
special FadeInPalettes
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-12-15 07:55:56 -08:00
|
|
|
OlivineLighthouse6FSuperPotion:
|
|
|
|
itemball SUPER_POTION
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
MovementData_0x60c68:
|
2016-05-14 10:46:14 -07:00
|
|
|
slow_step UP
|
|
|
|
slow_step UP
|
|
|
|
slow_step RIGHT
|
|
|
|
slow_step UP
|
|
|
|
slow_step UP
|
2016-05-14 09:28:00 -07:00
|
|
|
step_sleep 8
|
|
|
|
step_sleep 8
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
MovementData_0x60c70:
|
2016-05-14 10:46:14 -07:00
|
|
|
slow_step DOWN
|
|
|
|
slow_step RIGHT
|
|
|
|
slow_step RIGHT
|
|
|
|
slow_step RIGHT
|
|
|
|
slow_step UP
|
|
|
|
slow_step RIGHT
|
|
|
|
slow_step RIGHT
|
|
|
|
slow_step RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
MovementData_0x60c79:
|
2016-05-14 10:46:14 -07:00
|
|
|
slow_step UP
|
|
|
|
slow_step UP
|
|
|
|
slow_step RIGHT
|
|
|
|
slow_step UP
|
|
|
|
slow_step UP
|
|
|
|
slow_step UP
|
2016-05-14 09:28:00 -07:00
|
|
|
step_sleep 8
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2018-02-02 08:13:28 -08:00
|
|
|
JasmineCianwoodPharmacyText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "JASMINE: … This"
|
|
|
|
line "#MON always"
|
|
|
|
|
|
|
|
para "kept the sea lit"
|
|
|
|
line "at night."
|
|
|
|
|
|
|
|
para "…But it suddenly"
|
|
|
|
line "got sick… It's"
|
|
|
|
cont "gasping for air…"
|
|
|
|
|
|
|
|
para "…I understand"
|
|
|
|
line "that there is a"
|
|
|
|
|
|
|
|
para "wonderful PHARMACY"
|
|
|
|
line "in CIANWOOD…"
|
|
|
|
|
|
|
|
para "But that's across"
|
|
|
|
line "the sea…"
|
|
|
|
|
|
|
|
para "And I can't leave"
|
|
|
|
line "AMPHY unattended…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-02 08:13:28 -08:00
|
|
|
JasmineGetSomeMedicineText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "…May I ask you to"
|
|
|
|
line "get some medicine"
|
|
|
|
cont "for me? Please?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-02 08:13:28 -08:00
|
|
|
JasmineCureAmphyText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "JASMINE: …Will"
|
|
|
|
line "that medicine cure"
|
|
|
|
cont "AMPHY?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-02 08:13:28 -08:00
|
|
|
PlayerHandedSecretpotionText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER> handed the"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "SECRETPOTION to"
|
|
|
|
cont "JASMINE."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-02 08:13:28 -08:00
|
|
|
JasmineDontBeOffendedText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "JASMINE: …Um,"
|
|
|
|
line "please don't be"
|
|
|
|
cont "offended…"
|
|
|
|
|
|
|
|
para "…AMPHY will not"
|
|
|
|
line "take anything from"
|
|
|
|
cont "anyone but me…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-02 08:13:28 -08:00
|
|
|
JasmineAmphyHowAreYouFeelingText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "JASMINE: …"
|
|
|
|
|
|
|
|
para "AMPHY, how are you"
|
|
|
|
line "feeling?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-02 08:13:28 -08:00
|
|
|
JasmineThankYouText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "JASMINE: …Oh, I'm"
|
|
|
|
line "so relieved…"
|
|
|
|
|
|
|
|
para "This is just so"
|
|
|
|
line "wonderful…"
|
|
|
|
|
|
|
|
para "Thank you so very,"
|
|
|
|
line "very much."
|
|
|
|
|
|
|
|
para "…I will return to"
|
|
|
|
line "the GYM…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-02 08:13:28 -08:00
|
|
|
JasmineISeeText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "JASMINE: …I see…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-02 08:13:28 -08:00
|
|
|
JasmineAmphyHangOnText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "…AMPHY, hang on!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-02 08:13:28 -08:00
|
|
|
AmphyPalPalooText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "AMPHY: …"
|
|
|
|
line "…Pa… paloo…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-02 08:13:28 -08:00
|
|
|
AmphyBreathingLaboredText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Its breathing is"
|
|
|
|
line "terribly labored…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-02 08:13:28 -08:00
|
|
|
AmphyPaluPaluluText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "AMPHY: Palu!"
|
|
|
|
line "Palulu!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
OlivineLighthouse6F_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 3 ; warp events
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 9, 15, OLIVINE_LIGHTHOUSE_5F, 1
|
|
|
|
warp_event 16, 5, OLIVINE_LIGHTHOUSE_5F, 6
|
|
|
|
warp_event 17, 5, OLIVINE_LIGHTHOUSE_5F, 7
|
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 0 ; bg events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 3 ; object events
|
2018-02-25 17:39:54 -08:00
|
|
|
object_event 8, 8, SPRITE_JASMINE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, OlivineLighthouseJasmine, EVENT_OLIVINE_LIGHTHOUSE_JASMINE
|
|
|
|
object_event 9, 8, SPRITE_MONSTER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_SCRIPT, 0, OlivineLighthouseAmphy, -1
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 3, 4, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, OlivineLighthouse6FSuperPotion, EVENT_OLIVINE_LIGHTHOUSE_6F_SUPER_POTION
|