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

@@ -28,7 +28,7 @@ RuinsOfAlphOutside_MapScripts:
.MaybeScientist:
checkcode VAR_UNOWNCOUNT
if_greater_than 2, .YesScientist
ifgreater 2, .YesScientist
jump .NoScientist
.YesScientist:
@@ -103,7 +103,7 @@ TrainerPsychicNathan:
trainer PSYCHIC_T, NATHAN, EVENT_BEAT_PSYCHIC_NATHAN, PsychicNathanSeenText, PsychicNathanBeatenText, 0, .Script
.Script:
end_if_just_battled
endifjustbattled
opentext
writetext PsychicNathanAfterBattleText
waitbutton
@@ -114,7 +114,7 @@ TrainerSuperNerdStan:
trainer SUPER_NERD, STAN, EVENT_BEAT_SUPER_NERD_STAN, UnknownText_0x581e5, UnknownText_0x58217, 0, .Script
.Script:
end_if_just_battled
endifjustbattled
opentext
writetext SuperNerdStanAfterBattleText
waitbutton