mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
11 lines
276 B
C
11 lines
276 B
C
#define MESSAGE_DATA_STATIC
|
|
|
|
#include "message_data_fmt.h"
|
|
|
|
#include "config.h"
|
|
|
|
#define DEFINE_MESSAGE(textId, type, yPos, staffMessage) \
|
|
const char _message_##textId##_staff[sizeof(staffMessage)] = { staffMessage END };
|
|
|
|
#include "assets/text/message_data_staff.enc.h"
|