You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
*PhoneScript1 -> *PhoneCalleeScript, and *PhoneScript2 -> *PhoneCallerScript
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
AlanPhoneScript1:
|
||||
AlanPhoneCalleeScript:
|
||||
trainertotext SCHOOLBOY, ALAN1, MEM_BUFFER_0
|
||||
checkflag ENGINE_ALAN
|
||||
iftrue .WantsBattle
|
||||
@@ -23,7 +23,7 @@ AlanPhoneScript1:
|
||||
landmarktotext ROUTE_36, MEM_BUFFER_2
|
||||
farjump UnknownScript_0xa0ac5
|
||||
|
||||
AlanPhoneScript2:
|
||||
AlanPhoneCallerScript:
|
||||
trainertotext SCHOOLBOY, ALAN1, MEM_BUFFER_0
|
||||
farscall PhoneScript_GreetPhone_Male
|
||||
checkflag ENGINE_ALAN
|
||||
|
@@ -1,4 +1,4 @@
|
||||
AnthonyPhoneScript1:
|
||||
AnthonyPhoneCalleeScript:
|
||||
trainertotext HIKER, ANTHONY2, MEM_BUFFER_0
|
||||
checkflag ENGINE_ANTHONY
|
||||
iftrue .WantsBattle
|
||||
@@ -23,7 +23,7 @@ AnthonyPhoneScript1:
|
||||
landmarktotext ROUTE_33, MEM_BUFFER_2
|
||||
farjump UnknownScript_0xa0afa
|
||||
|
||||
AnthonyPhoneScript2:
|
||||
AnthonyPhoneCallerScript:
|
||||
trainertotext HIKER, ANTHONY2, MEM_BUFFER_0
|
||||
farscall PhoneScript_GreetPhone_Male
|
||||
checkflag ENGINE_FLYPOINT_GOLDENROD
|
||||
|
@@ -1,4 +1,4 @@
|
||||
ArniePhoneScript1:
|
||||
ArniePhoneCalleeScript:
|
||||
trainertotext BUG_CATCHER, ARNIE1, MEM_BUFFER_0
|
||||
checkflag ENGINE_ARNIE
|
||||
iftrue .WantsBattle
|
||||
@@ -23,7 +23,7 @@ ArniePhoneScript1:
|
||||
landmarktotext ROUTE_35, MEM_BUFFER_2
|
||||
farjump UnknownScript_0xa0aff
|
||||
|
||||
ArniePhoneScript2:
|
||||
ArniePhoneCallerScript:
|
||||
trainertotext BUG_CATCHER, ARNIE1, MEM_BUFFER_0
|
||||
farscall PhoneScript_GreetPhone_Male
|
||||
checkflag ENGINE_ARNIE
|
||||
|
@@ -1,4 +1,4 @@
|
||||
BethPhoneScript1:
|
||||
BethPhoneCalleeScript:
|
||||
trainertotext COOLTRAINERF, BETH1, MEM_BUFFER_0
|
||||
checkflag ENGINE_BETH
|
||||
iftrue .WantsBattle
|
||||
@@ -17,7 +17,7 @@ BethPhoneScript1:
|
||||
landmarktotext ROUTE_26, MEM_BUFFER_2
|
||||
farjump BethBattleReminderScript
|
||||
|
||||
BethPhoneScript2:
|
||||
BethPhoneCallerScript:
|
||||
trainertotext COOLTRAINERF, BETH1, MEM_BUFFER_0
|
||||
farscall PhoneScript_GreetPhone_Female
|
||||
checkflag ENGINE_BETH
|
||||
|
@@ -1,4 +1,4 @@
|
||||
BeverlyPhoneScript1:
|
||||
BeverlyPhoneCalleeScript:
|
||||
trainertotext POKEFANF, BEVERLY1, MEM_BUFFER_0
|
||||
farscall PhoneScript_AnswerPhone_Female
|
||||
checkflag ENGINE_BEVERLY_HAS_NUGGET
|
||||
@@ -9,7 +9,7 @@ BeverlyPhoneScript1:
|
||||
landmarktotext NATIONAL_PARK, MEM_BUFFER_2
|
||||
farjump UnknownScript_0xa0aa5
|
||||
|
||||
BeverlyPhoneScript2:
|
||||
BeverlyPhoneCallerScript:
|
||||
trainertotext POKEFANF, BEVERLY1, MEM_BUFFER_0
|
||||
farscall PhoneScript_GreetPhone_Female
|
||||
checkflag ENGINE_BEVERLY_HAS_NUGGET
|
||||
|
@@ -1,4 +1,4 @@
|
||||
BikeShopPhoneScript:
|
||||
BikeShopPhoneCallerScript:
|
||||
farwritetext UnknownText_0x174000
|
||||
clearflag ENGINE_BIKE_SHOP_CALL_ENABLED
|
||||
specialphonecall SPECIALCALL_NONE
|
||||
|
@@ -1,4 +1,4 @@
|
||||
BillPhoneScript1:
|
||||
BillPhoneCalleeScript:
|
||||
checktime DAY
|
||||
iftrue .daygreet
|
||||
checktime NITE
|
||||
@@ -35,7 +35,7 @@ BillPhoneScript1:
|
||||
farwritetext BillPhoneFullText
|
||||
end
|
||||
|
||||
BillPhoneScript2:
|
||||
BillPhoneCallerScript:
|
||||
farwritetext BillPhoneNewlyFullText
|
||||
waitbutton
|
||||
end
|
||||
|
@@ -1,4 +1,4 @@
|
||||
BrentPhoneScript1:
|
||||
BrentPhoneCalleeScript:
|
||||
trainertotext POKEMANIAC, BRENT1, MEM_BUFFER_0
|
||||
checkflag ENGINE_BRENT
|
||||
iftrue .WantsBattle
|
||||
@@ -17,7 +17,7 @@ BrentPhoneScript1:
|
||||
landmarktotext ROUTE_43, MEM_BUFFER_2
|
||||
farjump UnknownScript_0xa0a87
|
||||
|
||||
BrentPhoneScript2:
|
||||
BrentPhoneCallerScript:
|
||||
trainertotext POKEMANIAC, BRENT1, MEM_BUFFER_0
|
||||
farscall PhoneScript_GreetPhone_Male
|
||||
farscall PhoneScript_Random2
|
||||
|
@@ -1,4 +1,4 @@
|
||||
BuenaPhoneScript1:
|
||||
BuenaPhoneCalleeScript:
|
||||
checkflag ENGINE_ROCKETS_IN_RADIO_TOWER
|
||||
iftrue BuenaPhoneScript_Rocket
|
||||
checkcode VAR_HOUR
|
||||
@@ -6,7 +6,7 @@ BuenaPhoneScript1:
|
||||
scall BuenaPhoneScript_CheckTimeOfDay1
|
||||
jump BuenaPhoneScript_Random1
|
||||
|
||||
BuenaPhoneScript2:
|
||||
BuenaPhoneCallerScript:
|
||||
checkflag ENGINE_ROCKETS_IN_RADIO_TOWER
|
||||
iftrue BuenaPhoneScript_Rocket
|
||||
scall BuenaPhoneScript_CheckTimeOfDay2
|
||||
|
@@ -1,4 +1,4 @@
|
||||
ChadPhoneScript1:
|
||||
ChadPhoneCalleeScript:
|
||||
trainertotext SCHOOLBOY, CHAD1, MEM_BUFFER_0
|
||||
checkflag ENGINE_CHAD
|
||||
iftrue .WantsBattle
|
||||
@@ -17,7 +17,7 @@ ChadPhoneScript1:
|
||||
landmarktotext ROUTE_38, MEM_BUFFER_2
|
||||
farjump UnknownScript_0xa0a7d
|
||||
|
||||
ChadPhoneScript2:
|
||||
ChadPhoneCallerScript:
|
||||
trainertotext SCHOOLBOY, CHAD1, MEM_BUFFER_0
|
||||
farscall PhoneScript_GreetPhone_Male
|
||||
farscall PhoneScript_Random2
|
||||
|
@@ -1,4 +1,4 @@
|
||||
DanaPhoneScript1:
|
||||
DanaPhoneCalleeScript:
|
||||
trainertotext LASS, DANA1, MEM_BUFFER_0
|
||||
checkflag ENGINE_DANA
|
||||
iftrue .WantsBattle
|
||||
@@ -23,7 +23,7 @@ DanaPhoneScript1:
|
||||
landmarktotext ROUTE_38, MEM_BUFFER_2
|
||||
farjump UnknownScript_0xa0acd
|
||||
|
||||
DanaPhoneScript2:
|
||||
DanaPhoneCallerScript:
|
||||
trainertotext LASS, DANA1, MEM_BUFFER_0
|
||||
farscall PhoneScript_GreetPhone_Female
|
||||
checkflag ENGINE_DANA
|
||||
|
@@ -1,4 +1,4 @@
|
||||
DerekPhoneScript1:
|
||||
DerekPhoneCalleeScript:
|
||||
trainertotext POKEFANM, DEREK1, MEM_BUFFER_0
|
||||
farscall PhoneScript_AnswerPhone_Male
|
||||
checkflag ENGINE_DEREK_HAS_NUGGET
|
||||
@@ -22,7 +22,7 @@ DerekPhoneScript1:
|
||||
landmarktotext ROUTE_39, MEM_BUFFER_2
|
||||
farjump UnknownScript_0xa0ad5
|
||||
|
||||
DerekPhoneScript2:
|
||||
DerekPhoneCallerScript:
|
||||
trainertotext POKEFANM, DEREK1, MEM_BUFFER_0
|
||||
farscall PhoneScript_GreetPhone_Male
|
||||
farscall PhoneScript_Random2
|
||||
|
@@ -1,4 +1,4 @@
|
||||
ElmPhoneScript1:
|
||||
ElmPhoneCalleeScript:
|
||||
checkcode VAR_SPECIALPHONECALL
|
||||
ifequal SPECIALCALL_POKERUS, .pokerus
|
||||
checkevent EVENT_SHOWED_TOGEPI_TO_ELM
|
||||
@@ -61,7 +61,7 @@ ElmPhoneScript1:
|
||||
specialphonecall SPECIALCALL_NONE
|
||||
end
|
||||
|
||||
ElmPhoneScript2:
|
||||
ElmPhoneCallerScript:
|
||||
checkcode VAR_SPECIALPHONECALL
|
||||
ifequal SPECIALCALL_ROBBED, .disaster
|
||||
ifequal SPECIALCALL_ASSISTANT, .assistant
|
||||
|
@@ -1,4 +1,4 @@
|
||||
ErinPhoneScript1:
|
||||
ErinPhoneCalleeScript:
|
||||
trainertotext PICNICKER, ERIN1, MEM_BUFFER_0
|
||||
checkflag ENGINE_ERIN
|
||||
iftrue .WantsBattle
|
||||
@@ -17,7 +17,7 @@ ErinPhoneScript1:
|
||||
landmarktotext ROUTE_46, MEM_BUFFER_2
|
||||
farjump ErinComeBattleScript
|
||||
|
||||
ErinPhoneScript2:
|
||||
ErinPhoneCallerScript:
|
||||
trainertotext PICNICKER, ERIN1, MEM_BUFFER_0
|
||||
farscall PhoneScript_GreetPhone_Female
|
||||
checkflag ENGINE_ERIN
|
||||
|
@@ -1,4 +1,4 @@
|
||||
GavenPhoneScript1:
|
||||
GavenPhoneCalleeScript:
|
||||
trainertotext COOLTRAINERM, GAVEN3, MEM_BUFFER_0
|
||||
checkflag ENGINE_GAVEN
|
||||
iftrue .WantsBattle
|
||||
@@ -17,7 +17,7 @@ GavenPhoneScript1:
|
||||
landmarktotext ROUTE_26, MEM_BUFFER_2
|
||||
farjump UnknownScript_0xa0a37
|
||||
|
||||
GavenPhoneScript2:
|
||||
GavenPhoneCallerScript:
|
||||
trainertotext COOLTRAINERM, GAVEN3, MEM_BUFFER_0
|
||||
farscall PhoneScript_GreetPhone_Male
|
||||
checkflag ENGINE_GAVEN
|
||||
|
@@ -1,4 +1,4 @@
|
||||
GinaPhoneScript1:
|
||||
GinaPhoneCalleeScript:
|
||||
trainertotext PICNICKER, GINA1, MEM_BUFFER_0
|
||||
checkflag ENGINE_GINA
|
||||
iftrue .WantsBattle
|
||||
@@ -28,7 +28,7 @@ GinaPhoneScript1:
|
||||
landmarktotext ROUTE_34, MEM_BUFFER_2
|
||||
farjump UnknownScript_0xa0abd
|
||||
|
||||
GinaPhoneScript2:
|
||||
GinaPhoneCallerScript:
|
||||
trainertotext PICNICKER, GINA1, MEM_BUFFER_0
|
||||
farscall PhoneScript_GreetPhone_Female
|
||||
checkflag ENGINE_ROCKETS_IN_RADIO_TOWER
|
||||
|
@@ -1,4 +1,4 @@
|
||||
HueyPhoneScript1:
|
||||
HueyPhoneCalleeScript:
|
||||
trainertotext SAILOR, HUEY1, MEM_BUFFER_0
|
||||
checkflag ENGINE_HUEY
|
||||
iftrue .WantsBattle
|
||||
@@ -18,7 +18,7 @@ HueyPhoneScript1:
|
||||
landmarktotext LIGHTHOUSE, MEM_BUFFER_2
|
||||
farjump HueyWantsBattleScript
|
||||
|
||||
HueyPhoneScript2:
|
||||
HueyPhoneCallerScript:
|
||||
trainertotext SAILOR, HUEY1, MEM_BUFFER_0
|
||||
farscall PhoneScript_GreetPhone_Male
|
||||
checkflag ENGINE_HUEY
|
||||
|
@@ -1,4 +1,4 @@
|
||||
IrwinPhoneScript1:
|
||||
IrwinPhoneCalleeScript:
|
||||
trainertotext JUGGLER, IRWIN1, MEM_BUFFER_0
|
||||
farscall PhoneScript_AnswerPhone_Male
|
||||
checkflag ENGINE_ROCKETS_IN_RADIO_TOWER
|
||||
@@ -8,7 +8,7 @@ IrwinPhoneScript1:
|
||||
.Rockets:
|
||||
farjump IrwinRocketRumor
|
||||
|
||||
IrwinPhoneScript2:
|
||||
IrwinPhoneCallerScript:
|
||||
trainertotext JUGGLER, IRWIN1, MEM_BUFFER_0
|
||||
farscall PhoneScript_GreetPhone_Male
|
||||
checkflag ENGINE_ROCKETS_IN_RADIO_TOWER
|
||||
|
@@ -1,4 +1,4 @@
|
||||
JackPhoneScript1:
|
||||
JackPhoneCalleeScript:
|
||||
trainertotext SCHOOLBOY, JACK1, MEM_BUFFER_0
|
||||
checkflag ENGINE_JACK
|
||||
iftrue .WantsBattle
|
||||
@@ -17,7 +17,7 @@ JackPhoneScript1:
|
||||
landmarktotext NATIONAL_PARK, MEM_BUFFER_2
|
||||
farjump JackWantsBattleScript
|
||||
|
||||
JackPhoneScript2:
|
||||
JackPhoneCallerScript:
|
||||
trainertotext SCHOOLBOY, JACK1, MEM_BUFFER_0
|
||||
farscall PhoneScript_GreetPhone_Male
|
||||
farscall PhoneScript_Random2
|
||||
|
@@ -1,4 +1,4 @@
|
||||
JoeyPhoneScript1:
|
||||
JoeyPhoneCalleeScript:
|
||||
trainertotext YOUNGSTER, JOEY1, MEM_BUFFER_0
|
||||
checkflag ENGINE_JOEY
|
||||
iftrue .WantsBattle
|
||||
@@ -18,7 +18,7 @@ JoeyPhoneScript1:
|
||||
landmarktotext ROUTE_30, MEM_BUFFER_2
|
||||
farjump UnknownScript_0xa0a4b
|
||||
|
||||
JoeyPhoneScript2:
|
||||
JoeyPhoneCallerScript:
|
||||
trainertotext YOUNGSTER, JOEY1, MEM_BUFFER_0
|
||||
farscall PhoneScript_GreetPhone_Male
|
||||
checkflag ENGINE_JOEY
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user