mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
fe6494187e
* Some Decoder WIPs * Improvements * POC * Fix bss * another newline * Staff OK * Cleanup + fix progress script * script cleanup * Some docs * makefile * Extract text from extract_assets.py * More docs * Even more docs * Other message assets * Small cleanups * Clean up decoders/encoders * Message_SetupLoadItemIcon -> Message_DecodeHeader * Some more docs * Remove mkdmadata * Fade Skippable * More cmd docs * 1 left * Last notes * HS_TIMER -> HS_TIME * More general docs * Format * Note the charmap conversion for buttons in message_data_fmt_nes.h * Remove trailing whitespace * Small fixes * PR
11 lines
242 B
C
11 lines
242 B
C
#define MESSAGE_DATA_STATIC
|
|
|
|
#include "message_data_fmt_nes.h"
|
|
|
|
#define DEFINE_MESSAGE(textId, typePos, msg) \
|
|
const char _message_##textId[sizeof(msg)] = { msg CMD_END };
|
|
|
|
#include "assets/text/message_data.enc.h"
|
|
|
|
#undef DEFINE_MESSAGE
|