first commit

This commit is contained in:
sceptillion
2017-12-16 23:54:22 -08:00
commit 670fef77ac
305 changed files with 758939 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
.macro ec_duplicates count
.2byte 0xff00 + \count
.endm
.macro ec_words_by_letter label
.2byte (gEasyChatWordsByLetter_\label - gEasyChatWordsAlphabetized) / 2
.endm