You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Resolve #723: treat std scripts like specials and predefs
This commit is contained in:
@@ -145,39 +145,39 @@ TrainerBugCatcherWade1:
|
||||
sjump .PackFullSTD
|
||||
|
||||
.AskPhoneNumberSTD:
|
||||
jumpstd asknumber1m
|
||||
jumpstd AskNumber1MScript
|
||||
end
|
||||
|
||||
.AskAgainSTD:
|
||||
jumpstd asknumber2m
|
||||
jumpstd AskNumber2MScript
|
||||
end
|
||||
|
||||
.RegisterNumberSTD:
|
||||
jumpstd registerednumberm
|
||||
jumpstd RegisteredNumberMScript
|
||||
end
|
||||
|
||||
.AcceptedNumberSTD:
|
||||
jumpstd numberacceptedm
|
||||
jumpstd NumberAcceptedMScript
|
||||
end
|
||||
|
||||
.DeclinedNumberSTD:
|
||||
jumpstd numberdeclinedm
|
||||
jumpstd NumberDeclinedMScript
|
||||
end
|
||||
|
||||
.PhoneFullSTD:
|
||||
jumpstd phonefullm
|
||||
jumpstd PhoneFullMScript
|
||||
end
|
||||
|
||||
.RematchSTD:
|
||||
jumpstd rematchm
|
||||
jumpstd RematchMScript
|
||||
end
|
||||
|
||||
.ItemSTD:
|
||||
jumpstd giftm
|
||||
jumpstd GiftMScript
|
||||
end
|
||||
|
||||
.PackFullSTD:
|
||||
jumpstd packfullm
|
||||
jumpstd PackFullMScript
|
||||
end
|
||||
|
||||
Route31MailRecipientScript:
|
||||
|
||||
Reference in New Issue
Block a user