You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Resolve #723: treat std scripts like specials and predefs
This commit is contained in:
@@ -147,40 +147,40 @@ TrainerYoungsterJoey:
|
||||
sjump .NumberAccepted
|
||||
|
||||
.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
|
||||
|
||||
.RematchStd:
|
||||
jumpstd rematchm
|
||||
jumpstd RematchMScript
|
||||
end
|
||||
|
||||
.PackFull:
|
||||
setevent EVENT_JOEY_HP_UP
|
||||
jumpstd packfullm
|
||||
jumpstd PackFullMScript
|
||||
end
|
||||
|
||||
.RematchGift:
|
||||
jumpstd rematchgiftm
|
||||
jumpstd RematchGiftMScript
|
||||
end
|
||||
|
||||
TrainerYoungsterMikey:
|
||||
|
||||
Reference in New Issue
Block a user