You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
dbbw macro
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user