diff options
author | padz <yenatch@github.com> | 2012-09-22 19:27:57 -0400 |
---|---|---|
committer | padz <yenatch@github.com> | 2012-09-22 19:27:57 -0400 |
commit | 354685efd751cd2d05ff45c500e1af6da845f83d (patch) | |
tree | e0ba562439be3b29f2b0728ae7a9879932c76c23 /constants.asm | |
parent | e8b7789127ab6ed4ebd875d09490d57e874c3066 (diff) |
treemon and assorted minor changes
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 3d75a8f0d..eb9def7fb 100644 --- a/constants.asm +++ b/constants.asm @@ -1,5 +1,10 @@ _CRYSTAL EQU 1 +dwb: MACRO + dw \1 + db \2 + ENDM + TX_FAR: MACRO db $16 dw \1 |