Script commands don't have underscores
This commit is contained in:
@@ -74,8 +74,8 @@ ChuckScript_0x9d60f:
|
||||
end
|
||||
|
||||
CianwoodGymActivateRockets:
|
||||
if_equal 7, .RadioTowerRockets
|
||||
if_equal 6, .GoldenrodRockets
|
||||
ifequal 7, .RadioTowerRockets
|
||||
ifequal 6, .GoldenrodRockets
|
||||
end
|
||||
|
||||
.GoldenrodRockets:
|
||||
@@ -88,7 +88,7 @@ TrainerBlackbeltYoshi:
|
||||
trainer BLACKBELT_T, YOSHI, EVENT_BEAT_BLACKBELT_YOSHI, BlackbeltYoshiSeenText, BlackbeltYoshiBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext BlackbeltYoshiAfterText
|
||||
waitbutton
|
||||
@@ -99,7 +99,7 @@ TrainerBlackbeltLao:
|
||||
trainer BLACKBELT_T, LAO, EVENT_BEAT_BLACKBELT_LAO, BlackbeltLaoSeenText, BlackbeltLaoBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext BlackbeltLaoAfterText
|
||||
waitbutton
|
||||
@@ -110,7 +110,7 @@ TrainerBlackbeltNob:
|
||||
trainer BLACKBELT_T, NOB, EVENT_BEAT_BLACKBELT_NOB, BlackbeltNobSeenText, BlackbeltNobBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext BlackbeltNobAfterText
|
||||
waitbutton
|
||||
@@ -121,7 +121,7 @@ TrainerBlackbeltLung:
|
||||
trainer BLACKBELT_T, LUNG, EVENT_BEAT_BLACKBELT_LUNG, BlackbeltLungSeenText, BlackbeltLungBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext BlackbeltLungAfterText
|
||||
waitbutton
|
||||
|
Reference in New Issue
Block a user