mirror of https://github.com/pret/pokecrystal.git
dbbw macro
This commit is contained in:
parent
9fb9a286ba
commit
86e77a0229
|
@ -20,6 +20,11 @@ dbw: MACRO
|
|||
dw \2
|
||||
ENDM
|
||||
|
||||
dbbw: MACRO
|
||||
db \1, \2
|
||||
dw \3
|
||||
ENDM
|
||||
|
||||
dn: MACRO
|
||||
db \1 << 4 + \2
|
||||
ENDM
|
||||
|
|
Loading…
Reference in New Issue