diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-08-13 14:54:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-13 14:54:31 +0200 |
commit | f5330d15daed2d77ff48360554a36162843fe199 (patch) | |
tree | f8142591ea01c720be6d6b979b2fadb84e3018f0 /src/macros/data.asm | |
parent | 783f5fe610c69006742b4976ab4f183f39512d89 (diff) | |
parent | 3581a4baed71f596eedb9c234b910f1d6a7736be (diff) |
Merge pull request #48 from xCrystal/master
More home and bank1 progress
Diffstat (limited to 'src/macros/data.asm')
-rw-r--r-- | src/macros/data.asm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/macros/data.asm b/src/macros/data.asm index 80c4ba2..53926da 100644 --- a/src/macros/data.asm +++ b/src/macros/data.asm @@ -85,15 +85,6 @@ tx: MACRO dw \1_ ENDM -txsymbol: MACRO - const SYM_\1 - charmap "\1>", const_value + -1 -ENDM - -fwcharmap: MACRO - charmap STRCAT("FW\1_", \2), \3 -ENDM - textitem: MACRO db \1, \2 tx \3 |