mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -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…
x
Reference in New Issue
Block a user