Script commands don't have underscores

This commit is contained in:
Rangi
2018-02-02 21:09:17 -05:00
parent b7e44124d3
commit 68d855c213
152 changed files with 1716 additions and 1716 deletions

View File

@@ -17,7 +17,7 @@ TrainerBugCatcherRob:
trainer BUG_CATCHER, ROB, EVENT_BEAT_BUG_CATCHER_ROB, BugCatcherRobSeenText, BugCatcherRobBeatenText, 0, .Script
.Script:
end_if_just_battled
endifjustbattled
opentext
writetext BugCatcherRobAfterBattleText
waitbutton
@@ -28,7 +28,7 @@ TrainerBugCatcherEd:
trainer BUG_CATCHER, ED, EVENT_BEAT_BUG_CATCHER_ED, BugCatcherEdSeenText, BugCatcherEdBeatenText, 0, .Script
.Script:
end_if_just_battled
endifjustbattled
opentext
writetext BugCatcherEdAfterBattleText
waitbutton
@@ -39,7 +39,7 @@ TrainerBugCatcherDoug:
trainer BUG_CATCHER, DOUG, EVENT_BEAT_BUG_CATCHER_DOUG, BugCatcherDougSeenText, BugCatcherDougBeatenText, 0, .Script
.Script:
end_if_just_battled
endifjustbattled
opentext
writetext BugCatcherDougAfterBattleText
waitbutton