Rename prioritysjump to sdefer

This commit is contained in:
Rangi
2021-06-08 20:35:04 -04:00
parent 1f9e688b76
commit e4d82e92d0
45 changed files with 61 additions and 60 deletions

View File

@@ -119,7 +119,8 @@ checknite EQUS "checktime NITE"
jump EQUS "sjump"
farjump EQUS "farsjump"
priorityjump EQUS "prioritysjump"
priorityjump EQUS "sdefer"
prioritysjump EQUS "sdefer"
ptcall EQUS "memcall"
ptjump EQUS "memjump"
ptpriorityjump EQUS "stopandsjump"

View File

@@ -883,9 +883,9 @@ deactivatefacing: MACRO
db \1 ; time
ENDM
const prioritysjump_command ; $8d
prioritysjump: MACRO
db prioritysjump_command
const sdefer_command ; $8d
sdefer: MACRO
db sdefer_command
dw \1 ; pointer
ENDM