trainers put the class and id first: trainer YOUNGSTER, JOEY1, ...
This commit is contained in:
@@ -18,7 +18,7 @@ Route17_MapScripts:
|
||||
return
|
||||
|
||||
TrainerBikerCharles:
|
||||
trainer EVENT_BEAT_BIKER_CHARLES, BIKER, CHARLES, BikerCharlesSeenText, BikerCharlesBeatenText, 0, .Script
|
||||
trainer BIKER, CHARLES, EVENT_BEAT_BIKER_CHARLES, BikerCharlesSeenText, BikerCharlesBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
@@ -29,7 +29,7 @@ TrainerBikerCharles:
|
||||
end
|
||||
|
||||
TrainerBikerRiley:
|
||||
trainer EVENT_BEAT_BIKER_RILEY, BIKER, RILEY, BikerRileySeenText, BikerRileyBeatenText, 0, .Script
|
||||
trainer BIKER, RILEY, EVENT_BEAT_BIKER_RILEY, BikerRileySeenText, BikerRileyBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
@@ -40,7 +40,7 @@ TrainerBikerRiley:
|
||||
end
|
||||
|
||||
TrainerBikerJoel:
|
||||
trainer EVENT_BEAT_BIKER_JOEL, BIKER, JOEL, BikerJoelSeenText, BikerJoelBeatenText, 0, .Script
|
||||
trainer BIKER, JOEL, EVENT_BEAT_BIKER_JOEL, BikerJoelSeenText, BikerJoelBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
@@ -51,7 +51,7 @@ TrainerBikerJoel:
|
||||
end
|
||||
|
||||
TrainerBikerGlenn:
|
||||
trainer EVENT_BEAT_BIKER_GLENN, BIKER, GLENN, BikerGlennSeenText, BikerGlennBeatenText, 0, .Script
|
||||
trainer BIKER, GLENN, EVENT_BEAT_BIKER_GLENN, BikerGlennSeenText, BikerGlennBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
|
Reference in New Issue
Block a user