mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
dbbw macro
This commit is contained in:
parent
9fb9a286ba
commit
86e77a0229
@ -20,6 +20,11 @@ dbw: MACRO
|
|||||||
dw \2
|
dw \2
|
||||||
ENDM
|
ENDM
|
||||||
|
|
||||||
|
dbbw: MACRO
|
||||||
|
db \1, \2
|
||||||
|
dw \3
|
||||||
|
ENDM
|
||||||
|
|
||||||
dn: MACRO
|
dn: MACRO
|
||||||
db \1 << 4 + \2
|
db \1 << 4 + \2
|
||||||
ENDM
|
ENDM
|
||||||
|
Loading…
Reference in New Issue
Block a user