Script commands don't have underscores
This commit is contained in:
@@ -27,7 +27,7 @@ TrainerBugCatcherWade1:
|
||||
|
||||
.Script:
|
||||
writecode VAR_CALLERID, PHONE_BUG_CATCHER_WADE
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
checkflag ENGINE_WADE
|
||||
iftrue .WadeRematch
|
||||
@@ -47,8 +47,8 @@ TrainerBugCatcherWade1:
|
||||
scall .AskAgainSTD
|
||||
.Continue:
|
||||
askforphonenumber PHONE_BUG_CATCHER_WADE
|
||||
if_equal PHONE_CONTACTS_FULL, .PhoneFullSTD
|
||||
if_equal PHONE_CONTACT_REFUSED, .DeclinedNumberSTD
|
||||
ifequal PHONE_CONTACTS_FULL, .PhoneFullSTD
|
||||
ifequal PHONE_CONTACT_REFUSED, .DeclinedNumberSTD
|
||||
trainertotext BUG_CATCHER, WADE1, MEM_BUFFER_0
|
||||
scall .RegisterNumberSTD
|
||||
jump .AcceptedNumberSTD
|
||||
@@ -57,11 +57,11 @@ TrainerBugCatcherWade1:
|
||||
scall .RematchSTD
|
||||
winlosstext BugCatcherWade1BeatenText, 0
|
||||
copybytetovar wWadeFightCount
|
||||
if_equal 4, .Fight4
|
||||
if_equal 3, .Fight3
|
||||
if_equal 2, .Fight2
|
||||
if_equal 1, .Fight1
|
||||
if_equal 0, .LoadFight0
|
||||
ifequal 4, .Fight4
|
||||
ifequal 3, .Fight3
|
||||
ifequal 2, .Fight2
|
||||
ifequal 1, .Fight1
|
||||
ifequal 0, .LoadFight0
|
||||
.Fight4:
|
||||
checkevent EVENT_BEAT_ELITE_FOUR
|
||||
iftrue .LoadFight4
|
||||
@@ -196,10 +196,10 @@ Route31MailRecipientScript:
|
||||
writetext Text_Route31SleepyManGotMail
|
||||
buttonsound
|
||||
checkpokeitem ReceivedSpearowMailText
|
||||
if_equal POKEMAIL_WRONG_MAIL, .WrongMail
|
||||
if_equal POKEMAIL_REFUSED, .Refused
|
||||
if_equal POKEMAIL_NO_MAIL, .NoMail
|
||||
if_equal POKEMAIL_LAST_MON, .LastMon
|
||||
ifequal POKEMAIL_WRONG_MAIL, .WrongMail
|
||||
ifequal POKEMAIL_REFUSED, .Refused
|
||||
ifequal POKEMAIL_NO_MAIL, .NoMail
|
||||
ifequal POKEMAIL_LAST_MON, .LastMon
|
||||
; POKEMAIL_CORRECT
|
||||
writetext Text_Route31HandOverMailMon
|
||||
buttonsound
|
||||
|
Reference in New Issue
Block a user