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:
@@ -28,7 +28,7 @@ TrainerSwimmerfDawn:
|
||||
trainer SWIMMERF, DAWN, EVENT_BEAT_SWIMMERF_DAWN, SwimmerfDawnSeenText, SwimmerfDawnBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext SwimmerfDawnAfterBattleText
|
||||
waitbutton
|
||||
@@ -39,7 +39,7 @@ TrainerSwimmermHarold:
|
||||
trainer SWIMMERM, HAROLD, EVENT_BEAT_SWIMMERM_HAROLD, SwimmermHaroldSeenText, SwimmermHaroldBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext SwimmermHaroldAfterBattleText
|
||||
waitbutton
|
||||
@@ -50,7 +50,7 @@ TrainerSwimmermJerome:
|
||||
trainer SWIMMERM, JEROME, EVENT_BEAT_SWIMMERM_JEROME, SwimmermJeromeSeenText, SwimmermJeromeBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext SwimmermJeromeAfterBattleText
|
||||
waitbutton
|
||||
@@ -61,7 +61,7 @@ TrainerSwimmermTucker:
|
||||
trainer SWIMMERM, TUCKER, EVENT_BEAT_SWIMMERM_TUCKER, SwimmermTuckerSeenText, SwimmermTuckerBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext SwimmermTuckerAfterBattleText
|
||||
waitbutton
|
||||
|
||||
Reference in New Issue
Block a user