Files
mm/assets/text/message_data_static.c
T
Derek Hensley 0514d963d9 Port over OoT's new text pipeline (#1685)
* 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>
2024-10-12 21:03:44 -03:00

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