Script commands don't have underscores
This commit is contained in:
@@ -48,7 +48,7 @@ TrainerMediumRebecca:
|
||||
trainer MEDIUM, REBECCA, EVENT_BEAT_MEDIUM_REBECCA, MediumRebeccaSeenText, MediumRebeccaBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext MediumRebeccaAfterBattleText
|
||||
waitbutton
|
||||
@@ -59,7 +59,7 @@ TrainerPsychicFranklin:
|
||||
trainer PSYCHIC_T, FRANKLIN, EVENT_BEAT_PSYCHIC_FRANKLIN, PsychicFranklinSeenText, PsychicFranklinBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext PsychicFranklinAfterBattleText
|
||||
waitbutton
|
||||
@@ -70,7 +70,7 @@ TrainerMediumDoris:
|
||||
trainer MEDIUM, DORIS, EVENT_BEAT_MEDIUM_DORIS, MediumDorisSeenText, MediumDorisBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext MediumDorisAfterBattleText
|
||||
waitbutton
|
||||
@@ -81,7 +81,7 @@ TrainerPsychicJared:
|
||||
trainer PSYCHIC_T, JARED, EVENT_BEAT_PSYCHIC_JARED, PsychicJaredSeenText, PsychicJaredBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext PsychicJaredAfterBattleText
|
||||
waitbutton
|
||||
|
Reference in New Issue
Block a user