mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Renaming again
This commit is contained in:
parent
d837c7609a
commit
40952508c2
@ -26,29 +26,29 @@ TrainerBirdKeeperVance1:
|
|||||||
end_if_just_battled
|
end_if_just_battled
|
||||||
opentext
|
opentext
|
||||||
checkflag ENGINE_VANCE
|
checkflag ENGINE_VANCE
|
||||||
iftrue VanceWantsBattle
|
iftrue .WantsBattle
|
||||||
checkcellnum PHONE_BIRDKEEPER_VANCE
|
checkcellnum PHONE_BIRDKEEPER_VANCE
|
||||||
iftrue Rt44NumberAcceptedM
|
iftrue Route44NumberAcceptedM
|
||||||
checkevent EVENT_VANCE_ASKED_FOR_PHONE_NUMBER
|
checkevent EVENT_VANCE_ASKED_FOR_PHONE_NUMBER
|
||||||
iftrue .AskedAlready
|
iftrue .AskedAlready
|
||||||
writetext BirdKeeperVanceLegendaryBirdsText
|
writetext BirdKeeperVanceLegendaryBirdsText
|
||||||
buttonsound
|
buttonsound
|
||||||
setevent EVENT_VANCE_ASKED_FOR_PHONE_NUMBER
|
setevent EVENT_VANCE_ASKED_FOR_PHONE_NUMBER
|
||||||
scall Rt44AskNumber1M
|
scall Route44AskNumber1M
|
||||||
jump .AskForNumber
|
jump .AskForNumber
|
||||||
|
|
||||||
.AskedAlready:
|
.AskedAlready:
|
||||||
scall Rt44AskNumber2M
|
scall Route44AskNumber2M
|
||||||
.AskForNumber:
|
.AskForNumber:
|
||||||
askforphonenumber PHONE_BIRDKEEPER_VANCE
|
askforphonenumber PHONE_BIRDKEEPER_VANCE
|
||||||
if_equal $1, Rt44PhoneFullM
|
if_equal $1, Route44PhoneFullM
|
||||||
if_equal $2, Rt44NumberDeclinedM
|
if_equal $2, Route44NumberDeclinedM
|
||||||
trainertotext BIRD_KEEPER, VANCE1, $0
|
trainertotext BIRD_KEEPER, VANCE1, $0
|
||||||
scall Rt44RegisteredNumberM
|
scall Route44RegisteredNumberM
|
||||||
jump Rt44NumberAcceptedM
|
jump Route44NumberAcceptedM
|
||||||
|
|
||||||
VanceWantsBattle:
|
.WantsBattle:
|
||||||
scall Rt44RematchM
|
scall Route44RematchM
|
||||||
winlosstext BirdKeeperVance1BeatenText, 0
|
winlosstext BirdKeeperVance1BeatenText, 0
|
||||||
copybytetovar wVanceFightCount
|
copybytetovar wVanceFightCount
|
||||||
if_equal 2, .Fight2
|
if_equal 2, .Fight2
|
||||||
@ -85,11 +85,11 @@ VanceWantsBattle:
|
|||||||
iftrue .Carbos
|
iftrue .Carbos
|
||||||
checkevent EVENT_GOT_CARBOS_FROM_VANCE
|
checkevent EVENT_GOT_CARBOS_FROM_VANCE
|
||||||
iftrue .ReceivedCarbosBefore
|
iftrue .ReceivedCarbosBefore
|
||||||
scall Rt44RematchGiftM
|
scall Route44RematchGiftM
|
||||||
verbosegiveitem CARBOS
|
verbosegiveitem CARBOS
|
||||||
iffalse VancePackFull
|
iffalse VancePackFull
|
||||||
setevent EVENT_GOT_CARBOS_FROM_VANCE
|
setevent EVENT_GOT_CARBOS_FROM_VANCE
|
||||||
jump Rt44NumberAcceptedM
|
jump Route44NumberAcceptedM
|
||||||
|
|
||||||
.ReceivedCarbosBefore:
|
.ReceivedCarbosBefore:
|
||||||
end
|
end
|
||||||
@ -102,41 +102,41 @@ VanceWantsBattle:
|
|||||||
iffalse VancePackFull
|
iffalse VancePackFull
|
||||||
clearevent EVENT_VANCE_CARBOS
|
clearevent EVENT_VANCE_CARBOS
|
||||||
setevent EVENT_GOT_CARBOS_FROM_VANCE
|
setevent EVENT_GOT_CARBOS_FROM_VANCE
|
||||||
jump Rt44NumberAcceptedM
|
jump Route44NumberAcceptedM
|
||||||
|
|
||||||
Rt44AskNumber1M:
|
Route44AskNumber1M:
|
||||||
jumpstd asknumber1m
|
jumpstd asknumber1m
|
||||||
end
|
end
|
||||||
|
|
||||||
Rt44AskNumber2M:
|
Route44AskNumber2M:
|
||||||
jumpstd asknumber2m
|
jumpstd asknumber2m
|
||||||
end
|
end
|
||||||
|
|
||||||
Rt44RegisteredNumberM:
|
Route44RegisteredNumberM:
|
||||||
jumpstd registerednumberm
|
jumpstd registerednumberm
|
||||||
end
|
end
|
||||||
|
|
||||||
Rt44NumberAcceptedM:
|
Route44NumberAcceptedM:
|
||||||
jumpstd numberacceptedm
|
jumpstd numberacceptedm
|
||||||
end
|
end
|
||||||
|
|
||||||
Rt44NumberDeclinedM:
|
Route44NumberDeclinedM:
|
||||||
jumpstd numberdeclinedm
|
jumpstd numberdeclinedm
|
||||||
end
|
end
|
||||||
|
|
||||||
Rt44PhoneFullM:
|
Route44PhoneFullM:
|
||||||
jumpstd phonefullm
|
jumpstd phonefullm
|
||||||
end
|
end
|
||||||
|
|
||||||
Rt44RematchM:
|
Route44RematchM:
|
||||||
jumpstd rematchm
|
jumpstd rematchm
|
||||||
end
|
end
|
||||||
|
|
||||||
Rt44GiftM:
|
Route44GiftM:
|
||||||
jumpstd giftm
|
jumpstd giftm
|
||||||
end
|
end
|
||||||
|
|
||||||
Rt44PackFullM:
|
Route44PackFullM:
|
||||||
jumpstd packfullm
|
jumpstd packfullm
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -145,7 +145,7 @@ VancePackFull:
|
|||||||
jumpstd packfullm
|
jumpstd packfullm
|
||||||
end
|
end
|
||||||
|
|
||||||
Rt44RematchGiftM:
|
Route44RematchGiftM:
|
||||||
jumpstd rematchgiftm
|
jumpstd rematchgiftm
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -172,27 +172,27 @@ TrainerFisherWilton1:
|
|||||||
checkflag ENGINE_WILTON_HAS_ITEM
|
checkflag ENGINE_WILTON_HAS_ITEM
|
||||||
iftrue WiltonHasItem
|
iftrue WiltonHasItem
|
||||||
checkcellnum PHONE_FISHER_WILTON
|
checkcellnum PHONE_FISHER_WILTON
|
||||||
iftrue Rt44NumberAcceptedM
|
iftrue Route44NumberAcceptedM
|
||||||
checkevent EVENT_WILTON_ASKED_FOR_PHONE_NUMBER
|
checkevent EVENT_WILTON_ASKED_FOR_PHONE_NUMBER
|
||||||
iftrue .AskedAlready
|
iftrue .AskedAlready
|
||||||
writetext FisherWiltonHugePoliwagText
|
writetext FisherWiltonHugePoliwagText
|
||||||
buttonsound
|
buttonsound
|
||||||
setevent EVENT_WILTON_ASKED_FOR_PHONE_NUMBER
|
setevent EVENT_WILTON_ASKED_FOR_PHONE_NUMBER
|
||||||
scall Rt44AskNumber1M
|
scall Route44AskNumber1M
|
||||||
jump .AskForNumber
|
jump .AskForNumber
|
||||||
|
|
||||||
.AskedAlready:
|
.AskedAlready:
|
||||||
scall Rt44AskNumber2M
|
scall Route44AskNumber2M
|
||||||
.AskForNumber:
|
.AskForNumber:
|
||||||
askforphonenumber PHONE_FISHER_WILTON
|
askforphonenumber PHONE_FISHER_WILTON
|
||||||
if_equal $1, Rt44PhoneFullM
|
if_equal $1, Route44PhoneFullM
|
||||||
if_equal $2, Rt44NumberDeclinedM
|
if_equal $2, Route44NumberDeclinedM
|
||||||
trainertotext FISHER, WILTON1, $0
|
trainertotext FISHER, WILTON1, $0
|
||||||
scall Rt44RegisteredNumberM
|
scall Route44RegisteredNumberM
|
||||||
jump Rt44NumberAcceptedM
|
jump Route44NumberAcceptedM
|
||||||
|
|
||||||
WiltonWantsBattle:
|
WiltonWantsBattle:
|
||||||
scall Rt44RematchM
|
scall Route44RematchM
|
||||||
winlosstext FisherWilton1BeatenText, 0
|
winlosstext FisherWilton1BeatenText, 0
|
||||||
copybytetovar wWiltonFightCount
|
copybytetovar wWiltonFightCount
|
||||||
if_equal 2, .Fight2
|
if_equal 2, .Fight2
|
||||||
@ -228,7 +228,7 @@ WiltonWantsBattle:
|
|||||||
end
|
end
|
||||||
|
|
||||||
WiltonHasItem:
|
WiltonHasItem:
|
||||||
scall Rt44GiftM
|
scall Route44GiftM
|
||||||
checkevent EVENT_WILTON_HAS_ULTRA_BALL
|
checkevent EVENT_WILTON_HAS_ULTRA_BALL
|
||||||
iftrue .UltraBall
|
iftrue .UltraBall
|
||||||
checkevent EVENT_WILTON_HAS_GREAT_BALL
|
checkevent EVENT_WILTON_HAS_GREAT_BALL
|
||||||
@ -237,23 +237,23 @@ WiltonHasItem:
|
|||||||
iftrue .PokeBall
|
iftrue .PokeBall
|
||||||
.UltraBall:
|
.UltraBall:
|
||||||
verbosegiveitem ULTRA_BALL
|
verbosegiveitem ULTRA_BALL
|
||||||
iffalse .Rt44PackFullM
|
iffalse .Route44PackFullM
|
||||||
jump .ItemReceived
|
jump .ItemReceived
|
||||||
|
|
||||||
.GreatBall:
|
.GreatBall:
|
||||||
verbosegiveitem GREAT_BALL
|
verbosegiveitem GREAT_BALL
|
||||||
iffalse .Rt44PackFullM
|
iffalse .Route44PackFullM
|
||||||
jump .ItemReceived
|
jump .ItemReceived
|
||||||
|
|
||||||
.PokeBall:
|
.PokeBall:
|
||||||
verbosegiveitem POKE_BALL
|
verbosegiveitem POKE_BALL
|
||||||
iffalse .Rt44PackFullM
|
iffalse .Route44PackFullM
|
||||||
.ItemReceived:
|
.ItemReceived:
|
||||||
clearflag ENGINE_WILTON_HAS_ITEM
|
clearflag ENGINE_WILTON_HAS_ITEM
|
||||||
jump Rt44NumberAcceptedM
|
jump Route44NumberAcceptedM
|
||||||
|
|
||||||
.Rt44PackFullM:
|
.Route44PackFullM:
|
||||||
jump Rt44PackFullM
|
jump Route44PackFullM
|
||||||
|
|
||||||
TrainerFisherEdgar:
|
TrainerFisherEdgar:
|
||||||
trainer EVENT_BEAT_FISHER_EDGAR, FISHER, EDGAR, FisherEdgarSeenText, FisherEdgarBeatenText, 0, .Script
|
trainer EVENT_BEAT_FISHER_EDGAR, FISHER, EDGAR, FisherEdgarSeenText, FisherEdgarBeatenText, 0, .Script
|
||||||
|
Loading…
Reference in New Issue
Block a user