This website requires JavaScript.
Explore
Help
Sign In
Future
/
pokecrystal
Watch
1
Star
0
Fork
0
You've already forked pokecrystal
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
895e14cd05c95859820b4bae6b8ee0b6b3603f50
pokecrystal
/
macros
/
pic.asm
yenatch
275780271e
Use a macro instead of manually subtracting $36 from pic banks.
2015-03-03 17:19:27 -05:00
5 lines
46 B
NASM
Raw
Blame
History
add_pic:
MACRO
db
BANK
(
\
1
)
-
$
36
dw
\
1
ENDM
Reference in New Issue
View Git Blame
Copy Permalink