You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Script commands don't have underscores
This commit is contained in:
@@ -16,7 +16,7 @@ TrainerTeacherColette:
|
||||
trainer TEACHER, COLETTE, EVENT_BEAT_TEACHER_COLETTE, TeacherColetteSeenText, TeacherColetteBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext TeacherColetteAfterBattleText
|
||||
waitbutton
|
||||
@@ -27,7 +27,7 @@ TrainerTeacherHillary:
|
||||
trainer TEACHER, HILLARY, EVENT_BEAT_TEACHER_HILLARY, TeacherHillarySeenText, TeacherHillaryBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext TeacherHillaryAfterBattleText
|
||||
waitbutton
|
||||
@@ -38,7 +38,7 @@ TrainerSchoolboyKipp:
|
||||
trainer SCHOOLBOY, KIPP, EVENT_BEAT_SCHOOLBOY_KIP, SchoolboyKippSeenText, SchoolboyKippBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext SchoolboyKippAfterBattleText
|
||||
waitbutton
|
||||
@@ -49,7 +49,7 @@ TrainerSchoolboyTommy:
|
||||
trainer SCHOOLBOY, TOMMY, EVENT_BEAT_SCHOOLBOY_TOMMY, SchoolboyTommySeenText, SchoolboyTommyBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext SchoolboyTommyAfterBattleText
|
||||
waitbutton
|
||||
@@ -60,7 +60,7 @@ TrainerSchoolboyJohnny:
|
||||
trainer SCHOOLBOY, JOHNNY, EVENT_BEAT_SCHOOLBOY_JOHNNY, SchoolboyJohnnySeenText, SchoolboyJohnnyBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext SchoolboyJohnnyAfterBattleText
|
||||
waitbutton
|
||||
@@ -71,7 +71,7 @@ TrainerSchoolboyBilly:
|
||||
trainer SCHOOLBOY, BILLY, EVENT_BEAT_SCHOOLBOY_BILLY, SchoolboyBillySeenText, SchoolboyBillyBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext SchoolboyBillyAfterBattleText
|
||||
waitbutton
|
||||
|
||||
Reference in New Issue
Block a user