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:
@@ -13,7 +13,7 @@ TrainerFirebreatherLyle:
|
||||
trainer FIREBREATHER, LYLE, EVENT_BEAT_FIREBREATHER_LYLE, FirebreatherLyleSeenText, FirebreatherLyleBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext FirebreatherLyleAfterBattleText
|
||||
waitbutton
|
||||
@@ -24,7 +24,7 @@ TrainerBugCatcherKen:
|
||||
trainer BUG_CATCHER, KEN, EVENT_BEAT_BUG_CATCHER_KEN, BugCatcherKenSeenText, BugCatcherKenBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext BugCatcherKenAfterBattleText
|
||||
waitbutton
|
||||
@@ -35,7 +35,7 @@ TrainerBeautyCassie:
|
||||
trainer BEAUTY, CASSIE, EVENT_BEAT_BEAUTY_CASSIE, BeautyCassieSeenText, BeautyCassieBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext BeautyCassieAfterBattleText
|
||||
waitbutton
|
||||
@@ -46,7 +46,7 @@ TrainerGuitaristClyde:
|
||||
trainer GUITARIST, CLYDE, EVENT_BEAT_GUITARIST_CLYDE, GuitaristClydeSeenText, GuitaristClydeBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
special Mobile_DummyReturnFalse
|
||||
iftrue .mobile
|
||||
opentext
|
||||
|
||||
Reference in New Issue
Block a user