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:
@@ -18,7 +18,7 @@ TrainerPokemaniacLarry:
|
||||
trainer POKEMANIAC, LARRY, EVENT_BEAT_POKEMANIAC_LARRY, PokemaniacLarrySeenText, PokemaniacLarryBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext PokemaniacLarryAfterBattleText
|
||||
waitbutton
|
||||
@@ -29,7 +29,7 @@ TrainerHikerRussell:
|
||||
trainer HIKER, RUSSELL, EVENT_BEAT_HIKER_RUSSELL, HikerRussellSeenText, HikerRussellBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext HikerRussellAfterBattleText
|
||||
waitbutton
|
||||
@@ -40,7 +40,7 @@ TrainerHikerDaniel:
|
||||
trainer HIKER, DANIEL, EVENT_BEAT_HIKER_DANIEL, HikerDanielSeenText, HikerDanielBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext HikerDanielAfterBattleText
|
||||
waitbutton
|
||||
@@ -51,7 +51,7 @@ TrainerFirebreatherBill:
|
||||
trainer FIREBREATHER, BILL, EVENT_BEAT_FIREBREATHER_BILL, FirebreatherBillSeenText, FirebreatherBillBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext FirebreatherBillAfterBattleText
|
||||
waitbutton
|
||||
@@ -62,7 +62,7 @@ TrainerFirebreatherRay:
|
||||
trainer FIREBREATHER, RAY, EVENT_BEAT_FIREBREATHER_RAY, FirebreatherRaySeenText, FirebreatherRayBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext FirebreatherRayAfterBattleText
|
||||
waitbutton
|
||||
|
||||
Reference in New Issue
Block a user