Script commands don't have underscores
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user