Rename some call/jump script commands to avoid confusion with jr/jp asm instructions
Fixes #580
This commit is contained in:
@@ -15,6 +15,14 @@ checkmorn EQUS "checktime MORN"
|
||||
checkday EQUS "checktime DAY"
|
||||
checknite EQUS "checktime NITE"
|
||||
|
||||
jump EQUS "sjump"
|
||||
farjump EQUS "farsjump"
|
||||
priorityjump EQUS "prioritysjump"
|
||||
ptcall EQUS "memcall"
|
||||
ptjump EQUS "memjump"
|
||||
ptpriorityjump EQUS "stopandsjump"
|
||||
ptcallasm EQUS "memcallasm"
|
||||
|
||||
if_equal EQUS "ifequal"
|
||||
if_not_equal EQUS "ifnotequal"
|
||||
if_greater_than EQUS "ifgreater"
|
||||
|
Reference in New Issue
Block a user