You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Rename some call/jump script commands to avoid confusion with jr/jp asm instructions
Fixes #580
This commit is contained in:
@@ -30,7 +30,7 @@ TrainerHikerAnthony:
|
||||
buttonsound
|
||||
setevent EVENT_ANTHONY_ASKED_FOR_PHONE_NUMBER
|
||||
scall .AskNumber1
|
||||
jump .AskForPhoneNumber
|
||||
sjump .AskForPhoneNumber
|
||||
|
||||
.AskAgain:
|
||||
scall .AskNumber2
|
||||
@@ -40,7 +40,7 @@ TrainerHikerAnthony:
|
||||
ifequal PHONE_CONTACT_REFUSED, .NumberDeclined
|
||||
gettrainername STRING_BUFFER_3, HIKER, ANTHONY2
|
||||
scall .RegisteredNumber
|
||||
jump .NumberAccepted
|
||||
sjump .NumberAccepted
|
||||
|
||||
.Rematch:
|
||||
scall .RematchStd
|
||||
|
||||
Reference in New Issue
Block a user