summaryrefslogtreecommitdiff
path: root/soh/include
diff options
context:
space:
mode:
authornclok1405 <155463060+nclok1405@users.noreply.github.com>2025-06-20 05:41:41 +0900
committerGitHub <noreply@github.com>2025-06-19 13:41:41 -0700
commit565d57112e12b8ea134fa38c890cf92b4f59355a (patch)
tree4b0b60578f89e1c3ed7245f55b8947d86a94e60f /soh/include
parent7f4c570a47613e1ab65e23d71afd6c63800c4335 (diff)
Japanese translation for Better Debug Warp Screen (#5491)
* Japanese translation for Better Debug Warp Screen * Incorporate fixes by balloondude2 (except Shield/Treasure Chest Grave inconsistencies which I'm unsure how to handle that) * Localize "Scene Selection" header for each language * Added/Restored the ability to render Hiragana characters using GFXP_HIRAGANA macro
Diffstat (limited to 'soh/include')
-rw-r--r--soh/include/z64.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/soh/include/z64.h b/soh/include/z64.h
index 53b76e8fb..79ecdabcd 100644
--- a/soh/include/z64.h
+++ b/soh/include/z64.h
@@ -1339,9 +1339,9 @@ typedef struct {
/* */ char* frenchAge;
} BetterSceneSelectAgeLabels;
-// NTSC TODO: japanese bettersceneselect
+
typedef struct {
-// /* */ char* japaneseName;
+ /* */ char* japaneseName;
/* */ char* englishName;
/* */ char* germanName;
/* */ char* frenchName;
@@ -1350,7 +1350,7 @@ typedef struct {
} BetterSceneSelectEntrancePair;
typedef struct {
- // /* */ char* japaneseName;
+ /* */ char* japaneseName;
/* */ char* englishName;
/* */ char* germanName;
/* */ char* frenchName;