mirror of https://github.com/pret/pokecrystal.git
5 lines
46 B
NASM
5 lines
46 B
NASM
|
add_pic: MACRO
|
||
|
db BANK(\1) - $36
|
||
|
dw \1
|
||
|
ENDM
|