trainers put the class and id first: trainer YOUNGSTER, JOEY1, ...
This commit is contained in:
@@ -26,7 +26,7 @@ Route39Miltank:
|
||||
end
|
||||
|
||||
TrainerPokefanmDerek1:
|
||||
trainer EVENT_BEAT_POKEFANM_DEREK, POKEFANM, DEREK1, PokefanmDerek1SeenText, PokefanmDerek1BeatenText, 0, .Script
|
||||
trainer POKEFANM, DEREK1, EVENT_BEAT_POKEFANM_DEREK, PokefanmDerek1SeenText, PokefanmDerek1BeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
writecode VAR_CALLERID, PHONE_POKEFANM_DEREK
|
||||
@@ -105,7 +105,7 @@ PackIsFull:
|
||||
end
|
||||
|
||||
TrainerPokefanfRuth:
|
||||
trainer EVENT_BEAT_POKEFANF_RUTH, POKEFANF, RUTH, PokefanfRuthSeenText, PokefanfRuthBeatenText, 0, .Script
|
||||
trainer POKEFANF, RUTH, EVENT_BEAT_POKEFANF_RUTH, PokefanfRuthSeenText, PokefanfRuthBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
@@ -116,7 +116,7 @@ TrainerPokefanfRuth:
|
||||
end
|
||||
|
||||
TrainerSailorEugene:
|
||||
trainer EVENT_BEAT_SAILOR_EUGENE, SAILOR, EUGENE, SailorEugeneSeenText, SailorEugeneBeatenText, 0, .Script
|
||||
trainer SAILOR, EUGENE, EVENT_BEAT_SAILOR_EUGENE, SailorEugeneSeenText, SailorEugeneBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
@@ -127,7 +127,7 @@ TrainerSailorEugene:
|
||||
end
|
||||
|
||||
TrainerPsychicNorman:
|
||||
trainer EVENT_BEAT_PSYCHIC_NORMAN, PSYCHIC_T, NORMAN, PsychicNormanSeenText, PsychicNormanBeatenText, 0, .Script
|
||||
trainer PSYCHIC_T, NORMAN, EVENT_BEAT_PSYCHIC_NORMAN, PsychicNormanSeenText, PsychicNormanBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
|
Reference in New Issue
Block a user