pokecrystal-board/maps/RadioTower2F.asm

747 lines
15 KiB
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
const RADIOTOWER2F_SUPER_NERD
const RADIOTOWER2F_TEACHER
const RADIOTOWER2F_ROCKET1
const RADIOTOWER2F_ROCKET2
const RADIOTOWER2F_ROCKET3
const RADIOTOWER2F_ROCKET_GIRL
const RADIOTOWER2F_BLACK_BELT1
const RADIOTOWER2F_BLACK_BELT2
const RADIOTOWER2F_JIGGLYPUFF
const RADIOTOWER2F_BUENA
const RADIOTOWER2F_RECEPTIONIST
RadioTower2F_MapScripts:
.SceneScripts:
db 0
.MapCallbacks:
db 0
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d6fd:
end
2017-12-17 16:48:04 -08:00
RadioTower2FSuperNerdScript:
jumptextfaceplayer RadioTower2FSuperNerdText
2015-07-10 01:20:21 -07:00
TeacherScript_0x5d701:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2015-07-10 05:12:28 -07:00
checkflag ENGINE_ROCKETS_IN_RADIO_TOWER
2016-04-07 03:13:59 -07:00
iftrue .Rockets
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5d956
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
.Rockets:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5d983
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2016-04-07 03:13:59 -07:00
RadioTowerJigglypuff:
2015-12-09 15:25:44 -08:00
opentext
2016-04-07 03:13:59 -07:00
writetext RadioTowerJigglypuffText
cry JIGGLYPUFF
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2017-12-17 16:48:04 -08:00
RadioTower2FBlackBelt1Script:
jumptextfaceplayer RadioTower2FBlackBelt1Text
2017-12-17 16:48:04 -08:00
RadioTower2FBlackBelt2Script:
jumptextfaceplayer RadioTower2FBlackBelt2Text
2015-07-10 01:20:21 -07:00
TrainerGruntM4:
2017-12-17 17:45:04 -08:00
trainer EVENT_BEAT_ROCKET_GRUNTM_4, GRUNTM, GRUNTM_4, GruntM4SeenText, GruntM4BeatenText, 0, .Script
2017-12-17 17:45:04 -08:00
.Script:
2015-11-25 07:16:29 -08:00
end_if_just_battled
2015-12-09 15:25:44 -08:00
opentext
2017-12-10 12:36:58 -08:00
writetext GruntM4AfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerGruntM5:
2017-12-17 17:45:04 -08:00
trainer EVENT_BEAT_ROCKET_GRUNTM_5, GRUNTM, GRUNTM_5, GruntM5SeenText, GruntM5BeatenText, 0, .Script
2017-12-17 17:45:04 -08:00
.Script:
2015-11-25 07:16:29 -08:00
end_if_just_battled
2015-12-09 15:25:44 -08:00
opentext
2017-12-10 12:36:58 -08:00
writetext GruntM5AfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerGruntM6:
2017-12-17 17:45:04 -08:00
trainer EVENT_BEAT_ROCKET_GRUNTM_6, GRUNTM, GRUNTM_6, GruntM6SeenText, GruntM6BeatenText, 0, .Script
2017-12-17 17:45:04 -08:00
.Script:
2015-11-25 07:16:29 -08:00
end_if_just_battled
2015-12-09 15:25:44 -08:00
opentext
2017-12-10 12:36:58 -08:00
writetext GruntM6AfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerGruntF2:
2017-12-17 17:45:04 -08:00
trainer EVENT_BEAT_ROCKET_GRUNTF_2, GRUNTF, GRUNTF_2, GruntF2SeenText, GruntF2BeatenText, 0, .Script
2017-12-17 17:45:04 -08:00
.Script:
2015-11-25 07:16:29 -08:00
end_if_just_battled
2015-12-09 15:25:44 -08:00
opentext
2017-12-10 12:36:58 -08:00
writetext GruntF2AfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-06-25 21:01:08 -07:00
Buena:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2015-07-10 05:12:28 -07:00
checkflag ENGINE_ROCKETS_IN_RADIO_TOWER
iftrue UnknownScript_0x5d865
2013-09-24 00:48:58 -07:00
checkevent EVENT_MET_BUENA
iffalse UnknownScript_0x5d800
checkflag ENGINE_BUENAS_PASSWORD_2
iftrue UnknownScript_0x5d82f
checkcode VAR_HOUR
if_less_than 18, UnknownScript_0x5d893
checkflag ENGINE_BUENAS_PASSWORD
iffalse UnknownScript_0x5d80a
checkitem BLUE_CARD
iffalse UnknownScript_0x5d86b
checkcode VAR_BLUECARDBALANCE
if_equal 30, UnknownScript_0x5d87f
playmusic MUSIC_BUENAS_PASSWORD
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5de35
special Special_AskRememberPassword
iffalse UnknownScript_0x5d81e
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5de84
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-11-26 21:22:14 -08:00
spriteface RADIOTOWER2F_BUENA, RIGHT
checkcode VAR_FACING
2015-11-27 10:06:43 -08:00
if_not_equal RIGHT, UnknownScript_0x5d7be
applymovement PLAYER, MovementData_0x5d921
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d7be:
spriteface PLAYER, RIGHT
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5dedd
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-11-26 21:22:14 -08:00
spriteface RADIOTOWER2F_BUENA, DOWN
2018-01-11 22:40:20 -08:00
refreshscreen
special Special_BuenasPassword
2015-11-25 07:16:29 -08:00
closetext
iffalse UnknownScript_0x5d845
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5dfc1
2015-11-25 07:16:29 -08:00
waitbutton
closetext
checkcode VAR_BLUECARDBALANCE
2018-01-11 22:40:20 -08:00
addvar 1
writevarcode VAR_BLUECARDBALANCE
2015-11-25 07:16:29 -08:00
waitsfx
playsound SFX_TRANSACTION
setflag ENGINE_BUENAS_PASSWORD_2
pause 20
2015-11-26 21:22:14 -08:00
spriteface RADIOTOWER2F_BUENA, RIGHT
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5e054
2015-11-25 07:16:29 -08:00
waitbutton
closetext
special Special_FadeOutMusic
pause 20
special RestartMapMusic
checkcode VAR_BLUECARDBALANCE
2018-01-11 22:40:20 -08:00
if_equal 30, UnknownScript_0x5d8a4
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d800:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5dcf4
2015-11-29 19:29:45 -08:00
buttonsound
2013-09-24 00:48:58 -07:00
setevent EVENT_MET_BUENA
2015-11-04 17:20:14 -08:00
verbosegiveitem BLUE_CARD
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d80a:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5de10
2015-11-25 07:16:29 -08:00
waitbutton
closetext
checkcellnum PHONE_BUENA
iftrue UnknownScript_0x5d81a
2013-09-24 00:48:58 -07:00
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
iftrue UnknownScript_0x5d8cc
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d81a:
2015-11-26 21:22:14 -08:00
spriteface RADIOTOWER2F_BUENA, RIGHT
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d81e:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5df29
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-11-26 21:22:14 -08:00
spriteface RADIOTOWER2F_BUENA, RIGHT
special Special_FadeOutMusic
pause 20
special RestartMapMusic
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d82f:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5df6c
2015-11-25 07:16:29 -08:00
waitbutton
closetext
checkcellnum PHONE_BUENA
iftrue UnknownScript_0x5d83f
2013-09-24 00:48:58 -07:00
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
iftrue UnknownScript_0x5d8cc
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d83f:
2015-11-26 21:22:14 -08:00
spriteface RADIOTOWER2F_BUENA, RIGHT
pause 10
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d845:
setflag ENGINE_BUENAS_PASSWORD_2
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5e01c
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-11-26 21:22:14 -08:00
spriteface RADIOTOWER2F_BUENA, RIGHT
pause 20
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5e054
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-11-26 21:22:14 -08:00
spriteface RADIOTOWER2F_BUENA, RIGHT
special Special_FadeOutMusic
pause 20
special RestartMapMusic
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d865:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5e0c2
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d86b:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5e192
2015-11-25 07:16:29 -08:00
waitbutton
closetext
checkcellnum PHONE_BUENA
iftrue UnknownScript_0x5d87b
2013-09-24 00:48:58 -07:00
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
iftrue UnknownScript_0x5d8cc
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d87b:
2015-11-26 21:22:14 -08:00
spriteface RADIOTOWER2F_BUENA, RIGHT
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d87f:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5e0f1
2015-11-25 07:16:29 -08:00
waitbutton
closetext
checkcellnum PHONE_BUENA
iftrue UnknownScript_0x5d88f
2013-09-24 00:48:58 -07:00
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
iftrue UnknownScript_0x5d8cc
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d88f:
2015-11-26 21:22:14 -08:00
spriteface RADIOTOWER2F_BUENA, RIGHT
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d893:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5e131
2015-11-25 07:16:29 -08:00
waitbutton
closetext
checkcellnum PHONE_BUENA
iftrue UnknownScript_0x5d8a3
2013-09-24 00:48:58 -07:00
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
iftrue UnknownScript_0x5d8cc
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d8a3:
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d8a4:
checkcellnum PHONE_BUENA
iftrue UnknownScript_0x5d8fe
pause 20
2015-11-26 21:22:14 -08:00
spriteface RADIOTOWER2F_BUENA, DOWN
pause 15
spriteface PLAYER, UP
pause 15
2013-09-24 00:48:58 -07:00
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
iftrue UnknownScript_0x5d8cc
2015-11-26 21:22:14 -08:00
showemote EMOTE_SHOCK, RADIOTOWER2F_BUENA, 15
2013-09-24 00:48:58 -07:00
setevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
setevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5e1ee
jump UnknownScript_0x5d8d0
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d8cc:
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5e2bf
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d8d0:
askforphonenumber PHONE_BUENA
2018-01-11 22:40:20 -08:00
if_equal PHONE_CONTACTS_FULL, UnknownScript_0x5d8f6
if_equal PHONE_CONTACT_REFUSED, UnknownScript_0x5d8ed
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5e2f3
playsound SFX_REGISTER_PHONE_NUMBER
2015-11-25 07:16:29 -08:00
waitsfx
2015-11-29 19:29:45 -08:00
buttonsound
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5e310
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-11-26 21:22:14 -08:00
spriteface RADIOTOWER2F_BUENA, RIGHT
addcellnum PHONE_BUENA
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d8ed:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5e33c
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-11-26 21:22:14 -08:00
spriteface RADIOTOWER2F_BUENA, RIGHT
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d8f6:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5e35e
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-11-26 21:22:14 -08:00
spriteface RADIOTOWER2F_BUENA, RIGHT
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d8fe:
end
2015-07-10 01:20:21 -07:00
ReceptionistScript_0x5d8ff:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
checkitem BLUE_CARD
iffalse UnknownScript_0x5d90f
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5e392
2015-11-29 19:29:45 -08:00
buttonsound
special Special_BuenaPrize
2015-11-25 07:16:29 -08:00
closetext
end
2015-07-10 01:20:21 -07:00
UnknownScript_0x5d90f:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5e3d8
2015-11-29 19:29:45 -08:00
buttonsound
2015-11-25 07:16:29 -08:00
closetext
end
2015-07-10 01:20:21 -07:00
MapRadioTower2FSignpost0Script:
jumptext UnknownText_0x5e426
2015-07-10 01:20:21 -07:00
MapRadioTower2FSignpost1Script:
jumptext UnknownText_0x5e430
2015-07-10 01:20:21 -07:00
MapRadioTower2FSignpost5Script:
jumptext UnknownText_0x5e463
2015-06-25 21:01:08 -07:00
RadioTower2FBookshelf:
jumpstd magazinebookshelf
2015-07-10 01:20:21 -07:00
MovementData_0x5d921:
2016-05-14 10:46:14 -07:00
slow_step DOWN
slow_step RIGHT
step_end
2017-12-17 16:48:04 -08:00
RadioTower2FSuperNerdText:
text "You can listen to"
line "the radio any-"
cont "where. Tune in!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5d956:
text "Lullabies on the"
line "radio may make"
cont "#MON sleep."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5d983:
text "Why would they"
line "want to take over"
cont "the RADIO TOWER?"
done
2016-04-07 03:13:59 -07:00
RadioTowerJigglypuffText:
text "JIGGLYPUFF:"
line "Jiggly…"
done
2017-12-17 16:48:04 -08:00
RadioTower2FBlackBelt1Text:
text "Sorry. Authorized"
line "personnel only"
cont "beyond this point."
para "It wasn't that way"
line "before."
para "There's something"
line "wrong with the"
cont "DIRECTOR…"
done
2017-12-17 16:48:04 -08:00
RadioTower2FBlackBelt2Text:
text "Feel free to look"
line "around anywhere."
para "The DIRECTOR is"
line "nice again, just"
cont "as he was before."
done
2015-07-10 01:20:21 -07:00
GruntM4SeenText:
text "Three years ago,"
line "TEAM ROCKET was"
cont "forced to disband."
para "But we're making a"
line "comeback here!"
done
2015-07-10 01:20:21 -07:00
GruntM4BeatenText:
text "Gwah! Don't get"
line "cute!"
done
2017-12-10 12:36:58 -08:00
GruntM4AfterBattleText:
text "We won't let you"
line "ruin our plans"
cont "for our comeback!"
done
2015-07-10 01:20:21 -07:00
GruntM5SeenText:
text "We're TEAM ROCKET,"
line "the exploiters of"
cont "#MON!"
para "We love being"
line "evil! Scared?"
done
2015-07-10 01:20:21 -07:00
GruntM5BeatenText:
text "You think you're a"
line "hero?"
done
2017-12-10 12:36:58 -08:00
GruntM5AfterBattleText:
text "We're not always"
line "evil. We just do"
cont "whatever we like."
done
2015-07-10 01:20:21 -07:00
GruntM6SeenText:
text "Hey, hey! Keep out"
line "of our way!"
done
2015-07-10 01:20:21 -07:00
GruntM6BeatenText:
text "Arggh. I give up."
done
2017-12-10 12:36:58 -08:00
GruntM6AfterBattleText:
text "Our EXECUTIVES are"
line "trying to take"
cont "this place over."
para "They have some big"
line "plan. I wonder"
cont "what that is?"
done
2015-07-10 01:20:21 -07:00
GruntF2SeenText:
text "Hahaha!"
para "How boring."
line "It was far too"
para "easy to take over"
line "this place!"
para "Come on, keep me"
line "amused!"
done
2015-07-10 01:20:21 -07:00
GruntF2BeatenText:
text "Wh-who are you?"
done
2017-12-10 12:36:58 -08:00
GruntF2AfterBattleText:
text "You beat me, and"
line "I won't forget it!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5dcf4:
text "BUENA: Hi! I'm"
line "BUENA!"
para "Do you know about"
line "a radio program"
cont "called PASSWORD?"
para "If you can tell me"
line "the password from"
para "the program, you"
line "will earn points."
para "Save up those"
line "points and trade"
para "them to that sweet"
line "young lady over"
para "there for some"
line "choice prizes!"
para "Here you go!"
para "It's your very own"
line "point card!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5de10:
text "BUENA: Tune in to"
line "my PASSWORD SHOW!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5de35:
text "BUENA: Hi!"
line "Did you tune in to"
cont "my radio show?"
para "Do you remember"
line "today's password?"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5de84:
text "BUENA: Oh, wow!"
line "Thank you!"
para "What was your name"
line "again?"
para "…<PLAY_G>, OK!"
para "Come on, <PLAY_G>."
line "Join the show."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5dedd:
text "BUENA: Everyone"
line "ready?"
para "I want to hear you"
line "shout out today's"
para "password for"
line "<PLAY_G>!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5df29:
text "BUENA: Come back"
line "after you listen"
para "to my show, OK?"
line "Catch ya later!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5df6c:
text "BUENA: Sorry…"
para "You get just one"
line "chance each day."
para "Come back tomorrow"
line "for another try!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5dfc1:
text "BUENA: YIPPEE!"
line "That's right!"
para "You did tune in!"
line "I'm so happy!"
para "You earned one"
line "point! Congrats!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5e01c:
text "BUENA: Aww…"
line "That's not it…"
para "Did you forget the"
line "password?"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5e054:
text "BUENA: Yup! Our"
line "contestant was"
para "<PLAY_G>."
line "Thanks for coming!"
para "I hope all you"
line "listeners will"
para "come too!"
line "I'll be waiting!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5e0c2:
text "BUENA: Huh?"
line "Today's password?"
para "HELP, of course!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5e0f1:
text "BUENA: Your BLUE"
line "CARD's full."
para "Trade it in for a"
line "fabulous prize!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5e131:
text "BUENA: Tune in to"
line "PASSWORD every"
para "night from six to"
line "midnight!"
para "Tune in, then drop"
line "in for a visit!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5e192:
text "BUENA: Oh? You"
line "forgot to bring"
cont "your BLUE CARD?"
para "I can't give you"
line "points if you"
cont "don't have it."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5e1ee:
text "BUENA: Oh! Your"
line "BLUE CARD reached"
para "30 points today!"
line "That's so wild!"
para "Hmm… There isn't a"
line "prize for hitting"
cont "30 points, but…"
para "You came by so"
line "often, <PLAY_G>."
para "I'll make you a"
line "special deal!"
para "How would you like"
line "my phone number?"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5e2bf:
text "BUENA: <PLAY_G>,"
line "do you want to"
para "register my phone"
line "number?"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5e2f3:
text "<PLAYER> registered"
line "BUENA's number."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5e310:
text "BUENA: I look"
line "forward to hearing"
cont "from you!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5e33c:
text "BUENA: Aww… It's a"
line "special prize…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5e35e:
text "BUENA: <PLAY_G>,"
line "your phone list"
para "has no room left"
line "for me…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5e392:
text "You can cash in"
line "your saved points"
para "for a lovely prize"
line "of your choice!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5e3d8:
text "You can't trade in"
line "points without"
cont "your BLUE CARD."
para "Don't forget your"
line "BLUE CARD!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5e426:
text "2F SALES"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5e430:
text "PROF.OAK'S #MON"
line "TALK"
para "The Hottest Show"
line "on the Air!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x5e463:
text "Anywhere, Anytime"
line "#MON Radio"
done
RadioTower2F_MapEvents:
; filler
db 0, 0
.Warps:
db 2
warp_def 0, 0, 1, RADIO_TOWER_3F
warp_def 15, 0, 3, RADIO_TOWER_1F
.CoordEvents:
db 0
.BGEvents:
db 6
bg_event 3, 0, BGEVENT_READ, MapRadioTower2FSignpost0Script
bg_event 5, 0, BGEVENT_READ, MapRadioTower2FSignpost1Script
bg_event 9, 1, BGEVENT_READ, RadioTower2FBookshelf
bg_event 10, 1, BGEVENT_READ, RadioTower2FBookshelf
bg_event 11, 1, BGEVENT_READ, RadioTower2FBookshelf
bg_event 13, 0, BGEVENT_READ, MapRadioTower2FSignpost5Script
.ObjectEvents:
db 11
object_event 6, 6, SPRITE_SUPER_NERD, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, RadioTower2FSuperNerdScript, EVENT_GOLDENROD_CITY_CIVILIANS
object_event 17, 2, SPRITE_TEACHER, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 1, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, TeacherScript_0x5d701, -1
object_event 1, 4, SPRITE_ROCKET, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_TRAINER, 3, TrainerGruntM4, EVENT_RADIO_TOWER_ROCKET_TAKEOVER
object_event 8, 4, SPRITE_ROCKET, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_TRAINER, 3, TrainerGruntM5, EVENT_RADIO_TOWER_ROCKET_TAKEOVER
object_event 4, 1, SPRITE_ROCKET, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_TRAINER, 2, TrainerGruntM6, EVENT_RADIO_TOWER_ROCKET_TAKEOVER
object_event 10, 5, SPRITE_ROCKET_GIRL, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 3, TrainerGruntF2, EVENT_RADIO_TOWER_ROCKET_TAKEOVER
object_event 0, 1, SPRITE_BLACK_BELT, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, RadioTower2FBlackBelt1Script, EVENT_RADIO_TOWER_BLACKBELT_BLOCKS_STAIRS
object_event 1, 1, SPRITE_BLACK_BELT, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, RadioTower2FBlackBelt2Script, EVENT_RADIO_TOWER_CIVILIANS_AFTER
object_event 12, 1, SPRITE_JIGGLYPUFF, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, RadioTowerJigglypuff, -1
object_event 14, 5, SPRITE_BUENA, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, Buena, -1
object_event 12, 7, SPRITE_RECEPTIONIST, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, ReceptionistScript_0x5d8ff, EVENT_GOLDENROD_CITY_CIVILIANS