trainers put the class and id first: trainer YOUNGSTER, JOEY1, ...

This commit is contained in:
Rangi
2018-01-23 13:08:48 -05:00
parent dea26c6639
commit 8f2878c37e
88 changed files with 339 additions and 339 deletions

View File

@@ -45,7 +45,7 @@ SurgeScript_0x1920a5:
end
TrainerGentlemanGregory:
trainer EVENT_BEAT_GENTLEMAN_GREGORY, GENTLEMAN, GREGORY, GentlemanGregorySeenText, GentlemanGregoryBeatenText, 0, .Script
trainer GENTLEMAN, GREGORY, EVENT_BEAT_GENTLEMAN_GREGORY, GentlemanGregorySeenText, GentlemanGregoryBeatenText, 0, .Script
.Script:
end_if_just_battled
@@ -56,7 +56,7 @@ TrainerGentlemanGregory:
end
TrainerGuitaristVincent:
trainer EVENT_BEAT_GUITARIST_VINCENT, GUITARIST, VINCENT, GuitaristVincentSeenText, GuitaristVincentBeatenText, 0, .Script
trainer GUITARIST, VINCENT, EVENT_BEAT_GUITARIST_VINCENT, GuitaristVincentSeenText, GuitaristVincentBeatenText, 0, .Script
.Script:
end_if_just_battled
@@ -67,7 +67,7 @@ TrainerGuitaristVincent:
end
TrainerJugglerHorton:
trainer EVENT_BEAT_JUGGLER_HORTON, JUGGLER, HORTON, JugglerHortonSeenText, JugglerHortonBeatenText, 0, .Script
trainer JUGGLER, HORTON, EVENT_BEAT_JUGGLER_HORTON, JugglerHortonSeenText, JugglerHortonBeatenText, 0, .Script
.Script:
end_if_just_battled