You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Script commands don't have underscores
This commit is contained in:
@@ -16,7 +16,7 @@ TrainerPokemaniacAndrew:
|
||||
trainer POKEMANIAC, ANDREW, EVENT_BEAT_POKEMANIAC_ANDREW, PokemaniacAndrewSeenText, PokemaniacAndrewBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext PokemaniacAndrewAfterBattleText
|
||||
waitbutton
|
||||
@@ -27,7 +27,7 @@ TrainerPokemaniacCalvin:
|
||||
trainer POKEMANIAC, CALVIN, EVENT_BEAT_POKEMANIAC_CALVIN, PokemaniacCalvinSeenText, PokemaniacCalvinBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext PokemaniacCalvinAfterBattleText
|
||||
waitbutton
|
||||
@@ -38,7 +38,7 @@ TrainerHikerPhillip:
|
||||
trainer HIKER, PHILLIP, EVENT_BEAT_HIKER_PHILLIP, HikerPhillipSeenText, HikerPhillipBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext HikerPhillipAfterBattleText
|
||||
waitbutton
|
||||
@@ -49,7 +49,7 @@ TrainerHikerLeonard:
|
||||
trainer HIKER, LEONARD, EVENT_BEAT_HIKER_LEONARD, HikerLeonardSeenText, HikerLeonardBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext HikerLeonardAfterBattleText
|
||||
waitbutton
|
||||
|
||||
Reference in New Issue
Block a user