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/constants.asm | |
parent | 783f5fe610c69006742b4976ab4f183f39512d89 (diff) | |
parent | 3581a4baed71f596eedb9c234b910f1d6a7736be (diff) |
Merge pull request #48 from xCrystal/master
More home and bank1 progress
Diffstat (limited to 'src/macros/constants.asm')
-rw-r--r-- | src/macros/constants.asm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/macros/constants.asm b/src/macros/constants.asm index ceb0c7f..177fcd6 100644 --- a/src/macros/constants.asm +++ b/src/macros/constants.asm @@ -10,10 +10,3 @@ const: MACRO \1 EQU const_value const_value = const_value + 1 ENDM - -deck_const: MACRO -if const_value >= 2 -\1_ID EQU const_value + -2 -endc - const \1 -ENDM |