mirror of
https://github.com/pret/pokecrystal.git
synced 2026-05-09 12:51:54 -05: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…
Reference in New Issue
Block a user