mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 22:28:44 -05:00
9 lines
174 B
C++
9 lines
174 B
C++
|
|
.macro ec_duplicates count
|
|
.2byte 0xff00 + \count
|
|
.endm
|
|
|
|
.macro ec_words_by_letter label
|
|
.2byte (gEasyChatWordsByLetter_\label - gEasyChatWordsAlphabetized) / 2
|
|
.endm
|