summaryrefslogtreecommitdiff
path: root/include/macros/ec.inc
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2018-01-11 13:51:45 -0600
committerGitHub <noreply@github.com>2018-01-11 13:51:45 -0600
commit2b56f43fce75871f2be993d43b483ceefd0bfc0f (patch)
tree6fefa6a95a940c731ce7e551d1bc5c00a2626db0 /include/macros/ec.inc
parenta51b95150ba86a3982f613886471626f742aeacd (diff)
parente7672a1aeb5e42d6f4e416ede9f6220122d11743 (diff)
Merge branch 'master' into assert
Diffstat (limited to 'include/macros/ec.inc')
-rw-r--r--include/macros/ec.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/macros/ec.inc b/include/macros/ec.inc
new file mode 100644
index 000000000..d3fd45c2f
--- /dev/null
+++ b/include/macros/ec.inc
@@ -0,0 +1,8 @@
+
+ .macro ec_duplicates count
+ .2byte 0xff00 + \count
+ .endm
+
+ .macro ec_words_by_letter label
+ .2byte (gEasyChatWordsByLetter_\label - gEasyChatWordsAlphabetized) / 2
+ .endm