diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-10 23:20:32 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-10 23:20:32 -0600 |
commit | b5667bd097347c1d3958fa8f9eb6d39788c0ff50 (patch) | |
tree | 29aca119bf365256255da97e8e768cd9216688a8 /asm/macros/ec.inc | |
parent | d4afe49b06a7ef2422839fcd0340c06c6a8e541b (diff) |
refactor build system
Diffstat (limited to 'asm/macros/ec.inc')
-rw-r--r-- | asm/macros/ec.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/asm/macros/ec.inc b/asm/macros/ec.inc deleted file mode 100644 index d3fd45c2f..000000000 --- a/asm/macros/ec.inc +++ /dev/null @@ -1,8 +0,0 @@ - - .macro ec_duplicates count - .2byte 0xff00 + \count - .endm - - .macro ec_words_by_letter label - .2byte (gEasyChatWordsByLetter_\label - gEasyChatWordsAlphabetized) / 2 - .endm |