mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-22 22:44:14 -04:00
0514d963d9
* Port OoT's new msgdis and msgenc * format * Remove item_ids try block * Update assets/text/charmap.txt Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> --------- Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
11 lines
221 B
C
11 lines
221 B
C
#define MESSAGE_DATA_STATIC
|
|
|
|
#include "message_data_fmt_nes.h"
|
|
|
|
#define DEFINE_MESSAGE(textId, type, pos, msg) \
|
|
const char _message_##textId[] = msg;
|
|
|
|
#include "assets/text/message_data.enc.h"
|
|
|
|
#undef DEFINE_MESSAGE
|