mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-16 04:44:44 +00:00
Reworked text extraction + add JP text extraction (#1980)
* 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>
This commit is contained in:
parent
264581ff3f
commit
baf1e8c174
19 changed files with 1326 additions and 707 deletions
|
@ -3,6 +3,6 @@
|
|||
#include "message_data_fmt.h"
|
||||
|
||||
#define DEFINE_MESSAGE(textId, type, yPos, staffMessage) \
|
||||
const char _message_##textId##_staff[sizeof(staffMessage)] = { staffMessage END };
|
||||
const char _message_##textId##_staff[] = staffMessage;
|
||||
|
||||
#include "assets/text/message_data_staff.enc.h"
|
||||
#include "assets/text/message_data_staff.enc.nes.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue