2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
2015-12-09 08:38:40 -08:00
|
|
|
const RADIOTOWER5F_DIRECTOR
|
2015-11-26 21:22:14 -08:00
|
|
|
const RADIOTOWER5F_ROCKET
|
|
|
|
const RADIOTOWER5F_ROCKET_GIRL
|
|
|
|
const RADIOTOWER5F_ROCKER
|
|
|
|
const RADIOTOWER5F_POKE_BALL
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
RadioTower5F_MapScriptHeader:
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 3
|
|
|
|
|
|
|
|
; triggers
|
2015-12-09 08:38:40 -08:00
|
|
|
dw .Trigger0, 0
|
|
|
|
dw .Trigger1, 0
|
|
|
|
dw .Trigger2, 0
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapCallbacks:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
.Trigger0:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
.Trigger1:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
.Trigger2:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
FakeDirectorScript:
|
|
|
|
spriteface RADIOTOWER5F_DIRECTOR, UP
|
|
|
|
showemote EMOTE_SHOCK, RADIOTOWER5F_DIRECTOR, 15
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-09 08:38:40 -08:00
|
|
|
writetext FakeDirectorTextBefore1
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-12-09 08:38:40 -08:00
|
|
|
applymovement RADIOTOWER5F_DIRECTOR, FakeDirectorMovement
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-09 08:38:40 -08:00
|
|
|
writetext FakeDirectorTextBefore2
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-12-09 08:38:40 -08:00
|
|
|
winlosstext FakeDirectorWinText, 0
|
|
|
|
setlasttalked RADIOTOWER5F_DIRECTOR
|
2015-12-01 18:54:11 -08:00
|
|
|
loadtrainer EXECUTIVEM, 3
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
|
|
|
returnafterbattle
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-09 08:38:40 -08:00
|
|
|
writetext FakeDirectorTextAfter
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem BASEMENT_KEY
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2013-02-16 22:54:07 -08:00
|
|
|
dotrigger $1
|
2015-07-10 01:20:21 -07:00
|
|
|
setevent EVENT_BEAT_ROCKET_EXECUTIVEM_3
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
Director:
|
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_CLEARED_RADIO_TOWER
|
2015-12-09 08:38:40 -08:00
|
|
|
iftrue .TrueDirector
|
|
|
|
writetext FakeDirectorTextAfter
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
.TrueDirector:
|
|
|
|
writetext RadioTower5FDirectorText
|
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
|
|
|
TrainerExecutivef1:
|
2015-11-02 11:37:02 -08:00
|
|
|
trainer EVENT_BEAT_ROCKET_EXECUTIVEF_1, EXECUTIVEF, 1, Executivef1SeenText, Executivef1BeatenText, 0, Executivef1Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Executivef1Script:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-09 08:38:40 -08:00
|
|
|
writetext Executivef1AfterText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
RadioTower5FRocketBossTrigger:
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x60125
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_ROCKET_ENCOUNTER
|
2015-11-26 21:22:14 -08:00
|
|
|
spriteface RADIOTOWER5F_ROCKET, RIGHT
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-09 08:38:40 -08:00
|
|
|
writetext RadioTower5FRocketBossBeforeText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-12-09 08:38:40 -08:00
|
|
|
winlosstext RadioTower5FRocketBossWinText, 0
|
|
|
|
setlasttalked RADIOTOWER5F_ROCKET
|
2015-12-01 18:54:11 -08:00
|
|
|
loadtrainer EXECUTIVEM, 1
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
|
|
|
returnafterbattle
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-09 08:38:40 -08:00
|
|
|
writetext RadioTower5FRocketBossAfterText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-20 15:59:26 -07:00
|
|
|
special Special_FadeBlackQuickly
|
|
|
|
special Special_ReloadSpritesNoPalettes
|
2015-11-26 21:22:14 -08:00
|
|
|
disappear RADIOTOWER5F_ROCKET
|
|
|
|
disappear RADIOTOWER5F_ROCKET_GIRL
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 15
|
2015-11-26 18:05:32 -08:00
|
|
|
special Special_FadeInQuickly
|
2015-07-10 01:20:21 -07:00
|
|
|
setevent EVENT_BEAT_ROCKET_EXECUTIVEM_1
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_CLEARED_RADIO_TOWER
|
2015-07-11 23:00:17 -07:00
|
|
|
clearflag ENGINE_ROCKETS_IN_RADIO_TOWER
|
2015-07-18 12:46:38 -07:00
|
|
|
setevent EVENT_GOLDENROD_CITY_ROCKET_SCOUT
|
|
|
|
setevent EVENT_GOLDENROD_CITY_ROCKET_TAKEOVER
|
|
|
|
setevent EVENT_RADIO_TOWER_ROCKET_TAKEOVER
|
2015-11-03 04:11:32 -08:00
|
|
|
clearevent EVENT_MAHOGANY_MART_OWNERS
|
2015-07-11 23:00:17 -07:00
|
|
|
clearflag ENGINE_ROCKETS_IN_MAHOGANY
|
2015-07-18 12:46:38 -07:00
|
|
|
clearevent EVENT_GOLDENROD_CITY_CIVILIANS
|
|
|
|
clearevent EVENT_RADIO_TOWER_CIVILIANS_AFTER
|
|
|
|
setevent EVENT_BLACKTHORN_CITY_SUPER_NERD_BLOCKS_GYM
|
|
|
|
clearevent EVENT_BLACKTHORN_CITY_SUPER_NERD_DOES_NOT_BLOCK_GYM
|
2015-02-11 15:03:42 -08:00
|
|
|
special PlayMapMusic
|
2015-12-09 08:38:40 -08:00
|
|
|
disappear RADIOTOWER5F_DIRECTOR
|
|
|
|
moveperson RADIOTOWER5F_DIRECTOR, $c, $0
|
|
|
|
appear RADIOTOWER5F_DIRECTOR
|
|
|
|
applymovement RADIOTOWER5F_DIRECTOR, RadioTower5FDirectorWalksIn
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, RIGHT
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-09 08:38:40 -08:00
|
|
|
writetext RadioTower5FDirectorThankYouText
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem CLEAR_BELL
|
2015-12-09 08:38:40 -08:00
|
|
|
writetext RadioTower5FDirectorDescribeClearBellText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
dotrigger $2
|
2015-07-23 09:59:19 -07:00
|
|
|
domaptrigger ECRUTEAK_HOUSE, $0
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_CLEAR_BELL
|
2015-07-20 00:51:52 -07:00
|
|
|
setevent EVENT_TEAM_ROCKET_DISBANDED
|
2015-12-09 08:38:40 -08:00
|
|
|
jump .UselessJump
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
.UselessJump:
|
|
|
|
applymovement RADIOTOWER5F_DIRECTOR, RadioTower5FDirectorWalksOut
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_EXIT_BUILDING
|
2015-12-09 08:38:40 -08:00
|
|
|
disappear RADIOTOWER5F_DIRECTOR
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
Ben:
|
|
|
|
jumptextfaceplayer BenText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ItemFragment_0x600fe:
|
2015-12-09 08:57:08 -08:00
|
|
|
itemfragment ULTRA_BALL
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MapRadioTower5FSignpost0Script:
|
2015-12-09 08:38:40 -08:00
|
|
|
jumptext SignpostRadioTower5FOffice
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MapRadioTower5FSignpost2Script:
|
2015-12-09 08:38:40 -08:00
|
|
|
jumptext SignpostRadioTower5FStudio
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
RadioTower5FBookshelf:
|
2015-06-23 13:21:54 -07:00
|
|
|
jumpstd magazinebookshelf
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
FakeDirectorMovement:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_up
|
|
|
|
step_up
|
|
|
|
step_end
|
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
RadioTower5FDirectorWalksIn:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_down
|
|
|
|
step_down
|
|
|
|
step_right
|
|
|
|
step_right
|
|
|
|
step_right
|
|
|
|
step_right
|
|
|
|
step_down
|
|
|
|
step_down
|
|
|
|
step_down
|
|
|
|
step_left
|
|
|
|
step_end
|
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
RadioTower5FDirectorWalksOut:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_right
|
|
|
|
step_up
|
|
|
|
step_up
|
|
|
|
step_up
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_up
|
|
|
|
step_up
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MovementData_0x60125:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_left
|
|
|
|
step_left
|
|
|
|
step_end
|
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
FakeDirectorTextBefore1:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Y-you! You came to"
|
|
|
|
line "rescue me?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
FakeDirectorTextBefore2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Is that what you"
|
|
|
|
line "were expecting?"
|
|
|
|
|
|
|
|
para "Wrong!"
|
|
|
|
line "I'm an imposter!"
|
|
|
|
|
|
|
|
para "I pretended to be"
|
|
|
|
line "the real thing to"
|
|
|
|
|
|
|
|
para "prepare for our"
|
|
|
|
line "takeover."
|
|
|
|
|
|
|
|
para "Do you want to"
|
|
|
|
line "know where we hid"
|
|
|
|
cont "the real DIRECTOR?"
|
|
|
|
|
|
|
|
para "Sure, I'll tell"
|
|
|
|
line "you. But only if"
|
|
|
|
cont "you can beat me!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
FakeDirectorWinText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "OK, OK. I'll tell"
|
|
|
|
line "you where he is."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
FakeDirectorTextAfter:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "We stashed the"
|
|
|
|
line "real DIRECTOR in"
|
|
|
|
|
|
|
|
para "the UNDERGROUND"
|
|
|
|
line "WAREHOUSE."
|
|
|
|
|
|
|
|
para "It's at the far"
|
|
|
|
line "end of the UNDER-"
|
|
|
|
cont "GROUND."
|
|
|
|
|
|
|
|
para "But I doubt you'll"
|
|
|
|
line "get that far."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Executivef1SeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Remember me from"
|
|
|
|
line "the HIDEOUT in"
|
|
|
|
cont "MAHOGANY TOWN?"
|
|
|
|
|
|
|
|
para "I lost then, but I"
|
|
|
|
line "won't this time."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Executivef1BeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "This can't be"
|
|
|
|
line "happening!"
|
|
|
|
|
|
|
|
para "I fought hard, but"
|
|
|
|
line "I still lost…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
Executivef1AfterText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER>, isn't it?"
|
2014-03-05 21:29:44 -08:00
|
|
|
|
|
|
|
para "A brat like you"
|
|
|
|
line "won't appreciate"
|
|
|
|
|
|
|
|
para "the magnificence"
|
|
|
|
line "of TEAM ROCKET."
|
|
|
|
|
|
|
|
para "That's too bad."
|
|
|
|
line "I really admire"
|
|
|
|
cont "your power."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
RadioTower5FRocketBossBeforeText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh? You managed to"
|
|
|
|
line "get this far?"
|
|
|
|
|
|
|
|
para "You must be quite"
|
|
|
|
line "the trainer."
|
|
|
|
|
|
|
|
para "We intend to take"
|
|
|
|
line "over this RADIO"
|
|
|
|
|
|
|
|
para "STATION and an-"
|
|
|
|
line "nounce our come-"
|
|
|
|
cont "back."
|
|
|
|
|
|
|
|
para "That should bring"
|
|
|
|
line "our boss GIOVANNI"
|
|
|
|
|
|
|
|
para "back from his solo"
|
|
|
|
line "training."
|
|
|
|
|
|
|
|
para "We are going to"
|
|
|
|
line "regain our former"
|
|
|
|
cont "glory."
|
|
|
|
|
|
|
|
para "I won't allow you"
|
|
|
|
line "to interfere with"
|
|
|
|
cont "our plans."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
RadioTower5FRocketBossWinText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "No! Forgive me,"
|
|
|
|
line "GIOVANNI!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
RadioTower5FRocketBossAfterText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "How could this be?"
|
|
|
|
|
|
|
|
para "Our dreams have"
|
|
|
|
line "come to naught."
|
|
|
|
|
|
|
|
para "I wasn't up to the"
|
|
|
|
line "task after all."
|
|
|
|
|
|
|
|
para "Like GIOVANNI did"
|
|
|
|
line "before me, I will"
|
|
|
|
|
|
|
|
para "disband TEAM"
|
|
|
|
line "ROCKET here today."
|
|
|
|
|
|
|
|
para "Farewell."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
RadioTower5FDirectorThankYouText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "DIRECTOR: <PLAY_G>,"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "thank you!"
|
|
|
|
|
|
|
|
para "Your courageous"
|
|
|
|
line "actions have saved"
|
|
|
|
|
|
|
|
para "#MON nation-"
|
|
|
|
line "wide."
|
|
|
|
|
|
|
|
para "I know it's not"
|
|
|
|
line "much, but please"
|
|
|
|
cont "take this."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
RadioTower5FDirectorDescribeClearBellText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "There used to be a"
|
|
|
|
line "tower right here"
|
|
|
|
cont "in GOLDENROD CITY."
|
|
|
|
|
|
|
|
para "But it was old and"
|
|
|
|
line "creaky."
|
|
|
|
|
|
|
|
para "So we replaced it"
|
|
|
|
line "with our RADIO"
|
|
|
|
cont "TOWER."
|
|
|
|
|
|
|
|
para "We dug up that"
|
|
|
|
line "bell during"
|
|
|
|
cont "construction."
|
|
|
|
|
|
|
|
para "I heard that all"
|
|
|
|
line "sorts of #MON"
|
|
|
|
|
|
|
|
para "lived in GOLDENROD"
|
|
|
|
line "in the past."
|
|
|
|
|
|
|
|
para "Perhaps…"
|
|
|
|
|
|
|
|
para "That bell has some"
|
|
|
|
line "connection to the"
|
|
|
|
|
|
|
|
para "TIN TOWER in"
|
|
|
|
line "ECRUTEAK CITY…"
|
|
|
|
|
|
|
|
para "Ah!"
|
|
|
|
|
|
|
|
para "That reminds me…"
|
|
|
|
|
|
|
|
para "I overheard TEAM"
|
|
|
|
line "ROCKET whispering."
|
|
|
|
|
|
|
|
para "Apparently, some-"
|
|
|
|
line "thing is going on"
|
|
|
|
cont "at the TIN TOWER."
|
|
|
|
|
|
|
|
para "I have no idea"
|
|
|
|
line "what is happening,"
|
|
|
|
|
|
|
|
para "but you might look"
|
|
|
|
line "into it."
|
|
|
|
|
|
|
|
para "OK, I better go to"
|
|
|
|
line "my OFFICE."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
RadioTower5FDirectorText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "DIRECTOR: Hello,"
|
2015-06-27 21:59:17 -07:00
|
|
|
line "<PLAY_G>!"
|
2014-03-05 21:29:44 -08:00
|
|
|
|
|
|
|
para "You know, I love"
|
|
|
|
line "#MON."
|
|
|
|
|
|
|
|
para "I built this RADIO"
|
|
|
|
line "TOWER so I could"
|
|
|
|
|
|
|
|
para "express my love"
|
|
|
|
line "of #MON."
|
|
|
|
|
|
|
|
para "It would be nice"
|
|
|
|
line "if people enjoyed"
|
|
|
|
cont "our programs."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
BenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "BEN: Do you listen"
|
|
|
|
line "to our music?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
SignpostRadioTower5FOffice:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "5F DIRECTOR'S"
|
|
|
|
line " OFFICE"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-09 08:38:40 -08:00
|
|
|
SignpostRadioTower5FStudio:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "5F STUDIO 1"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
RadioTower5F_MapEventHeader:
|
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 2
|
2015-07-23 09:59:19 -07:00
|
|
|
warp_def $0, $0, 1, RADIO_TOWER_4F
|
|
|
|
warp_def $0, $c, 3, RADIO_TOWER_4F
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.XYTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 2
|
2015-12-09 08:38:40 -08:00
|
|
|
xy_trigger 0, $3, $0, $0, FakeDirectorScript, $0, $0
|
|
|
|
xy_trigger 1, $5, $10, $0, RadioTower5FRocketBossTrigger, $0, $0
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Signposts:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 5
|
2015-07-16 15:10:10 -07:00
|
|
|
signpost 0, 3, SIGNPOST_READ, MapRadioTower5FSignpost0Script
|
|
|
|
signpost 0, 11, SIGNPOST_READ, MapRadioTower5FSignpost2Script
|
|
|
|
signpost 0, 15, SIGNPOST_READ, MapRadioTower5FSignpost2Script
|
|
|
|
signpost 1, 16, SIGNPOST_READ, RadioTower5FBookshelf
|
|
|
|
signpost 1, 17, SIGNPOST_READ, RadioTower5FBookshelf
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.PersonEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 5
|
2015-11-15 12:07:20 -08:00
|
|
|
person_event SPRITE_GENTLEMAN, 6, 3, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, Director, -1
|
|
|
|
person_event SPRITE_ROCKET, 5, 13, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, ObjectEvent, EVENT_RADIO_TOWER_ROCKET_TAKEOVER
|
|
|
|
person_event SPRITE_ROCKET_GIRL, 2, 17, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_TRAINER, 1, TrainerExecutivef1, EVENT_RADIO_TOWER_ROCKET_TAKEOVER
|
|
|
|
person_event SPRITE_ROCKER, 5, 13, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_SCRIPT, 0, Ben, EVENT_RADIO_TOWER_CIVILIANS_AFTER
|
|
|
|
person_event SPRITE_POKE_BALL, 5, 8, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMFRAGMENT, 0, ItemFragment_0x600fe, EVENT_RADIO_TOWER_5F_ULTRA_BALL
|