2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
|
|
|
const ROUTE30_YOUNGSTER1
|
|
|
|
const ROUTE30_YOUNGSTER2
|
|
|
|
const ROUTE30_YOUNGSTER3
|
|
|
|
const ROUTE30_BUG_CATCHER
|
|
|
|
const ROUTE30_YOUNGSTER4
|
|
|
|
const ROUTE30_MONSTER1
|
|
|
|
const ROUTE30_MONSTER2
|
|
|
|
const ROUTE30_FRUIT_TREE1
|
|
|
|
const ROUTE30_FRUIT_TREE2
|
|
|
|
const ROUTE30_COOLTRAINER_F
|
|
|
|
const ROUTE30_POKE_BALL
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
Route30_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
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
YoungsterJoey_ImportantBattleScript:
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_JOHTO_TRAINER_BATTLE
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-16 18:57:42 -08:00
|
|
|
writetext Text_UseTackle
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 30
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_TACKLE
|
2015-12-16 18:57:42 -08:00
|
|
|
applymovement ROUTE30_MONSTER2, Route30_JoeysRattataAttacksMovement
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-16 18:57:42 -08:00
|
|
|
writetext Text_ThisIsABigBattle
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2015-11-26 21:22:14 -08:00
|
|
|
spriteface ROUTE30_YOUNGSTER1, UP
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_TACKLE
|
2015-12-16 18:57:42 -08:00
|
|
|
applymovement ROUTE30_MONSTER1, Route30_MikeysRattataAttacksMovement
|
2015-02-11 15:03:42 -08:00
|
|
|
special RestartMapMusic
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerYoungsterJoey:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer YOUNGSTER, JOEY1, EVENT_BEAT_YOUNGSTER_JOEY, YoungsterJoey1SeenText, YoungsterJoey1BeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
.Script:
|
2015-07-18 20:45:39 -07:00
|
|
|
writecode VAR_CALLERID, PHONE_YOUNGSTER_JOEY
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-07-10 01:36:57 -07:00
|
|
|
checkflag ENGINE_JOEY
|
2015-12-16 18:57:42 -08:00
|
|
|
iftrue .Rematch
|
2015-07-18 20:45:39 -07:00
|
|
|
checkcellnum PHONE_YOUNGSTER_JOEY
|
2015-12-16 18:57:42 -08:00
|
|
|
iftrue .NumberAccepted
|
2015-07-10 03:31:08 -07:00
|
|
|
checkevent EVENT_JOEY_ASKED_FOR_PHONE_NUMBER
|
2015-12-16 18:57:42 -08:00
|
|
|
iftrue .AskAgain
|
|
|
|
writetext YoungsterJoey1AfterText
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-07-10 03:31:08 -07:00
|
|
|
setevent EVENT_JOEY_ASKED_FOR_PHONE_NUMBER
|
2015-12-16 18:57:42 -08:00
|
|
|
scall .AskNumber1
|
|
|
|
jump .RequestNumber
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
.AskAgain:
|
|
|
|
scall .AskNumber2
|
|
|
|
.RequestNumber:
|
2015-07-18 20:45:39 -07:00
|
|
|
askforphonenumber PHONE_YOUNGSTER_JOEY
|
2018-01-11 22:40:20 -08:00
|
|
|
if_equal PHONE_CONTACTS_FULL, .PhoneFull
|
|
|
|
if_equal PHONE_CONTACT_REFUSED, .NumberDeclined
|
|
|
|
trainertotext YOUNGSTER, JOEY1, MEM_BUFFER_0
|
2015-12-16 18:57:42 -08:00
|
|
|
scall .RegisteredNumber
|
|
|
|
jump .NumberAccepted
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
.Rematch:
|
|
|
|
scall .RematchStd
|
2015-11-02 11:37:02 -08:00
|
|
|
winlosstext YoungsterJoey1BeatenText, 0
|
2015-07-10 13:04:00 -07:00
|
|
|
copybytetovar wJoeyFightCount
|
2015-07-10 03:31:08 -07:00
|
|
|
if_equal 4, .Fight4
|
|
|
|
if_equal 3, .Fight3
|
|
|
|
if_equal 2, .Fight2
|
|
|
|
if_equal 1, .Fight1
|
|
|
|
if_equal 0, .LoadFight0
|
2016-04-10 11:42:14 -07:00
|
|
|
.Fight4:
|
2015-06-24 20:20:04 -07:00
|
|
|
checkevent EVENT_BEAT_ELITE_FOUR
|
2015-07-10 03:31:08 -07:00
|
|
|
iftrue .LoadFight4
|
2016-04-10 11:42:14 -07:00
|
|
|
.Fight3:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_CLEARED_RADIO_TOWER
|
2015-07-10 03:31:08 -07:00
|
|
|
iftrue .LoadFight3
|
2016-04-10 11:42:14 -07:00
|
|
|
.Fight2:
|
2015-07-10 03:31:08 -07:00
|
|
|
checkflag ENGINE_FLYPOINT_OLIVINE
|
|
|
|
iftrue .LoadFight2
|
2016-04-10 11:42:14 -07:00
|
|
|
.Fight1:
|
2015-07-10 03:31:08 -07:00
|
|
|
checkflag ENGINE_FLYPOINT_GOLDENROD
|
|
|
|
iftrue .LoadFight1
|
2016-04-10 11:42:14 -07:00
|
|
|
.LoadFight0:
|
2015-12-01 18:54:11 -08:00
|
|
|
loadtrainer YOUNGSTER, JOEY1
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
2015-12-26 15:11:55 -08:00
|
|
|
reloadmapafterbattle
|
2015-07-10 13:04:00 -07:00
|
|
|
loadvar wJoeyFightCount, 1
|
2015-07-10 01:36:57 -07:00
|
|
|
clearflag ENGINE_JOEY
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.LoadFight1:
|
2015-12-01 18:54:11 -08:00
|
|
|
loadtrainer YOUNGSTER, JOEY2
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
2015-12-26 15:11:55 -08:00
|
|
|
reloadmapafterbattle
|
2015-07-10 13:04:00 -07:00
|
|
|
loadvar wJoeyFightCount, 2
|
2015-07-10 01:36:57 -07:00
|
|
|
clearflag ENGINE_JOEY
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.LoadFight2:
|
2015-12-01 18:54:11 -08:00
|
|
|
loadtrainer YOUNGSTER, JOEY3
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
2015-12-26 15:11:55 -08:00
|
|
|
reloadmapafterbattle
|
2015-07-10 13:04:00 -07:00
|
|
|
loadvar wJoeyFightCount, 3
|
2015-07-10 01:36:57 -07:00
|
|
|
clearflag ENGINE_JOEY
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.LoadFight3:
|
2015-12-01 18:54:11 -08:00
|
|
|
loadtrainer YOUNGSTER, JOEY4
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
2015-12-26 15:11:55 -08:00
|
|
|
reloadmapafterbattle
|
2015-07-10 13:04:00 -07:00
|
|
|
loadvar wJoeyFightCount, 4
|
2015-07-10 01:36:57 -07:00
|
|
|
clearflag ENGINE_JOEY
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.LoadFight4:
|
2015-12-01 18:54:11 -08:00
|
|
|
loadtrainer YOUNGSTER, JOEY5
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
2015-12-26 15:11:55 -08:00
|
|
|
reloadmapafterbattle
|
2015-07-10 01:36:57 -07:00
|
|
|
clearflag ENGINE_JOEY
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_JOEY_HP_UP
|
2015-12-16 18:57:42 -08:00
|
|
|
iftrue .GiveHPUp
|
2015-07-10 03:31:08 -07:00
|
|
|
checkevent EVENT_GOT_HP_UP_FROM_JOEY
|
2015-12-16 18:57:42 -08:00
|
|
|
iftrue .done
|
|
|
|
scall .RematchGift
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem HP_UP
|
2015-12-16 18:57:42 -08:00
|
|
|
iffalse .PackFull
|
2015-07-10 03:31:08 -07:00
|
|
|
setevent EVENT_GOT_HP_UP_FROM_JOEY
|
2015-12-16 18:57:42 -08:00
|
|
|
jump .NumberAccepted
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-10 12:01:49 -07:00
|
|
|
.done
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
.GiveHPUp:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-16 18:57:42 -08:00
|
|
|
writetext YoungsterJoeyText_GiveHPUpAfterBattle
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem HP_UP
|
2015-12-16 18:57:42 -08:00
|
|
|
iffalse .PackFull
|
2013-09-24 00:48:58 -07:00
|
|
|
clearevent EVENT_JOEY_HP_UP
|
2015-07-11 23:00:17 -07:00
|
|
|
setevent EVENT_GOT_HP_UP_FROM_JOEY
|
2015-12-16 18:57:42 -08:00
|
|
|
jump .NumberAccepted
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
.AskNumber1:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd asknumber1m
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
.AskNumber2:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd asknumber2m
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
.RegisteredNumber:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd registerednumberm
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
.NumberAccepted:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd numberacceptedm
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
.NumberDeclined:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd numberdeclinedm
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
.PhoneFull:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd phonefullm
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
.RematchStd:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd rematchm
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
.PackFull:
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_JOEY_HP_UP
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd packfullm
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
.RematchGift:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd rematchgiftm
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerYoungsterMikey:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer YOUNGSTER, MIKEY, EVENT_BEAT_YOUNGSTER_MIKEY, YoungsterMikeySeenText, YoungsterMikeyBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
.Script:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-12-16 18:57:42 -08:00
|
|
|
writetext YoungsterMikeyAfterText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
TrainerBugCatcherDon:
|
2018-01-23 10:08:48 -08:00
|
|
|
trainer BUG_CATCHER, DON, EVENT_BEAT_BUG_CATCHER_DON, BugCatcherDonSeenText, BugCatcherDonBeatenText, 0, .Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -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-26 17:42:12 -08:00
|
|
|
writetext BugCatcherDonAfterText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Route30YoungsterScript:
|
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_GAVE_MYSTERY_EGG_TO_ELM
|
2015-12-16 18:57:42 -08:00
|
|
|
iftrue .CompletedEggQuest
|
|
|
|
writetext Route30YoungsterText_DirectionsToMrPokemonsHouse
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
.CompletedEggQuest:
|
|
|
|
writetext Route30YoungsterText_EveryoneIsBattling
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Route30CooltrainerFScript:
|
|
|
|
jumptextfaceplayer Route30CooltrainerFText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-06 21:59:45 -07:00
|
|
|
Route30Sign:
|
|
|
|
jumptext Route30SignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-06 21:59:45 -07:00
|
|
|
MrPokemonsHouseDirectionsSign:
|
|
|
|
jumptext MrPokemonsHouseDirectionsSignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-06 21:59:45 -07:00
|
|
|
MrPokemonsHouseSign:
|
|
|
|
jumptext MrPokemonsHouseSignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-06 21:59:45 -07:00
|
|
|
Route30TrainerTips:
|
|
|
|
jumptext Route30TrainerTipsText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-15 07:55:56 -08:00
|
|
|
Route30Antidote:
|
|
|
|
itemball ANTIDOTE
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Route30FruitTree1:
|
2015-11-18 07:42:42 -08:00
|
|
|
fruittree FRUITTREE_ROUTE_30_1
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Route30FruitTree2:
|
2015-11-18 07:42:42 -08:00
|
|
|
fruittree FRUITTREE_ROUTE_30_2
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-15 08:21:58 -08:00
|
|
|
Route30HiddenPotion:
|
2018-01-23 09:59:21 -08:00
|
|
|
hiddenitem POTION, EVENT_ROUTE_30_HIDDEN_POTION
|
2016-04-10 11:42:14 -07:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Route30_JoeysRattataAttacksMovement:
|
2013-02-16 22:54:07 -08:00
|
|
|
fix_facing
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step UP
|
|
|
|
big_step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Route30_MikeysRattataAttacksMovement:
|
2013-02-16 22:54:07 -08:00
|
|
|
fix_facing
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step DOWN
|
|
|
|
big_step UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Text_UseTackle:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Go, RATTATA!"
|
|
|
|
|
|
|
|
para "TACKLE!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Text_ThisIsABigBattle:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "What? This is a"
|
|
|
|
line "big battle!"
|
|
|
|
cont "Leave me alone!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
YoungsterJoey1SeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I just lost, so"
|
|
|
|
line "I'm trying to find"
|
|
|
|
cont "more #MON."
|
|
|
|
|
|
|
|
para "Wait! You look"
|
|
|
|
line "weak! Come on,"
|
|
|
|
cont "let's battle!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
YoungsterJoey1BeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Ack! I lost again!"
|
|
|
|
line "Doggone it!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
YoungsterJoey1AfterText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Do I have to have"
|
|
|
|
line "more #MON in"
|
|
|
|
|
|
|
|
para "order to battle"
|
|
|
|
line "better?"
|
|
|
|
|
|
|
|
para "No! I'm sticking"
|
|
|
|
line "with this one no"
|
|
|
|
cont "matter what!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
YoungsterMikeySeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You're a #MON"
|
|
|
|
line "trainer, right?"
|
|
|
|
|
|
|
|
para "Then you have to"
|
|
|
|
line "battle!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
YoungsterMikeyBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "That's strange."
|
|
|
|
line "I won before."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
YoungsterMikeyAfterText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Becoming a good"
|
|
|
|
line "trainer is really"
|
|
|
|
cont "tough."
|
|
|
|
|
|
|
|
para "I'm going to bat-"
|
|
|
|
line "tle other people"
|
|
|
|
cont "to get better."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
BugCatcherDonSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Instead of a bug"
|
|
|
|
line "#MON, I found"
|
|
|
|
cont "a trainer!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
BugCatcherDonBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Argh! You're too"
|
|
|
|
line "strong!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-26 17:42:12 -08:00
|
|
|
BugCatcherDonAfterText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I ran out of #"
|
|
|
|
line "BALLS while I was"
|
|
|
|
cont "catching #MON."
|
|
|
|
|
|
|
|
para "I should've bought"
|
|
|
|
line "some more…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Route30YoungsterText_DirectionsToMrPokemonsHouse:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "MR.#MON's"
|
|
|
|
line "house? It's a bit"
|
|
|
|
cont "farther ahead."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Route30YoungsterText_EveryoneIsBattling:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Everyone's having"
|
|
|
|
line "fun battling!"
|
|
|
|
cont "You should too!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
Route30CooltrainerFText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I'm not a trainer."
|
|
|
|
|
|
|
|
para "But if you look"
|
|
|
|
line "one in the eyes,"
|
|
|
|
cont "prepare to battle."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-06 21:59:45 -07:00
|
|
|
Route30SignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "ROUTE 30"
|
|
|
|
|
|
|
|
para "VIOLET CITY -"
|
|
|
|
line "CHERRYGROVE CITY"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-06 21:59:45 -07:00
|
|
|
MrPokemonsHouseDirectionsSignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "MR.#MON'S HOUSE"
|
|
|
|
line "STRAIGHT AHEAD!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-06 21:59:45 -07:00
|
|
|
MrPokemonsHouseSignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "MR.#MON'S HOUSE"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-06 21:59:45 -07:00
|
|
|
Route30TrainerTipsText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "TRAINER TIPS"
|
|
|
|
|
|
|
|
para "No stealing other"
|
|
|
|
line "people's #MON!"
|
|
|
|
|
|
|
|
para "# BALLS are to"
|
|
|
|
line "be thrown only at"
|
|
|
|
cont "wild #MON!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-12-16 18:57:42 -08:00
|
|
|
YoungsterJoeyText_GiveHPUpAfterBattle:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I lost again…"
|
|
|
|
line "Gee, you're tough!"
|
|
|
|
|
|
|
|
para "Oh yeah, I almost"
|
|
|
|
line "forgot that I had"
|
|
|
|
cont "to give you this."
|
|
|
|
|
|
|
|
para "Use it to get even"
|
|
|
|
line "tougher, OK?"
|
|
|
|
|
|
|
|
para "I'm going to get"
|
|
|
|
line "tougher too."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
Route30_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-01-28 10:20:04 -08:00
|
|
|
warp_event 7, 39, 1, ROUTE_30_BERRY_HOUSE
|
|
|
|
warp_event 17, 5, 1, MR_POKEMONS_HOUSE
|
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 5 ; bg events
|
2017-12-28 11:31:25 -08:00
|
|
|
bg_event 9, 43, BGEVENT_READ, Route30Sign
|
|
|
|
bg_event 13, 29, BGEVENT_READ, MrPokemonsHouseDirectionsSign
|
|
|
|
bg_event 15, 5, BGEVENT_READ, MrPokemonsHouseSign
|
|
|
|
bg_event 3, 21, BGEVENT_READ, Route30TrainerTips
|
|
|
|
bg_event 14, 9, BGEVENT_ITEM, Route30HiddenPotion
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 11 ; object events
|
2017-12-28 11:31:25 -08:00
|
|
|
object_event 5, 26, SPRITE_YOUNGSTER, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, YoungsterJoey_ImportantBattleScript, EVENT_ROUTE_30_BATTLE
|
|
|
|
object_event 2, 28, SPRITE_YOUNGSTER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_TRAINER, 3, TrainerYoungsterJoey, EVENT_ROUTE_30_YOUNGSTER_JOEY
|
|
|
|
object_event 5, 23, SPRITE_YOUNGSTER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_TRAINER, 1, TrainerYoungsterMikey, -1
|
|
|
|
object_event 1, 7, SPRITE_BUG_CATCHER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_TRAINER, 3, TrainerBugCatcherDon, -1
|
|
|
|
object_event 7, 30, SPRITE_YOUNGSTER, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 1, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, Route30YoungsterScript, -1
|
|
|
|
object_event 5, 24, SPRITE_MONSTER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, ObjectEvent, EVENT_ROUTE_30_BATTLE
|
|
|
|
object_event 5, 25, SPRITE_MONSTER, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, ObjectEvent, EVENT_ROUTE_30_BATTLE
|
2018-01-30 19:12:53 -08:00
|
|
|
object_event 5, 39, SPRITE_FRUIT_TREE, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, Route30FruitTree1, -1
|
|
|
|
object_event 11, 5, SPRITE_FRUIT_TREE, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, Route30FruitTree2, -1
|
2017-12-28 11:31:25 -08:00
|
|
|
object_event 2, 13, SPRITE_COOLTRAINER_F, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, Route30CooltrainerFScript, -1
|
2018-01-30 19:12:53 -08:00
|
|
|
object_event 8, 35, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, Route30Antidote, EVENT_ROUTE_30_ANTIDOTE
|