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

@@ -80,8 +80,8 @@ UnknownScript_0x5407b:
end
GoldenrodGymActivateRockets:
if_equal 7, .RadioTowerRockets
if_equal 6, .GoldenrodRockets
ifequal 7, .RadioTowerRockets
ifequal 6, .GoldenrodRockets
end
.GoldenrodRockets:
@@ -94,7 +94,7 @@ TrainerLassCarrie:
trainer LASS, CARRIE, EVENT_BEAT_LASS_CARRIE, LassCarrieSeenText, LassCarrieBeatenText, 0, .Script
.Script:
end_if_just_battled
endifjustbattled
opentext
writetext LassCarrieAfterBattleText
waitbutton
@@ -118,7 +118,7 @@ TrainerLassBridget:
trainer LASS, BRIDGET, EVENT_BEAT_LASS_BRIDGET, LassBridgetSeenText, LassBridgetBeatenText, 0, .Script
.Script:
end_if_just_battled
endifjustbattled
opentext
writetext LassBridgetAfterBattleText
waitbutton
@@ -129,7 +129,7 @@ TrainerBeautyVictoria:
trainer BEAUTY, VICTORIA, EVENT_BEAT_BEAUTY_VICTORIA, BeautyVictoriaSeenText, BeautyVictoriaBeatenText, 0, .Script
.Script:
end_if_just_battled
endifjustbattled
opentext
writetext BeautyVictoriaAfterBattleText
waitbutton
@@ -140,7 +140,7 @@ TrainerBeautySamantha:
trainer BEAUTY, SAMANTHA, EVENT_BEAT_BEAUTY_SAMANTHA, BeautySamanthaSeenText, BeautySamanthaBeatenText, 0, .Script
.Script:
end_if_just_battled
endifjustbattled
opentext
writetext BeautySamanthaAfterBattleText
waitbutton