Completing labels for Route 35.

This commit is contained in:
surskitty 2018-01-23 23:49:50 -05:00
parent b25e5626a1
commit 8874ec7252
1 changed files with 24 additions and 24 deletions

View File

@ -37,50 +37,50 @@ TrainerJugglerIrwin:
end_if_just_battled end_if_just_battled
opentext opentext
checkcellnum PHONE_JUGGLER_IRWIN checkcellnum PHONE_JUGGLER_IRWIN
iftrue UnknownScript_0x19c90f iftrue Route35NumberAcceptedM
checkevent EVENT_IRWIN_ASKED_FOR_PHONE_NUMBER checkevent EVENT_IRWIN_ASKED_FOR_PHONE_NUMBER
iftrue .AskedAlready iftrue .AskedAlready
writetext UnknownText_0x19cd5a writetext JugglerIrwinAfterBattleText
buttonsound buttonsound
setevent EVENT_IRWIN_ASKED_FOR_PHONE_NUMBER setevent EVENT_IRWIN_ASKED_FOR_PHONE_NUMBER
scall UnknownScript_0x19c903 scall Route35AskNumber1M
jump .AskForNumber jump .AskForNumber
.AskedAlready: .AskedAlready:
scall UnknownScript_0x19c907 scall Route35AskNumber2M
.AskForNumber: .AskForNumber:
askforphonenumber PHONE_JUGGLER_IRWIN askforphonenumber PHONE_JUGGLER_IRWIN
if_equal PHONE_CONTACTS_FULL, UnknownScript_0x19c917 if_equal PHONE_CONTACTS_FULL, Route35PhoneFullM
if_equal PHONE_CONTACT_REFUSED, UnknownScript_0x19c913 if_equal PHONE_CONTACT_REFUSED, Route35NumberDeclinedM
trainertotext JUGGLER, IRWIN1, MEM_BUFFER_0 trainertotext JUGGLER, IRWIN1, MEM_BUFFER_0
scall UnknownScript_0x19c90b scall Route35RegisteredNumberM
jump UnknownScript_0x19c90f jump Route35NumberAcceptedM
UnknownScript_0x19c903: Route35AskNumber1M:
jumpstd asknumber1m jumpstd asknumber1m
end end
UnknownScript_0x19c907: Route35AskNumber2M:
jumpstd asknumber2m jumpstd asknumber2m
end end
UnknownScript_0x19c90b: Route35RegisteredNumberM:
jumpstd registerednumberm jumpstd registerednumberm
end end
UnknownScript_0x19c90f: Route35NumberAcceptedM:
jumpstd numberacceptedm jumpstd numberacceptedm
end end
UnknownScript_0x19c913: Route35NumberDeclinedM:
jumpstd numberdeclinedm jumpstd numberdeclinedm
end end
UnknownScript_0x19c917: Route35PhoneFullM:
jumpstd phonefullm jumpstd phonefullm
end end
UnknownScript_0x19c91b: Route35RematchM:
jumpstd rematchm jumpstd rematchm
end end
@ -140,27 +140,27 @@ TrainerBugCatcherArnie:
checkflag ENGINE_YANMA_SWARM checkflag ENGINE_YANMA_SWARM
iftrue .YanmaSwarming iftrue .YanmaSwarming
checkcellnum PHONE_BUG_CATCHER_ARNIE checkcellnum PHONE_BUG_CATCHER_ARNIE
iftrue UnknownScript_0x19c90f iftrue Route35NumberAcceptedM
checkevent EVENT_ARNIE_ASKED_FOR_PHONE_NUMBER checkevent EVENT_ARNIE_ASKED_FOR_PHONE_NUMBER
iftrue .AskedAlready iftrue .AskedAlready
writetext BugCatcherArnieAfterBattleText writetext BugCatcherArnieAfterBattleText
buttonsound buttonsound
setevent EVENT_ARNIE_ASKED_FOR_PHONE_NUMBER setevent EVENT_ARNIE_ASKED_FOR_PHONE_NUMBER
scall UnknownScript_0x19c903 scall Route35AskNumber1M
jump .AskForNumber jump .AskForNumber
.AskedAlready: .AskedAlready:
scall UnknownScript_0x19c907 scall Route35AskNumber2M
.AskForNumber: .AskForNumber:
askforphonenumber PHONE_BUG_CATCHER_ARNIE askforphonenumber PHONE_BUG_CATCHER_ARNIE
if_equal PHONE_CONTACTS_FULL, UnknownScript_0x19c917 if_equal PHONE_CONTACTS_FULL, Route35PhoneFullM
if_equal PHONE_CONTACT_REFUSED, UnknownScript_0x19c913 if_equal PHONE_CONTACT_REFUSED, Route35NumberDeclinedM
trainertotext BUG_CATCHER, ARNIE1, MEM_BUFFER_0 trainertotext BUG_CATCHER, ARNIE1, MEM_BUFFER_0
scall UnknownScript_0x19c90b scall Route35RegisteredNumberM
jump UnknownScript_0x19c90f jump Route35NumberAcceptedM
.WantsBattle: .WantsBattle:
scall UnknownScript_0x19c91b scall Route35RematchM
winlosstext BugCatcherArnieBeatenText, 0 winlosstext BugCatcherArnieBeatenText, 0
copybytetovar wArnieFightCount copybytetovar wArnieFightCount
if_equal 4, .Fight4 if_equal 4, .Fight4
@ -380,7 +380,7 @@ JugglerIrwin1BeatenText:
line "jolt!" line "jolt!"
done done
UnknownText_0x19cd5a: JugglerIrwinAfterBattleText:
text "I was going to" text "I was going to"
line "dazzle you with my" line "dazzle you with my"
cont "prize #MON." cont "prize #MON."