2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
|
|
|
const ROUTE44_FISHER1
|
|
|
|
const ROUTE44_FISHER2
|
|
|
|
const ROUTE44_YOUNGSTER1
|
|
|
|
const ROUTE44_SUPER_NERD
|
|
|
|
const ROUTE44_YOUNGSTER2
|
|
|
|
const ROUTE44_COOLTRAINER_M
|
|
|
|
const ROUTE44_COOLTRAINER_F
|
|
|
|
const ROUTE44_FRUIT_TREE
|
|
|
|
const ROUTE44_POKE_BALL1
|
|
|
|
const ROUTE44_POKE_BALL2
|
|
|
|
const ROUTE44_POKE_BALL3
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Route44_MapScriptHeader:
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapCallbacks:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerBird_keeperVance1:
|
2015-11-02 11:37:02 -08:00
|
|
|
trainer EVENT_BEAT_BIRD_KEEPER_VANCE, BIRD_KEEPER, VANCE1, Bird_keeperVance1SeenText, Bird_keeperVance1BeatenText, 0, Bird_keeperVance1Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Bird_keeperVance1Script:
|
2015-07-18 20:45:39 -07:00
|
|
|
writecode VAR_CALLERID, PHONE_BIRDKEEPER_VANCE
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-07-10 01:36:57 -07:00
|
|
|
checkflag ENGINE_VANCE
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x19d86a
|
2015-07-18 20:45:39 -07:00
|
|
|
checkcellnum PHONE_BIRDKEEPER_VANCE
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x19d8eb
|
2015-07-10 03:31:08 -07:00
|
|
|
checkevent EVENT_VANCE_ASKED_FOR_PHONE_NUMBER
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x19d853
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19dbf3
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-07-10 03:31:08 -07:00
|
|
|
setevent EVENT_VANCE_ASKED_FOR_PHONE_NUMBER
|
2015-01-20 00:01:23 -08:00
|
|
|
scall UnknownScript_0x19d8df
|
|
|
|
jump UnknownScript_0x19d856
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d853:
|
2015-01-20 00:01:23 -08:00
|
|
|
scall UnknownScript_0x19d8e3
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d856:
|
2015-07-18 20:45:39 -07:00
|
|
|
askforphonenumber PHONE_BIRDKEEPER_VANCE
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal $1, UnknownScript_0x19d8f3
|
|
|
|
if_equal $2, UnknownScript_0x19d8ef
|
|
|
|
trainertotext BIRD_KEEPER, VANCE1, $0
|
2015-01-20 00:01:23 -08:00
|
|
|
scall UnknownScript_0x19d8e7
|
|
|
|
jump UnknownScript_0x19d8eb
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d86a:
|
2015-01-20 00:01:23 -08:00
|
|
|
scall UnknownScript_0x19d8f7
|
2015-11-02 11:37:02 -08:00
|
|
|
winlosstext Bird_keeperVance1BeatenText, 0
|
2015-07-10 13:04:00 -07:00
|
|
|
copybytetovar wVanceFightCount
|
2015-07-10 02:37:34 -07:00
|
|
|
if_equal 2, .Fight2
|
|
|
|
if_equal 1, .Fight1
|
|
|
|
if_equal 0, .LoadFight0
|
|
|
|
.Fight2
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_RESTORED_POWER_TO_KANTO
|
2015-07-10 02:37:34 -07:00
|
|
|
iftrue .LoadFight2
|
|
|
|
.Fight1
|
2015-06-24 20:20:04 -07:00
|
|
|
checkevent EVENT_BEAT_ELITE_FOUR
|
2015-07-10 02:37:34 -07:00
|
|
|
iftrue .LoadFight1
|
|
|
|
.LoadFight0
|
2015-12-01 18:54:11 -08:00
|
|
|
loadtrainer BIRD_KEEPER, VANCE1
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
|
|
|
returnafterbattle
|
2015-07-10 13:04:00 -07:00
|
|
|
loadvar wVanceFightCount, 1
|
2015-07-10 01:36:57 -07:00
|
|
|
clearflag ENGINE_VANCE
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 02:37:34 -07:00
|
|
|
.LoadFight1
|
2015-12-01 18:54:11 -08:00
|
|
|
loadtrainer BIRD_KEEPER, VANCE2
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
|
|
|
returnafterbattle
|
2015-07-10 13:04:00 -07:00
|
|
|
loadvar wVanceFightCount, 2
|
2015-07-10 01:36:57 -07:00
|
|
|
clearflag ENGINE_VANCE
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 02:37:34 -07:00
|
|
|
.LoadFight2
|
2015-12-01 18:54:11 -08:00
|
|
|
loadtrainer BIRD_KEEPER, VANCE3
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
|
|
|
returnafterbattle
|
2015-07-10 01:36:57 -07:00
|
|
|
clearflag ENGINE_VANCE
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_VANCE_CARBOS
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x19d8cb
|
2015-07-10 02:37:34 -07:00
|
|
|
checkevent EVENT_GOT_CARBOS_FROM_VANCE
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x19d8ca
|
2015-01-20 00:01:23 -08:00
|
|
|
scall UnknownScript_0x19d90a
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem CARBOS
|
2013-02-16 22:54:07 -08:00
|
|
|
iffalse UnknownScript_0x19d903
|
2015-07-10 02:37:34 -07:00
|
|
|
setevent EVENT_GOT_CARBOS_FROM_VANCE
|
2015-01-20 00:01:23 -08:00
|
|
|
jump UnknownScript_0x19d8eb
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d8ca:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d8cb:
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19dc67
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem CARBOS
|
2013-02-16 22:54:07 -08:00
|
|
|
iffalse UnknownScript_0x19d903
|
2013-09-24 00:48:58 -07:00
|
|
|
clearevent EVENT_VANCE_CARBOS
|
2015-07-10 02:37:34 -07:00
|
|
|
setevent EVENT_GOT_CARBOS_FROM_VANCE
|
2015-01-20 00:01:23 -08:00
|
|
|
jump UnknownScript_0x19d8eb
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d8df:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd asknumber1m
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d8e3:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd asknumber2m
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d8e7:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd registerednumberm
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d8eb:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd numberacceptedm
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d8ef:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd numberdeclinedm
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d8f3:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd phonefullm
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d8f7:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd rematchm
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d8fb:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd giftm
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d8ff:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd packfullm
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d903:
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_VANCE_CARBOS
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd packfullm
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d90a:
|
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
|
|
|
TrainerPsychicPhil:
|
2015-11-02 11:37:02 -08:00
|
|
|
trainer EVENT_BEAT_PSYCHIC_PHIL, PSYCHIC_T, PHIL, PsychicPhilSeenText, PsychicPhilBeatenText, 0, PsychicPhilScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PsychicPhilScript:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19dcfc
|
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
|
|
|
TrainerFisherWilton1:
|
2015-11-02 11:37:02 -08:00
|
|
|
trainer EVENT_BEAT_FISHER_WILTON, FISHER, WILTON1, FisherWilton1SeenText, FisherWilton1BeatenText, 0, FisherWilton1Script
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FisherWilton1Script:
|
2015-07-18 20:45:39 -07:00
|
|
|
writecode VAR_CALLERID, PHONE_FISHER_WILTON
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-07-10 01:36:57 -07:00
|
|
|
checkflag ENGINE_WILTON
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x19d96e
|
2015-07-10 01:36:57 -07:00
|
|
|
checkflag ENGINE_WILTON_HAS_ITEM
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x19d9b4
|
2015-07-18 20:45:39 -07:00
|
|
|
checkcellnum PHONE_FISHER_WILTON
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x19d8eb
|
2015-07-10 03:31:08 -07:00
|
|
|
checkevent EVENT_WILTON_ASKED_FOR_PHONE_NUMBER
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x19d957
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19daa8
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2015-07-10 03:31:08 -07:00
|
|
|
setevent EVENT_WILTON_ASKED_FOR_PHONE_NUMBER
|
2015-01-20 00:01:23 -08:00
|
|
|
scall UnknownScript_0x19d8df
|
|
|
|
jump UnknownScript_0x19d95a
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d957:
|
2015-01-20 00:01:23 -08:00
|
|
|
scall UnknownScript_0x19d8e3
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d95a:
|
2015-07-18 20:45:39 -07:00
|
|
|
askforphonenumber PHONE_FISHER_WILTON
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal $1, UnknownScript_0x19d8f3
|
|
|
|
if_equal $2, UnknownScript_0x19d8ef
|
|
|
|
trainertotext FISHER, WILTON1, $0
|
2015-01-20 00:01:23 -08:00
|
|
|
scall UnknownScript_0x19d8e7
|
|
|
|
jump UnknownScript_0x19d8eb
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d96e:
|
2015-01-20 00:01:23 -08:00
|
|
|
scall UnknownScript_0x19d8f7
|
2015-11-02 11:37:02 -08:00
|
|
|
winlosstext FisherWilton1BeatenText, 0
|
2015-07-10 13:04:00 -07:00
|
|
|
copybytetovar wWiltonFightCount
|
2015-07-10 02:37:34 -07:00
|
|
|
if_equal 2, .Fight2
|
|
|
|
if_equal 1, .Fight1
|
|
|
|
if_equal 0, .LoadFight0
|
|
|
|
.Fight2
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_RESTORED_POWER_TO_KANTO
|
2015-07-10 02:37:34 -07:00
|
|
|
iftrue .LoadFight2
|
|
|
|
.Fight1
|
2015-06-24 20:20:04 -07:00
|
|
|
checkevent EVENT_BEAT_ELITE_FOUR
|
2015-07-10 02:37:34 -07:00
|
|
|
iftrue .LoadFight1
|
|
|
|
.LoadFight0
|
2015-12-01 18:54:11 -08:00
|
|
|
loadtrainer FISHER, WILTON1
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
|
|
|
returnafterbattle
|
2015-07-10 13:04:00 -07:00
|
|
|
loadvar wWiltonFightCount, 1
|
2015-07-10 01:36:57 -07:00
|
|
|
clearflag ENGINE_WILTON
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 02:37:34 -07:00
|
|
|
.LoadFight1
|
2015-12-01 18:54:11 -08:00
|
|
|
loadtrainer FISHER, WILTON2
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
|
|
|
returnafterbattle
|
2015-07-10 13:04:00 -07:00
|
|
|
loadvar wWiltonFightCount, 2
|
2015-07-10 01:36:57 -07:00
|
|
|
clearflag ENGINE_WILTON
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 02:37:34 -07:00
|
|
|
.LoadFight2
|
2015-12-01 18:54:11 -08:00
|
|
|
loadtrainer FISHER, WILTON3
|
2013-02-16 22:54:07 -08:00
|
|
|
startbattle
|
|
|
|
returnafterbattle
|
2015-07-10 01:36:57 -07:00
|
|
|
clearflag ENGINE_WILTON
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d9b4:
|
2015-01-20 00:01:23 -08:00
|
|
|
scall UnknownScript_0x19d8fb
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_WILTON_HAS_ULTRA_BALL
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x19d9c9
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_WILTON_HAS_GREAT_BALL
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x19d9d2
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_WILTON_HAS_POKE_BALL
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x19d9db
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d9c9:
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem ULTRA_BALL
|
2013-02-16 22:54:07 -08:00
|
|
|
iffalse UnknownScript_0x19d9e7
|
2015-01-20 00:01:23 -08:00
|
|
|
jump UnknownScript_0x19d9e1
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d9d2:
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem GREAT_BALL
|
2013-02-16 22:54:07 -08:00
|
|
|
iffalse UnknownScript_0x19d9e7
|
2015-01-20 00:01:23 -08:00
|
|
|
jump UnknownScript_0x19d9e1
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d9db:
|
2015-11-04 17:20:14 -08:00
|
|
|
verbosegiveitem POKE_BALL
|
2013-02-16 22:54:07 -08:00
|
|
|
iffalse UnknownScript_0x19d9e7
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d9e1:
|
2015-07-10 01:36:57 -07:00
|
|
|
clearflag ENGINE_WILTON_HAS_ITEM
|
2015-01-20 00:01:23 -08:00
|
|
|
jump UnknownScript_0x19d8eb
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownScript_0x19d9e7:
|
2015-01-20 00:01:23 -08:00
|
|
|
jump UnknownScript_0x19d8ff
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
TrainerFisherEdgar:
|
2015-11-02 11:37:02 -08:00
|
|
|
trainer EVENT_BEAT_FISHER_EDGAR, FISHER, EDGAR, FisherEdgarSeenText, FisherEdgarBeatenText, 0, FisherEdgarScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FisherEdgarScript:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19db6f
|
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
|
|
|
TrainerCooltrainerfCybil:
|
2015-11-02 11:37:02 -08:00
|
|
|
trainer EVENT_BEAT_COOLTRAINERF_CYBIL, COOLTRAINERF, CYBIL, CooltrainerfCybilSeenText, CooltrainerfCybilBeatenText, 0, CooltrainerfCybilScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
CooltrainerfCybilScript:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19df4d
|
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
|
|
|
TrainerPokemaniacZach:
|
2015-11-02 11:37:02 -08:00
|
|
|
trainer EVENT_BEAT_POKEMANIAC_ZACH, POKEMANIAC, ZACH, PokemaniacZachSeenText, PokemaniacZachBeatenText, 0, PokemaniacZachScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PokemaniacZachScript:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19dd7e
|
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
|
|
|
TrainerCooltrainermAllen:
|
2015-11-02 11:37:02 -08:00
|
|
|
trainer EVENT_BEAT_COOLTRAINERM_ALLEN, COOLTRAINERM, ALLEN, CooltrainermAllenSeenText, CooltrainermAllenBeatenText, 0, CooltrainermAllenScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
CooltrainermAllenScript:
|
2015-11-25 07:16:29 -08:00
|
|
|
end_if_just_battled
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19de66
|
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
|
|
|
MapRoute44Signpost0Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptext UnknownText_0x19dfb3
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MapRoute44Signpost1Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptext UnknownText_0x19dfcc
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FruitTreeScript_0x19da40:
|
2015-11-18 07:42:42 -08:00
|
|
|
fruittree FRUITTREE_ROUTE_44
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ItemFragment_0x19da42:
|
2015-12-09 08:57:08 -08:00
|
|
|
itemfragment MAX_REVIVE
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
ItemFragment_0x19da44:
|
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
|
|
|
ItemFragment_0x19da46:
|
2015-12-09 08:57:08 -08:00
|
|
|
itemfragment MAX_REPEL
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
MapRoute44SignpostItem2:
|
2015-07-18 12:46:38 -07:00
|
|
|
dwb EVENT_ROUTE_44_HIDDEN_ELIXER, ELIXER
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FisherWilton1SeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Aack! You made me"
|
|
|
|
line "lose a POLIWAG!"
|
|
|
|
|
|
|
|
para "What are you going"
|
|
|
|
line "to do about it?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FisherWilton1BeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Just forget about"
|
|
|
|
line "it."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x19daa8:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "That POLIWAG that"
|
|
|
|
line "got away…"
|
|
|
|
cont "It was huge."
|
|
|
|
|
|
|
|
para "I swear it must've"
|
|
|
|
line "been 16 feet long!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FisherEdgarSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I fish until I"
|
|
|
|
line "can't anymore."
|
|
|
|
|
|
|
|
para "I also battle"
|
|
|
|
line "until I drop."
|
|
|
|
|
|
|
|
para "That's my"
|
|
|
|
line "relationship"
|
|
|
|
cont "with my #MON."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
FisherEdgarBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hmmmm… "
|
|
|
|
line "This isn't right."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x19db6f:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "That's 100 wins"
|
|
|
|
line "to 101 losses."
|
|
|
|
|
|
|
|
para "I won't battle"
|
|
|
|
line "again for a while."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Bird_keeperVance1SeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Do you know about"
|
|
|
|
line "the legendary bird"
|
|
|
|
cont "#MON?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Bird_keeperVance1BeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Whew! You're hot"
|
|
|
|
line "stuff."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x19dbf3:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "ARTICUNO, ZAPDOS"
|
|
|
|
line "and MOLTRES are"
|
|
|
|
|
|
|
|
para "the three legend-"
|
|
|
|
line "ary bird #MON."
|
|
|
|
|
|
|
|
para "I heard there are"
|
|
|
|
line "other legendary"
|
|
|
|
cont "birds, though."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x19dc67:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Why can't I ever"
|
|
|
|
line "beat you?"
|
|
|
|
|
|
|
|
para "Oh yeah, here you"
|
|
|
|
line "go. It's that gift"
|
|
|
|
|
|
|
|
para "I couldn't give"
|
|
|
|
line "you last time."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PsychicPhilSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I'm gonna win,"
|
|
|
|
line "for sure!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PsychicPhilBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Arrgh… That's a"
|
|
|
|
line "shocking loss…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x19dcfc:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It's important to"
|
|
|
|
line "have conviction"
|
|
|
|
cont "on your side."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PokemaniacZachSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I'll do anything"
|
|
|
|
line "to get my hands on"
|
|
|
|
cont "rare #MON!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
PokemaniacZachBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oooh, your #MON"
|
|
|
|
line "are so appealing."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x19dd7e:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "If a #MON has"
|
|
|
|
line "different colors"
|
|
|
|
|
|
|
|
para "from usual, it's"
|
|
|
|
line "more valuable."
|
|
|
|
|
|
|
|
para "What? You mean"
|
|
|
|
line "that's not true?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
CooltrainermAllenSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I can tell you're"
|
|
|
|
line "a good trainer by"
|
|
|
|
cont "looking at you."
|
|
|
|
|
|
|
|
para "I'm good at #-"
|
|
|
|
line "MON, and I can see"
|
|
|
|
cont "that you are too."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
CooltrainermAllenBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Tch! It's a total"
|
|
|
|
line "loss on my part."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x19de66:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Wow. You have a"
|
|
|
|
line "lot of BADGES."
|
|
|
|
|
|
|
|
para "No wonder you're"
|
|
|
|
line "so tough."
|
|
|
|
|
|
|
|
para "I wonder if"
|
|
|
|
line "ECRUTEAK GYM's"
|
|
|
|
|
|
|
|
para "MORTY is still in"
|
|
|
|
line "training?"
|
|
|
|
|
|
|
|
para "He really hammered"
|
|
|
|
line "me."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
CooltrainerfCybilSeenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You look strong."
|
|
|
|
|
|
|
|
para "Good trainers seek"
|
|
|
|
line "tough opponents"
|
|
|
|
cont "instinctively."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
CooltrainerfCybilBeatenText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Nope! This won't"
|
|
|
|
line "do at all."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x19df4d:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "We all get better"
|
|
|
|
line "by experiencing"
|
|
|
|
cont "many battles."
|
|
|
|
|
|
|
|
para "I battled a lot to"
|
|
|
|
line "become what I am"
|
|
|
|
cont "today--an elite."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x19dfb3:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "ROUTE 44"
|
|
|
|
line "ICE PATH AHEAD"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
UnknownText_0x19dfcc:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "ROUTE 44"
|
|
|
|
|
|
|
|
para "MAHOGANY TOWN -"
|
|
|
|
line "BLACKTHORN CITY"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:20:21 -07:00
|
|
|
Route44_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 1
|
2015-07-23 09:59:19 -07:00
|
|
|
warp_def $7, $38, 1, ICE_PATH_1F
|
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 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Signposts:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 3
|
2015-07-16 15:10:10 -07:00
|
|
|
signpost 7, 53, SIGNPOST_READ, MapRoute44Signpost0Script
|
|
|
|
signpost 10, 6, SIGNPOST_READ, MapRoute44Signpost1Script
|
2015-07-18 12:46:38 -07:00
|
|
|
signpost 9, 32, SIGNPOST_ITEM, MapRoute44SignpostItem2
|
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 11
|
2015-11-15 12:07:20 -08:00
|
|
|
person_event SPRITE_FISHER, 3, 35, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_TRAINER, 1, TrainerFisherWilton1, -1
|
|
|
|
person_event SPRITE_FISHER, 13, 19, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_TRAINER, 1, TrainerFisherEdgar, -1
|
|
|
|
person_event SPRITE_YOUNGSTER, 9, 10, SPRITEMOVEDATA_SPINCLOCKWISE, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_TRAINER, 3, TrainerPsychicPhil, -1
|
|
|
|
person_event SPRITE_SUPER_NERD, 2, 43, SPRITEMOVEDATA_SPINCLOCKWISE, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_TRAINER, 3, TrainerPokemaniacZach, -1
|
|
|
|
person_event SPRITE_YOUNGSTER, 5, 51, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_TRAINER, 2, TrainerBird_keeperVance1, -1
|
|
|
|
person_event SPRITE_COOLTRAINER_M, 15, 41, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_TRAINER, 5, TrainerCooltrainermAllen, -1
|
|
|
|
person_event SPRITE_COOLTRAINER_F, 14, 31, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_TRAINER, 5, TrainerCooltrainerfCybil, -1
|
|
|
|
person_event SPRITE_FRUIT_TREE, 5, 9, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, FruitTreeScript_0x19da40, -1
|
|
|
|
person_event SPRITE_POKE_BALL, 8, 30, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMFRAGMENT, 0, ItemFragment_0x19da42, EVENT_ROUTE_44_MAX_REVIVE
|
|
|
|
person_event SPRITE_POKE_BALL, 4, 45, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMFRAGMENT, 0, ItemFragment_0x19da44, EVENT_ROUTE_44_ULTRA_BALL
|
|
|
|
person_event SPRITE_POKE_BALL, 9, 14, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMFRAGMENT, 0, ItemFragment_0x19da46, EVENT_ROUTE_44_MAX_REPEL
|