trainers put the class and id first: trainer YOUNGSTER, JOEY1, ...
This commit is contained in:
@@ -21,7 +21,7 @@ Route45_MapScripts:
|
||||
db 0
|
||||
|
||||
TrainerBlackbeltKenji:
|
||||
trainer EVENT_BEAT_BLACKBELT_KENJI, BLACKBELT_T, KENJI3, BlackbeltKenji3SeenText, BlackbeltKenji3BeatenText, 0, .Script
|
||||
trainer BLACKBELT_T, KENJI3, EVENT_BEAT_BLACKBELT_KENJI, BlackbeltKenji3SeenText, BlackbeltKenji3BeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
writecode VAR_CALLERID, PHONE_BLACKBELT_KENJI
|
||||
@@ -125,7 +125,7 @@ UnknownScript_0x19e146:
|
||||
end
|
||||
|
||||
TrainerHikerErik:
|
||||
trainer EVENT_BEAT_HIKER_ERIK, HIKER, ERIK, HikerErikSeenText, HikerErikBeatenText, 0, .Script
|
||||
trainer HIKER, ERIK, EVENT_BEAT_HIKER_ERIK, HikerErikSeenText, HikerErikBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
@@ -136,7 +136,7 @@ TrainerHikerErik:
|
||||
end
|
||||
|
||||
TrainerHikerMichael:
|
||||
trainer EVENT_BEAT_HIKER_MICHAEL, HIKER, MICHAEL, HikerMichaelSeenText, HikerMichaelBeatenText, 0, .Script
|
||||
trainer HIKER, MICHAEL, EVENT_BEAT_HIKER_MICHAEL, HikerMichaelSeenText, HikerMichaelBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
@@ -147,7 +147,7 @@ TrainerHikerMichael:
|
||||
end
|
||||
|
||||
TrainerHikerParry:
|
||||
trainer EVENT_BEAT_HIKER_PARRY, HIKER, PARRY3, HikerParry3SeenText, HikerParry3BeatenText, 0, .Script
|
||||
trainer HIKER, PARRY3, EVENT_BEAT_HIKER_PARRY, HikerParry3SeenText, HikerParry3BeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
writecode VAR_CALLERID, PHONE_HIKER_PARRY
|
||||
@@ -233,7 +233,7 @@ UnknownScript_0x19e219:
|
||||
jump UnknownScript_0x19e127
|
||||
|
||||
TrainerHikerTimothy:
|
||||
trainer EVENT_BEAT_HIKER_TIMOTHY, HIKER, TIMOTHY, HikerTimothySeenText, HikerTimothyBeatenText, 0, .Script
|
||||
trainer HIKER, TIMOTHY, EVENT_BEAT_HIKER_TIMOTHY, HikerTimothySeenText, HikerTimothyBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
@@ -244,7 +244,7 @@ TrainerHikerTimothy:
|
||||
end
|
||||
|
||||
TrainerCooltrainermRyan:
|
||||
trainer EVENT_BEAT_COOLTRAINERM_RYAN, COOLTRAINERM, RYAN, CooltrainermRyanSeenText, CooltrainermRyanBeatenText, 0, .Script
|
||||
trainer COOLTRAINERM, RYAN, EVENT_BEAT_COOLTRAINERM_RYAN, CooltrainermRyanSeenText, CooltrainermRyanBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
@@ -255,7 +255,7 @@ TrainerCooltrainermRyan:
|
||||
end
|
||||
|
||||
TrainerCooltrainerfKelly:
|
||||
trainer EVENT_BEAT_COOLTRAINERF_KELLY, COOLTRAINERF, KELLY, CooltrainerfKellySeenText, CooltrainerfKellyBeatenText, 0, .Script
|
||||
trainer COOLTRAINERF, KELLY, EVENT_BEAT_COOLTRAINERF_KELLY, CooltrainerfKellySeenText, CooltrainerfKellyBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
|
Reference in New Issue
Block a user