mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
add dn macro
This commit is contained in:
parent
3383c45c27
commit
811ea2071d
@ -5,6 +5,10 @@ dwb: MACRO
|
||||
db \2
|
||||
ENDM
|
||||
|
||||
dn: MACRO
|
||||
db \1 << 4 + \2
|
||||
ENDM
|
||||
|
||||
callab: MACRO
|
||||
ld hl, \1
|
||||
ld a, BANK(\1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user