mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54: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
237 B
C
11 lines
237 B
C
#define MESSAGE_DATA_STATIC
|
|
|
|
#include "message_data_fmt_staff.h"
|
|
|
|
#define DEFINE_MESSAGE(textId, type, pos, msg) \
|
|
const char _message_##textId##_staff[] = msg;
|
|
|
|
#include "assets/text/message_data_staff.enc.h"
|
|
|
|
#undef DEFINE_MESSAGE
|