mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
T() macro loose ends 2 (#2564)
* More T() in niw_girl, ossan, rr, ta, tana, wall_tubo, yabusame_mark
* Add and use LOG_STRING_T()
* include debug.h in translation.h
* Kyaaaaaa
* bss
* comment on Yabusame mato possible typo
* Revert "Kyaaaaaa"
This reverts commit 95097831fa.
* (Kuzu)hara
* 原 -> "-Hara" from dev name, possibly
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef TRANSLATION_H
|
||||
#define TRANSLATION_H
|
||||
|
||||
#include "libu64/debug.h"
|
||||
|
||||
/**
|
||||
* The "T" macro holds translations in English for original debug strings written in Japanese.
|
||||
* The translated strings are only direct translations. Certain names or terms may not reflect
|
||||
@@ -13,4 +15,6 @@
|
||||
*/
|
||||
#define T(jp, en) jp
|
||||
|
||||
#define LOG_STRING_T(stringJP, stringEN, file, line) LOG(#stringJP, stringJP, "%s", file, line)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user