Script commands don't have underscores
This commit is contained in:
@@ -16,7 +16,7 @@ TrainerCooltrainermSean:
|
||||
trainer COOLTRAINERM, SEAN, EVENT_BEAT_COOLTRAINERM_SEAN, CooltrainermSeanSeenText, CooltrainermSeanBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext CooltrainermSeanAfterBattleText
|
||||
waitbutton
|
||||
@@ -27,7 +27,7 @@ TrainerCooltrainerfCarol:
|
||||
trainer COOLTRAINERF, CAROL, EVENT_BEAT_COOLTRAINERF_CAROL, CooltrainerfCarolSeenText, CooltrainerfCarolBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext CooltrainerfCarolAfterBattleText
|
||||
waitbutton
|
||||
@@ -38,7 +38,7 @@ TrainerPokemaniacEthan:
|
||||
trainer POKEMANIAC, ETHAN, EVENT_BEAT_POKEMANIAC_ETHAN, PokemaniacEthanSeenText, PokemaniacEthanBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext PokemaniacEthanAfterBattleText
|
||||
waitbutton
|
||||
@@ -49,7 +49,7 @@ TrainerHikerNoland:
|
||||
trainer HIKER, NOLAND, EVENT_BEAT_HIKER_NOLAND, HikerNolandSeenText, HikerNolandBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext HikerNolandAfterBattleText
|
||||
waitbutton
|
||||
@@ -60,7 +60,7 @@ TrainerGentlemanEdward:
|
||||
trainer GENTLEMAN, EDWARD, EVENT_BEAT_GENTLEMAN_EDWARD, GentlemanEdwardSeenText, GentlemanEdwardBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext GentlemanEdwardAfterBattleText
|
||||
waitbutton
|
||||
@@ -71,7 +71,7 @@ TrainerBurglarCorey:
|
||||
trainer BURGLAR, COREY, EVENT_BEAT_BURGLAR_COREY, BurglarCoreySeenText, BurglarCoreyBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext BurglarCoreyAfterBattleText
|
||||
waitbutton
|
||||
@@ -98,7 +98,7 @@ SailorScript_0x755f1:
|
||||
setevent EVENT_FAST_SHIP_LAZY_SAILOR
|
||||
setmapscene FAST_SHIP_B1F, SCENE_FINISHED
|
||||
checkcode VAR_FACING
|
||||
if_equal RIGHT, UnknownScript_0x75629
|
||||
ifequal RIGHT, UnknownScript_0x75629
|
||||
applymovement FASTSHIPCABINS_NNW_NNE_NE_SAILOR, MovementData_0x75637
|
||||
playsound SFX_EXIT_BUILDING
|
||||
disappear FASTSHIPCABINS_NNW_NNE_NE_SAILOR
|
||||
|
Reference in New Issue
Block a user