2019-04-21 14:42:25 -07:00
|
|
|
object_const_def ; object_event constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const CIANWOODGYM_CHUCK
|
|
|
|
const CIANWOODGYM_BLACK_BELT1
|
|
|
|
const CIANWOODGYM_BLACK_BELT2
|
|
|
|
const CIANWOODGYM_BLACK_BELT3
|
|
|
|
const CIANWOODGYM_BLACK_BELT4
|
|
|
|
const CIANWOODGYM_BOULDER1
|
|
|
|
const CIANWOODGYM_BOULDER2
|
|
|
|
const CIANWOODGYM_BOULDER3
|
|
|
|
const CIANWOODGYM_BOULDER4
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
CianwoodGym_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-28 13:50:43 -08:00
|
|
|
CianwoodGymChuckScript:
|
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_BEAT_CHUCK
|
2015-07-10 00:00:27 -07:00
|
|
|
iftrue .FightDone
|
2016-03-01 19:31:21 -08:00
|
|
|
writetext ChuckIntroText1
|
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 CIANWOODGYM_CHUCK, RIGHT
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2016-03-01 19:31:21 -08:00
|
|
|
writetext ChuckIntroText2
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2016-03-01 19:31:21 -08:00
|
|
|
applymovement CIANWOODGYM_BOULDER1, CianwoodGymMovement_ChuckChucksBoulder
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_STRENGTH
|
2013-02-16 22:54:07 -08:00
|
|
|
earthquake 80
|
2015-11-26 21:22:14 -08:00
|
|
|
disappear CIANWOODGYM_BOULDER1
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 30
|
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2016-03-01 19:31:21 -08:00
|
|
|
writetext ChuckIntroText3
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2016-03-01 19:31:21 -08:00
|
|
|
winlosstext ChuckLossText, 0
|
2018-01-09 15:45:25 -08:00
|
|
|
loadtrainer CHUCK, CHUCK1
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
2015-12-26 15:11:55 -08:00
|
|
|
reloadmapafterbattle
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_BEAT_CHUCK
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2016-03-01 19:31:21 -08:00
|
|
|
writetext GetStormBadgeText
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_GET_BADGE
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2015-07-10 00:00:27 -07:00
|
|
|
setflag ENGINE_STORMBADGE
|
2019-03-10 12:31:59 -07:00
|
|
|
readvar VAR_BADGES
|
2017-12-24 10:46:34 -08:00
|
|
|
scall CianwoodGymActivateRockets
|
2016-04-10 11:42:14 -07:00
|
|
|
.FightDone:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_TM01_DYNAMICPUNCH
|
2016-03-01 19:31:21 -08:00
|
|
|
iftrue .AlreadyGotTM
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_BEAT_BLACKBELT_YOSHI
|
|
|
|
setevent EVENT_BEAT_BLACKBELT_LAO
|
|
|
|
setevent EVENT_BEAT_BLACKBELT_NOB
|
|
|
|
setevent EVENT_BEAT_BLACKBELT_LUNG
|
2016-03-01 19:31:21 -08:00
|
|
|
writetext ChuckExplainBadgeText
|
2019-11-03 09:48:54 -08:00
|
|
|
promptbutton
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem TM_DYNAMICPUNCH
|
2016-03-01 19:31:21 -08:00
|
|
|
iffalse .BagFull
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_TM01_DYNAMICPUNCH
|
2016-03-01 19:31:21 -08:00
|
|
|
writetext ChuckExplainTMText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2016-03-01 19:31:21 -08:00
|
|
|
.AlreadyGotTM:
|
|
|
|
writetext ChuckAfterText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2016-03-01 19:31:21 -08:00
|
|
|
.BagFull:
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
CianwoodGymActivateRockets:
|
2018-02-02 18:09:17 -08:00
|
|
|
ifequal 7, .RadioTowerRockets
|
|
|
|
ifequal 6, .GoldenrodRockets
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.GoldenrodRockets:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd goldenrodrockets
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.RadioTowerRockets:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd radiotowerrockets
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
TrainerBlackbeltYoshi:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer BLACKBELT_T, YOSHI, EVENT_BEAT_BLACKBELT_YOSHI, BlackbeltYoshiSeenText, BlackbeltYoshiBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-03-01 19:31:21 -08:00
|
|
|
.Script:
|
2018-02-02 18:09:17 -08:00
|
|
|
endifjustbattled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2016-03-01 19:31:21 -08:00
|
|
|
writetext BlackbeltYoshiAfterText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
TrainerBlackbeltLao:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer BLACKBELT_T, LAO, EVENT_BEAT_BLACKBELT_LAO, BlackbeltLaoSeenText, BlackbeltLaoBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-03-01 19:31:21 -08:00
|
|
|
.Script:
|
2018-02-02 18:09:17 -08:00
|
|
|
endifjustbattled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2016-03-01 19:31:21 -08:00
|
|
|
writetext BlackbeltLaoAfterText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
TrainerBlackbeltNob:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer BLACKBELT_T, NOB, EVENT_BEAT_BLACKBELT_NOB, BlackbeltNobSeenText, BlackbeltNobBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-03-01 19:31:21 -08:00
|
|
|
.Script:
|
2018-02-02 18:09:17 -08:00
|
|
|
endifjustbattled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2016-03-01 19:31:21 -08:00
|
|
|
writetext BlackbeltNobAfterText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
TrainerBlackbeltLung:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer BLACKBELT_T, LUNG, EVENT_BEAT_BLACKBELT_LUNG, BlackbeltLungSeenText, BlackbeltLungBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-03-01 19:31:21 -08:00
|
|
|
.Script:
|
2018-02-02 18:09:17 -08:00
|
|
|
endifjustbattled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2016-03-01 19:31:21 -08:00
|
|
|
writetext BlackbeltLungAfterText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CianwoodGymBoulder:
|
2015-06-23 14:02:58 -07:00
|
|
|
jumpstd strengthboulder
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-24 20:51:36 -07:00
|
|
|
CianwoodGymStatue:
|
|
|
|
checkflag ENGINE_STORMBADGE
|
|
|
|
iftrue .Beaten
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd gymstatue1
|
2016-04-10 11:42:14 -07:00
|
|
|
.Beaten:
|
2019-03-10 12:31:59 -07:00
|
|
|
gettrainername STRING_BUFFER_4, CHUCK, CHUCK1
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd gymstatue2
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-03-01 19:31:21 -08:00
|
|
|
CianwoodGymMovement_ChuckChucksBoulder:
|
|
|
|
set_sliding
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step LEFT
|
|
|
|
big_step UP
|
|
|
|
fast_jump_step RIGHT
|
2016-03-01 19:31:21 -08:00
|
|
|
remove_sliding
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2016-03-01 19:31:21 -08:00
|
|
|
ChuckIntroText1:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "WAHAHAH!"
|
|
|
|
|
|
|
|
para "So you've come"
|
|
|
|
line "this far!"
|
|
|
|
|
|
|
|
para "Let me tell you,"
|
|
|
|
line "I'm tough!"
|
|
|
|
|
|
|
|
para "My #MON will"
|
|
|
|
line "crush stones and"
|
|
|
|
cont "shatter bones!"
|
|
|
|
|
|
|
|
para "Watch this!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-03-01 19:31:21 -08:00
|
|
|
ChuckIntroText2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "CHUCK: Urggh!"
|
|
|
|
line "…"
|
|
|
|
|
|
|
|
para "Oooarrgh!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-03-01 19:31:21 -08:00
|
|
|
ChuckIntroText3:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "There! Scared now,"
|
|
|
|
line "are you?"
|
|
|
|
|
|
|
|
para "What?"
|
|
|
|
line "It has nothing to"
|
|
|
|
|
|
|
|
para "do with #MON?"
|
|
|
|
line "That's true!"
|
|
|
|
|
|
|
|
para "Come on. We shall"
|
|
|
|
line "do battle!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-03-01 19:31:21 -08:00
|
|
|
ChuckLossText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Wha? Huh?"
|
|
|
|
line "I lost?"
|
|
|
|
|
|
|
|
para "How about that!"
|
|
|
|
line "You're worthy of"
|
|
|
|
cont "STORMBADGE!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-03-01 19:31:21 -08:00
|
|
|
GetStormBadgeText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER> received"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "STORMBADGE."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-03-01 19:31:21 -08:00
|
|
|
ChuckExplainBadgeText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "STORMBADGE makes"
|
|
|
|
line "all #MON up to"
|
|
|
|
|
|
|
|
para "L70 obey, even"
|
|
|
|
line "traded ones."
|
|
|
|
|
|
|
|
para "It also lets your"
|
|
|
|
line "#MON use FLY"
|
|
|
|
|
|
|
|
para "when you're not in"
|
|
|
|
line "a battle."
|
|
|
|
|
|
|
|
para "Here, take this"
|
|
|
|
line "too!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-03-01 19:31:21 -08:00
|
|
|
ChuckExplainTMText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "That is DYNAMIC-"
|
|
|
|
line "PUNCH."
|
|
|
|
|
|
|
|
para "It doesn't always"
|
|
|
|
line "hit, but when it"
|
|
|
|
|
|
|
|
para "does, it causes"
|
|
|
|
line "confusion!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-03-01 19:31:21 -08:00
|
|
|
ChuckAfterText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "WAHAHAH! I enjoyed"
|
|
|
|
line "battling you!"
|
|
|
|
|
|
|
|
para "But a loss is a"
|
|
|
|
line "loss!"
|
|
|
|
|
|
|
|
para "From now on, I'm"
|
|
|
|
line "going to train 24"
|
|
|
|
cont "hours a day!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BlackbeltYoshiSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "My #MON and I"
|
|
|
|
line "are bound togeth-"
|
|
|
|
cont "er by friendship."
|
|
|
|
|
|
|
|
para "Our bond will"
|
|
|
|
line "never be broken!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BlackbeltYoshiBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "This isn't real!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-03-01 19:31:21 -08:00
|
|
|
BlackbeltYoshiAfterText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You seem to have a"
|
|
|
|
line "strong bond with"
|
|
|
|
cont "your #MON too!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BlackbeltLaoSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "We martial artists"
|
|
|
|
line "fear nothing!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BlackbeltLaoBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "That's shocking!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-03-01 19:31:21 -08:00
|
|
|
BlackbeltLaoAfterText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Fighting #MON"
|
|
|
|
line "are afraid of psy-"
|
|
|
|
cont "chics…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BlackbeltNobSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Words are useless."
|
|
|
|
line "Let your fists do"
|
|
|
|
cont "the talking!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BlackbeltNobBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-03-01 19:31:21 -08:00
|
|
|
BlackbeltNobAfterText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I lost! "
|
|
|
|
line "I'm speechless!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BlackbeltLungSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "My raging fists"
|
|
|
|
line "will shatter your"
|
|
|
|
cont "#MON!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 00:00:27 -07:00
|
|
|
BlackbeltLungBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I got shattered!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-03-01 19:31:21 -08:00
|
|
|
BlackbeltLungAfterText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "My #MON lost…"
|
|
|
|
line "My… my pride is"
|
|
|
|
cont "shattered…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
CianwoodGym_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 2 ; warp events
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 4, 17, CIANWOOD_CITY, 2
|
|
|
|
warp_event 5, 17, CIANWOOD_CITY, 2
|
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 2 ; bg events
|
2018-02-01 19:22:07 -08:00
|
|
|
bg_event 3, 15, BGEVENT_READ, CianwoodGymStatue
|
|
|
|
bg_event 6, 15, BGEVENT_READ, CianwoodGymStatue
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 9 ; object events
|
2018-02-28 13:50:43 -08:00
|
|
|
object_event 4, 1, SPRITE_CHUCK, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_SCRIPT, 0, CianwoodGymChuckScript, -1
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 2, 12, SPRITE_BLACK_BELT, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_TRAINER, 3, TrainerBlackbeltYoshi, -1
|
|
|
|
object_event 7, 12, SPRITE_BLACK_BELT, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_TRAINER, 3, TrainerBlackbeltLao, -1
|
|
|
|
object_event 3, 9, SPRITE_BLACK_BELT, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_TRAINER, 2, TrainerBlackbeltNob, -1
|
|
|
|
object_event 5, 5, SPRITE_BLACK_BELT, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_TRAINER, 1, TrainerBlackbeltLung, -1
|
|
|
|
object_event 5, 1, SPRITE_BOULDER, SPRITEMOVEDATA_STRENGTH_BOULDER, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CianwoodGymBoulder, -1
|
|
|
|
object_event 3, 7, SPRITE_BOULDER, SPRITEMOVEDATA_STRENGTH_BOULDER, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CianwoodGymBoulder, -1
|
|
|
|
object_event 4, 7, SPRITE_BOULDER, SPRITEMOVEDATA_STRENGTH_BOULDER, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CianwoodGymBoulder, -1
|
|
|
|
object_event 5, 7, SPRITE_BOULDER, SPRITEMOVEDATA_STRENGTH_BOULDER, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CianwoodGymBoulder, -1
|