You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Rename prioritysjump
to sdefer
This commit is contained in:
@@ -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"
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user