2018-01-31 08:38:45 -08:00
|
|
|
const_def 2 ; object constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const RADIOTOWER1F_RECEPTIONIST
|
|
|
|
const RADIOTOWER1F_LASS
|
|
|
|
const RADIOTOWER1F_YOUNGSTER
|
|
|
|
const RADIOTOWER1F_ROCKET
|
|
|
|
const RADIOTOWER1F_GENTLEMAN
|
|
|
|
const RADIOTOWER1F_COOLTRAINER_F
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
RadioTower1F_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-25 17:39:54 -08:00
|
|
|
RadioTower1FReceptionistScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-07-10 05:12:28 -07:00
|
|
|
checkflag ENGINE_ROCKETS_IN_RADIO_TOWER
|
2018-02-02 08:30:16 -08:00
|
|
|
iftrue .Rockets
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5ce77
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-02 08:30:16 -08:00
|
|
|
.Rockets:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5ce81
|
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
|
|
|
RadioTower1FLuckyNumberManScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5ceba
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2018-01-24 08:17:05 -08:00
|
|
|
special CheckLuckyNumberShowFlag
|
2015-10-10 14:03:04 -07:00
|
|
|
iffalse .skip
|
2018-01-24 08:17:05 -08:00
|
|
|
special ResetLuckyNumberShowFlag
|
2016-04-10 12:01:49 -07:00
|
|
|
.skip
|
2018-01-24 08:17:05 -08:00
|
|
|
special PrintTodaysLuckyNumber
|
2015-07-10 05:08:03 -07:00
|
|
|
checkflag ENGINE_LUCKY_NUMBER_SHOW
|
|
|
|
iftrue .GameOver
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5cf3a
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2015-11-26 21:22:14 -08:00
|
|
|
applymovement RADIOTOWER1F_GENTLEMAN, MovementData_0x5ce71
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5cf5a
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5cf79
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_DEX_FANFARE_20_49
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2018-01-24 08:17:05 -08:00
|
|
|
special CheckForLuckyNumberWinners
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2015-11-26 21:22:14 -08:00
|
|
|
applymovement RADIOTOWER1F_GENTLEMAN, MovementData_0x5ce74
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-02-02 18:09:17 -08:00
|
|
|
ifequal 1, .FirstPlace
|
|
|
|
ifequal 2, .SecondPlace
|
|
|
|
ifequal 3, .ThirdPlace
|
2015-07-10 05:08:03 -07:00
|
|
|
jump .NoPrize
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.GameOver:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5cf7e
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.FirstPlace:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5cfb5
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_1ST_PLACE
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-11-04 17:20:14 -08:00
|
|
|
giveitem MASTER_BALL
|
2015-10-10 14:03:04 -07:00
|
|
|
iffalse .BagFull
|
2013-02-16 22:54:07 -08:00
|
|
|
itemnotify
|
2015-07-10 05:08:03 -07:00
|
|
|
setflag ENGINE_LUCKY_NUMBER_SHOW
|
|
|
|
jump .GameOver
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.SecondPlace:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5d023
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_2ND_PLACE
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-11-04 17:20:14 -08:00
|
|
|
giveitem EXP_SHARE
|
2015-10-10 14:03:04 -07:00
|
|
|
iffalse .BagFull
|
2013-02-16 22:54:07 -08:00
|
|
|
itemnotify
|
2015-07-10 05:08:03 -07:00
|
|
|
setflag ENGINE_LUCKY_NUMBER_SHOW
|
|
|
|
jump .GameOver
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.ThirdPlace:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5d076
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_3RD_PLACE
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-11-04 17:20:14 -08:00
|
|
|
giveitem PP_UP
|
2015-10-10 14:03:04 -07:00
|
|
|
iffalse .BagFull
|
2013-02-16 22:54:07 -08:00
|
|
|
itemnotify
|
2015-07-10 05:08:03 -07:00
|
|
|
setflag ENGINE_LUCKY_NUMBER_SHOW
|
|
|
|
jump .GameOver
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.NoPrize:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5d0c0
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-10-10 14:03:04 -07:00
|
|
|
.BagFull:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5d0e6
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-25 17:39:54 -08:00
|
|
|
RadioTower1FRadioCardWomanScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-07-10 05:08:03 -07:00
|
|
|
checkflag ENGINE_RADIO_CARD
|
2018-02-02 08:30:16 -08:00
|
|
|
iftrue .GotCard
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5d12d
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
2018-02-02 08:30:16 -08:00
|
|
|
iffalse .NoQuiz
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5d1f2
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
2018-02-02 08:30:16 -08:00
|
|
|
iffalse .WrongAnswer
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_ELEVATOR_END
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5d231
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
2018-02-02 08:30:16 -08:00
|
|
|
iffalse .WrongAnswer
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_ELEVATOR_END
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5d282
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
2018-02-02 08:30:16 -08:00
|
|
|
iftrue .WrongAnswer
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_ELEVATOR_END
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5d2bc
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
2018-02-02 08:30:16 -08:00
|
|
|
iffalse .WrongAnswer
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_ELEVATOR_END
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5d30e
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
2018-02-02 08:30:16 -08:00
|
|
|
iftrue .WrongAnswer
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_ELEVATOR_END
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5d37b
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2018-02-02 08:30:16 -08:00
|
|
|
stringtotext .RadioCardText, MEM_BUFFER_1
|
|
|
|
scall .ReceiveItem
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5d3c0
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-07-10 05:08:03 -07:00
|
|
|
setflag ENGINE_RADIO_CARD
|
2018-02-02 08:30:16 -08:00
|
|
|
.GotCard:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5d3e5
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-02 08:30:16 -08:00
|
|
|
.RadioCardText:
|
2013-02-16 22:54:07 -08:00
|
|
|
db "RADIO CARD@"
|
|
|
|
|
2018-02-02 08:30:16 -08:00
|
|
|
.ReceiveItem:
|
2015-07-11 23:00:17 -07:00
|
|
|
jumpstd receiveitem
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-02-02 08:30:16 -08:00
|
|
|
.WrongAnswer:
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_WRONG
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5d409
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-02 08:30:16 -08:00
|
|
|
.NoQuiz:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5d443
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
RadioTower1FLassScript:
|
|
|
|
jumptextfaceplayer RadioTower1FLassText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
RadioTower1FYoungsterScript:
|
|
|
|
jumptextfaceplayer RadioTower1FYoungsterText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerGruntM3:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer GRUNTM, GRUNTM_3, EVENT_BEAT_ROCKET_GRUNTM_3, GruntM3SeenText, GruntM3BeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 17:45:04 -08:00
|
|
|
.Script:
|
2018-02-02 18:09:17 -08:00
|
|
|
endifjustbattled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-10 12:36:58 -08:00
|
|
|
writetext GruntM3AfterBattleText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-27 16:33:38 -08:00
|
|
|
RadioTower1FDirectory:
|
|
|
|
jumptext RadioTower1FDirectoryText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-27 16:33:38 -08:00
|
|
|
RadioTower1FLuckyChannelSign:
|
|
|
|
jumptext RadioTower1FLuckyChannelSignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MovementData_0x5ce71:
|
2016-05-14 10:46:14 -07:00
|
|
|
step RIGHT
|
|
|
|
turn_head UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MovementData_0x5ce74:
|
2016-05-14 10:46:14 -07:00
|
|
|
step LEFT
|
|
|
|
turn_head UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5ce77:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Welcome!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5ce81:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hello. I'm sorry,"
|
|
|
|
line "but we're not"
|
|
|
|
cont "offering any tours"
|
|
|
|
cont "today."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5ceba:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hi, are you here"
|
|
|
|
line "for the LUCKY NUM-"
|
|
|
|
cont "BER SHOW?"
|
|
|
|
|
|
|
|
para "Want me to check"
|
|
|
|
line "the ID numbers of"
|
|
|
|
cont "your #MON?"
|
|
|
|
|
|
|
|
para "If you get lucky,"
|
|
|
|
line "you win a prize."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5cf3a:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "This week's ID"
|
|
|
|
line "number is @"
|
2018-01-23 14:39:09 -08:00
|
|
|
text_from_ram wStringBuffer3
|
2014-03-05 21:29:44 -08:00
|
|
|
text "."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5cf5a:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Let's see if you"
|
|
|
|
line "have a match."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5cf79:
|
2018-01-18 23:30:19 -08:00
|
|
|
text "<……>"
|
|
|
|
line "<……>"
|
2015-06-27 21:59:17 -07:00
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5cf7e:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Please come back"
|
|
|
|
line "next week for the"
|
|
|
|
cont "next LUCKY NUMBER."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5cfb5:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Wow! You have a"
|
|
|
|
line "perfect match of"
|
|
|
|
cont "all five numbers!"
|
|
|
|
|
|
|
|
para "We have a grand"
|
|
|
|
line "prize winner!"
|
|
|
|
|
|
|
|
para "You have won a"
|
|
|
|
line "MASTER BALL!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5d023:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hey! You've"
|
|
|
|
line "matched the last"
|
|
|
|
cont "three numbers!"
|
|
|
|
|
|
|
|
para "You've won second"
|
|
|
|
line "prize, an EXP."
|
|
|
|
cont "SHARE!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5d076:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Ooh, you've"
|
|
|
|
line "matched the last"
|
|
|
|
cont "two numbers."
|
|
|
|
|
|
|
|
para "You've won third"
|
|
|
|
line "prize, a PP UP."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5d0c0:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Nope, none of your"
|
|
|
|
line "ID numbers match."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5d0e6:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You've got no room"
|
|
|
|
line "for your prize."
|
|
|
|
|
|
|
|
para "Make room and come"
|
|
|
|
line "back right away."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5d12d:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "We have a special"
|
|
|
|
line "quiz campaign on"
|
|
|
|
cont "right now."
|
|
|
|
|
|
|
|
para "Answer five ques-"
|
|
|
|
line "tions correctly to"
|
|
|
|
cont "win a RADIO CARD."
|
|
|
|
|
|
|
|
para "Slide it into your"
|
|
|
|
line "#GEAR to play"
|
|
|
|
|
|
|
|
para "the radio anytime,"
|
|
|
|
line "anywhere."
|
|
|
|
|
|
|
|
para "Would you like to"
|
|
|
|
line "take the quiz?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5d1f2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Question 1:"
|
|
|
|
|
|
|
|
para "Is there a #MON"
|
|
|
|
line "that appears only"
|
|
|
|
cont "in the morning?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5d231:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Correct!"
|
|
|
|
line "Question 2:"
|
|
|
|
|
|
|
|
para "Is this statement"
|
|
|
|
line "correct?"
|
|
|
|
|
|
|
|
para "You can't buy a"
|
|
|
|
line "BERRY at a MART."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5d282:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Bull's-eye!"
|
|
|
|
line "Question 3:"
|
|
|
|
|
|
|
|
para "Does HM01 contain"
|
|
|
|
line "the move FLASH?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5d2bc:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "So far so good!"
|
|
|
|
line "Question 4:"
|
|
|
|
|
|
|
|
para "Is FALKNER the"
|
|
|
|
line "VIOLET GYM LEADER"
|
|
|
|
|
|
|
|
para "who uses bird"
|
|
|
|
line "#MON?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5d30e:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Wow! Right again!"
|
|
|
|
line "Here's the final"
|
|
|
|
cont "question:"
|
|
|
|
|
|
|
|
para "Do GOLDENROD GAME"
|
|
|
|
line "CORNER's slots"
|
|
|
|
|
|
|
|
para "have CHARMANDER"
|
|
|
|
line "on their reels?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5d37b:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Bingo! You got it!"
|
|
|
|
line "Congratulations!"
|
|
|
|
|
|
|
|
para "Here's your prize,"
|
|
|
|
line "a RADIO CARD!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5d3c0:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER>'s #GEAR"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "can now double as"
|
|
|
|
cont "a radio!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5d3e5:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Please tune in to"
|
|
|
|
line "our radio shows."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5d409:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh, dear."
|
|
|
|
line "Sorry, but you"
|
|
|
|
|
|
|
|
para "got it wrong."
|
|
|
|
line "Please try again!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x5d443:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh. I see. Please"
|
|
|
|
line "see me if you"
|
|
|
|
cont "change your mind."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
RadioTower1FLassText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "BEN is a fabulous"
|
|
|
|
line "DJ."
|
|
|
|
|
|
|
|
para "His sweet voice"
|
|
|
|
line "makes me melt!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
RadioTower1FYoungsterText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I love MARY, from"
|
|
|
|
line "#MON TALK."
|
|
|
|
|
|
|
|
para "I only know what"
|
|
|
|
line "she sounds like,"
|
|
|
|
cont "though."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
GruntM3SeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "We've finally"
|
|
|
|
line "taken over the"
|
|
|
|
cont "RADIO TOWER!"
|
|
|
|
|
|
|
|
para "Now everyone will"
|
|
|
|
line "get to experience"
|
|
|
|
|
|
|
|
para "the true terror of"
|
|
|
|
line "TEAM ROCKET!"
|
|
|
|
|
|
|
|
para "We'll show you"
|
|
|
|
line "how scary we are!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
GruntM3BeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Too strong! We"
|
|
|
|
line "must watch you…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
GruntM3AfterBattleText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You're too strong."
|
|
|
|
|
|
|
|
para "Our plan could be"
|
|
|
|
line "ruined. I must"
|
|
|
|
cont "warn the others…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-27 16:33:38 -08:00
|
|
|
RadioTower1FDirectoryText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "1F RECEPTION"
|
|
|
|
line "2F SALES"
|
|
|
|
|
|
|
|
para "3F PERSONNEL"
|
|
|
|
line "4F PRODUCTION"
|
|
|
|
|
|
|
|
para "5F DIRECTOR'S"
|
|
|
|
line " OFFICE"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-27 16:33:38 -08:00
|
|
|
RadioTower1FLuckyChannelSignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "LUCKY CHANNEL!"
|
|
|
|
|
|
|
|
para "Win with #MON"
|
|
|
|
line "ID numbers!"
|
|
|
|
|
|
|
|
para "Trade your #MON"
|
|
|
|
line "to collect differ-"
|
|
|
|
cont "ent ID numbers!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
RadioTower1F_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 2, 7, GOLDENROD_CITY, 11
|
|
|
|
warp_event 3, 7, GOLDENROD_CITY, 11
|
|
|
|
warp_event 15, 0, RADIO_TOWER_2F, 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-27 16:33:38 -08:00
|
|
|
bg_event 3, 0, BGEVENT_READ, RadioTower1FDirectory
|
|
|
|
bg_event 13, 0, BGEVENT_READ, RadioTower1FLuckyChannelSign
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 6 ; object events
|
2018-02-25 17:39:54 -08:00
|
|
|
object_event 5, 6, SPRITE_RECEPTIONIST, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, RadioTower1FReceptionistScript, -1
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 16, 4, SPRITE_LASS, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, RadioTower1FLassScript, EVENT_GOLDENROD_CITY_CIVILIANS
|
|
|
|
object_event 15, 4, SPRITE_YOUNGSTER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, RadioTower1FYoungsterScript, EVENT_GOLDENROD_CITY_CIVILIANS
|
|
|
|
object_event 14, 1, SPRITE_ROCKET, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_TRAINER, 3, TrainerGruntM3, EVENT_RADIO_TOWER_ROCKET_TAKEOVER
|
2018-02-28 14:47:31 -08:00
|
|
|
object_event 8, 6, SPRITE_GENTLEMAN, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, RadioTower1FLuckyNumberManScript, EVENT_GOLDENROD_CITY_CIVILIANS
|
2018-02-25 17:39:54 -08:00
|
|
|
object_event 12, 6, SPRITE_COOLTRAINER_F, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, RadioTower1FRadioCardWomanScript, EVENT_GOLDENROD_CITY_CIVILIANS
|