Rename several script commands

This commit is contained in:
PikalaxALT
2015-11-25 10:16:29 -05:00
parent f599e477fc
commit 01792e00d2
327 changed files with 2935 additions and 2926 deletions

View File

@@ -13,20 +13,20 @@ CharcoalKilnBoss:
checkevent EVENT_CLEARED_SLOWPOKE_WELL
iftrue .SavedSlowpoke
writetext CharcoalKilnBossText1
waitbutton
closetext
loadmovesprites
end
.SavedSlowpoke
writetext CharcoalKilnBossText2
waitbutton
closetext
loadmovesprites
end
.GotCut
writetext CharcoalKilnBossText3
waitbutton
closetext
loadmovesprites
end
CharcoalKilnApprentice:
@@ -37,8 +37,8 @@ CharcoalKilnApprentice:
checkevent EVENT_GOT_HM01_CUT
iftrue .Thanks
writetext CharcoalKilnApprenticeText1
waitbutton
closetext
loadmovesprites
end
.Thanks
@@ -47,14 +47,14 @@ CharcoalKilnApprentice:
verbosegiveitem CHARCOAL
iffalse .Done
setevent EVENT_GOT_CHARCOAL_IN_CHARCOAL_KILN
loadmovesprites
closetext
end
.YoureTheCoolest
writetext CharcoalKilnApprenticeText3
closetext
waitbutton
.Done
loadmovesprites
closetext
end
CharcoalKilnFarfetchd:
@@ -62,8 +62,8 @@ CharcoalKilnFarfetchd:
loadfont
writetext FarfetchdText
cry FARFETCH_D
waitbutton
closetext
loadmovesprites
end
CharcoalKilnBookshelf: