Route 26 labels

This commit is contained in:
surskitty
2018-01-15 22:25:11 -05:00
parent 40952508c2
commit f14d0d8f21

View File

@@ -34,29 +34,29 @@ TrainerCooltrainermGaven3:
end_if_just_battled end_if_just_battled
opentext opentext
checkflag ENGINE_GAVEN checkflag ENGINE_GAVEN
iftrue UnknownScript_0x1a4d79 iftrue .WantsBattle
checkcellnum PHONE_COOLTRAINERM_GAVEN checkcellnum PHONE_COOLTRAINERM_GAVEN
iftrue UnknownScript_0x1a4dcb iftrue .NumberAcceptedM
checkevent EVENT_GAVEN_ASKED_FOR_PHONE_NUMBER checkevent EVENT_GAVEN_ASKED_FOR_PHONE_NUMBER
iftrue UnknownScript_0x1a4d62 iftrue .AskedAlready
writetext UnknownText_0x1a4fe4 writetext CooltrainermGavenAfterText
buttonsound buttonsound
setevent EVENT_GAVEN_ASKED_FOR_PHONE_NUMBER setevent EVENT_GAVEN_ASKED_FOR_PHONE_NUMBER
scall UnknownScript_0x1a4dbf scall .AskNumber1M
jump UnknownScript_0x1a4d65 jump .AskForNumber
UnknownScript_0x1a4d62: .AskedAlready:
scall UnknownScript_0x1a4dc3 scall .AskNumber2M
UnknownScript_0x1a4d65: .AskForNumber:
askforphonenumber PHONE_COOLTRAINERM_GAVEN askforphonenumber PHONE_COOLTRAINERM_GAVEN
if_equal $1, UnknownScript_0x1a4dd3 if_equal $1, .PhoneFullM
if_equal $2, UnknownScript_0x1a4dcf if_equal $2, .NumberDeclinedM
trainertotext COOLTRAINERM, GAVEN3, $0 trainertotext COOLTRAINERM, GAVEN3, $0
scall UnknownScript_0x1a4dc7 scall .RegisteredNumberM
jump UnknownScript_0x1a4dcb jump .NumberAcceptedM
UnknownScript_0x1a4d79: .WantsBattle:
scall UnknownScript_0x1a4dd7 scall .RematchM
winlosstext CooltrainermGaven3BeatenText, 0 winlosstext CooltrainermGaven3BeatenText, 0
copybytetovar wGavenFightCount copybytetovar wGavenFightCount
if_equal 2, .Fight2 if_equal 2, .Fight2
@@ -91,31 +91,31 @@ UnknownScript_0x1a4d79:
clearflag ENGINE_GAVEN clearflag ENGINE_GAVEN
end end
UnknownScript_0x1a4dbf: .AskNumber1M:
jumpstd asknumber1m jumpstd asknumber1m
end end
UnknownScript_0x1a4dc3: .AskNumber2M:
jumpstd asknumber2m jumpstd asknumber2m
end end
UnknownScript_0x1a4dc7: .RegisteredNumberM:
jumpstd registerednumberm jumpstd registerednumberm
end end
UnknownScript_0x1a4dcb: .NumberAcceptedM:
jumpstd numberacceptedm jumpstd numberacceptedm
end end
UnknownScript_0x1a4dcf: .NumberDeclinedM:
jumpstd numberdeclinedm jumpstd numberdeclinedm
end end
UnknownScript_0x1a4dd3: .PhoneFullM:
jumpstd phonefullm jumpstd phonefullm
end end
UnknownScript_0x1a4dd7: .RematchM:
jumpstd rematchm jumpstd rematchm
end end
@@ -138,29 +138,29 @@ TrainerCooltrainerfBeth1:
end_if_just_battled end_if_just_battled
opentext opentext
checkflag ENGINE_BETH checkflag ENGINE_BETH
iftrue UnknownScript_0x1a4e35 iftrue .WantsBattle
checkcellnum PHONE_COOLTRAINERF_BETH checkcellnum PHONE_COOLTRAINERF_BETH
iftrue UnknownScript_0x1a4e87 iftrue .NumberAcceptedF
checkevent EVENT_BETH_ASKED_FOR_PHONE_NUMBER checkevent EVENT_BETH_ASKED_FOR_PHONE_NUMBER
iftrue UnknownScript_0x1a4e1e iftrue .AskedAlready
writetext UnknownText_0x1a51d9 writetext CooltrainerfBethAfterText
buttonsound buttonsound
setevent EVENT_BETH_ASKED_FOR_PHONE_NUMBER setevent EVENT_BETH_ASKED_FOR_PHONE_NUMBER
scall UnknownScript_0x1a4e7b scall .AskNumber1F
jump UnknownScript_0x1a4e21 jump .AskForNumber
UnknownScript_0x1a4e1e: .AskedAlready:
scall UnknownScript_0x1a4e7f scall .AskNumber2F
UnknownScript_0x1a4e21: .AskForNumber:
askforphonenumber PHONE_COOLTRAINERF_BETH askforphonenumber PHONE_COOLTRAINERF_BETH
if_equal $1, UnknownScript_0x1a4e8f if_equal $1, .PhoneFullF
if_equal $2, UnknownScript_0x1a4e8b if_equal $2, .NumberDeclinedF
trainertotext COOLTRAINERF, BETH1, $0 trainertotext COOLTRAINERF, BETH1, $0
scall UnknownScript_0x1a4e83 scall .RegisteredNumberF
jump UnknownScript_0x1a4e87 jump .NumberAcceptedF
UnknownScript_0x1a4e35: .WantsBattle:
scall UnknownScript_0x1a4e93 scall .RematchF
winlosstext CooltrainerfBeth1BeatenText, 0 winlosstext CooltrainerfBeth1BeatenText, 0
copybytetovar wBethFightCount copybytetovar wBethFightCount
if_equal 2, .Fight2 if_equal 2, .Fight2
@@ -195,31 +195,31 @@ UnknownScript_0x1a4e35:
clearflag ENGINE_BETH clearflag ENGINE_BETH
end end
UnknownScript_0x1a4e7b: .AskNumber1F:
jumpstd asknumber1f jumpstd asknumber1f
end end
UnknownScript_0x1a4e7f: .AskNumber2F:
jumpstd asknumber2f jumpstd asknumber2f
end end
UnknownScript_0x1a4e83: .RegisteredNumberF:
jumpstd registerednumberf jumpstd registerednumberf
end end
UnknownScript_0x1a4e87: .NumberAcceptedF:
jumpstd numberacceptedf jumpstd numberacceptedf
end end
UnknownScript_0x1a4e8b: .NumberDeclinedF:
jumpstd numberdeclinedf jumpstd numberdeclinedf
end end
UnknownScript_0x1a4e8f: .PhoneFullF:
jumpstd phonefullf jumpstd phonefullf
end end
UnknownScript_0x1a4e93: .RematchF:
jumpstd rematchf jumpstd rematchf
end end
@@ -292,7 +292,7 @@ CooltrainermGaven3BeatenText:
line "tougher!" line "tougher!"
done done
UnknownText_0x1a4fe4: CooltrainermGavenAfterText:
text "To get to #MON" text "To get to #MON"
line "LEAGUE, you have" line "LEAGUE, you have"
@@ -352,7 +352,7 @@ CooltrainerfBeth1BeatenText:
line "tools of war." line "tools of war."
done done
UnknownText_0x1a51d9: CooltrainerfBethAfterText:
text "#MON are in-" text "#MON are in-"
line "valuable, lifelong" line "valuable, lifelong"
cont "partners." cont "partners."