mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-06 18:53:21 -05:00
7 lines
159 B
C
7 lines
159 B
C
#ifndef POKEDIAMOND_CONSTANTS_EASY_CHAT_H
|
|
#define POKEDIAMOND_CONSTANTS_EASY_CHAT_H
|
|
|
|
#define EC_WORD_NULL (0xFFFF)
|
|
|
|
#endif //POKEDIAMOND_CONSTANTS_EASY_CHAT_H
|