diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-11 16:59:40 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-11 16:59:40 -0500 |
commit | ecd277204a1e32e923702a57a6212579635a9b4c (patch) | |
tree | da36c9e86e4578e25cdbcd4f8c563aed8cd54b7c /macros.asm | |
parent | b65fe57db61c8b4528092ca7cd13f33e559e33d2 (diff) |
Card Flip
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm index 9197d5ed6..2677de671 100644 --- a/macros.asm +++ b/macros.asm @@ -220,6 +220,7 @@ endc endm depixel EQUS "ldpixel de," +bcpixel EQUS "ldpixel bc," dbpixel: MACRO if _NARG >= 4 |