mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
Introduce extracted/VERSION, with text extracted there (#1730)
* Introduce assets/_extracted/VERSION, with text extracted there * move to `extracted/text/` * Update gitignore s * rework args for msgenc.py * put mkdir with others, until theyre all moved at once * move 0xFFFC back to being extracted, making it use specific macro `DEFINE_MESSAGE_NES` to handle its special behavior * prettier gitignore * Move messages 0xFFFC, 0xFFFD to committed message_data.h
This commit is contained in:
@@ -47,9 +47,12 @@ typedef struct {
|
||||
extern const char _message_##textId##_ger[]; \
|
||||
extern const char _message_##textId##_fra[];
|
||||
|
||||
#define DEFINE_MESSAGE_NES(textId, type, yPos, nesMessage) \
|
||||
extern const char _message_##textId##_nes[];
|
||||
|
||||
#include "assets/text/message_data.h"
|
||||
extern const char _message_0xFFFC_nes[];
|
||||
|
||||
#undef DEFINE_MESSAGE
|
||||
#undef DEFINE_MESSAGE_NES
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user