mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-15 06:06:04 +00:00
baf1e8c174
* Reworked text extraction + add JP text extraction * Format * Suggested changes * Correct address for gc-us sJpnMessageEntryTable Co-authored-by: cadmic <cadmic24@gmail.com> --------- Co-authored-by: cadmic <cadmic24@gmail.com>
8 lines
231 B
C
8 lines
231 B
C
#define MESSAGE_DATA_STATIC
|
|
|
|
#include "message_data_fmt.h"
|
|
|
|
#define DEFINE_MESSAGE(textId, type, yPos, staffMessage) \
|
|
const char _message_##textId##_staff[] = staffMessage;
|
|
|
|
#include "assets/text/message_data_staff.enc.nes.h"
|