mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
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
Block a user