summaryrefslogtreecommitdiff
path: root/src/code/game.c
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-09-07 04:00:12 +0200
committerGitHub <noreply@github.com>2024-09-06 22:00:12 -0400
commit02816c410c2024b0e84af83314f970ce1a798ebf (patch)
treeb8cf15fc085ea6b5f0e8c84a0ab82329561bb517 /src/code/game.c
parenta8151899cf69722fd5c3e30a665ef07b1fe38b1d (diff)
T() macro 8 (#2142)
* T() macro in fault * T() macro in game.c, gfxprint.c * T() macro in ucode_disas.c * T() macro in z_actor.c * T() macro in z_message.c * push fault key combo T() * z_message T: koko -> "here" * format
Diffstat (limited to 'src/code/game.c')
-rw-r--r--src/code/game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/game.c b/src/code/game.c
index 6cf7a875d..af22e7949 100644
--- a/src/code/game.c
+++ b/src/code/game.c
@@ -533,7 +533,7 @@ void* GameState_Alloc(GameState* gameState, size_t size, const char* file, int l
void* ret;
if (THA_IsCrash(&gameState->tha)) {
- PRINTF("ハイラルは滅亡している\n");
+ PRINTF(T("ハイラルは滅亡している\n", "Hyrule is destroyed\n"));
ret = NULL;
} else if ((u32)THA_GetRemaining(&gameState->tha) < size) {
PRINTF(T("滅亡寸前のハイラルには %d バイトの余力もない(滅亡まであと %d バイト)\n",