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