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:
@@ -125,39 +125,39 @@ TrainerFisherTully:
|
||||
sjump .PackFull
|
||||
|
||||
.AskNumber1:
|
||||
jumpstd asknumber1m
|
||||
jumpstd AskNumber1MScript
|
||||
end
|
||||
|
||||
.AskNumber2:
|
||||
jumpstd asknumber2m
|
||||
jumpstd AskNumber2MScript
|
||||
end
|
||||
|
||||
.RegisteredNumber:
|
||||
jumpstd registerednumberm
|
||||
jumpstd RegisteredNumberMScript
|
||||
end
|
||||
|
||||
.NumberAccepted:
|
||||
jumpstd numberacceptedm
|
||||
jumpstd NumberAcceptedMScript
|
||||
end
|
||||
|
||||
.NumberDeclined:
|
||||
jumpstd numberdeclinedm
|
||||
jumpstd NumberDeclinedMScript
|
||||
end
|
||||
|
||||
.PhoneFull:
|
||||
jumpstd phonefullm
|
||||
jumpstd PhoneFullMScript
|
||||
end
|
||||
|
||||
.Rematch:
|
||||
jumpstd rematchm
|
||||
jumpstd RematchMScript
|
||||
end
|
||||
|
||||
.Gift:
|
||||
jumpstd giftm
|
||||
jumpstd GiftMScript
|
||||
end
|
||||
|
||||
.PackFull:
|
||||
jumpstd packfullm
|
||||
jumpstd PackFullMScript
|
||||
end
|
||||
|
||||
TrainerPokemaniacShane:
|
||||
|
||||
Reference in New Issue
Block a user