summaryrefslogtreecommitdiff
path: root/src/overlays/actors/ovl_Bg_Gate_Shutter
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2025-06-05 23:49:09 +0200
committerGitHub <noreply@github.com>2025-06-05 17:49:09 -0400
commitd1ac2561b5c5f184eb4eed1894398dc4e4e7728c (patch)
treed25e1544263b8a2b365f413b55129620a462f04a /src/overlays/actors/ovl_Bg_Gate_Shutter
parent57097bf36e09ae022b57dce67ebb71430509f695 (diff)
T() macro loose ends 3 (#2592)
* Remaining weird T() * cleanup "発生" as ~"spawn" * single strings T() * more single strings T() * more single strings T() (InitDynaPoly helpers)
Diffstat (limited to 'src/overlays/actors/ovl_Bg_Gate_Shutter')
-rw-r--r--src/overlays/actors/ovl_Bg_Gate_Shutter/z_bg_gate_shutter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/overlays/actors/ovl_Bg_Gate_Shutter/z_bg_gate_shutter.c b/src/overlays/actors/ovl_Bg_Gate_Shutter/z_bg_gate_shutter.c
index 6e9821d64..8e7ad4c3d 100644
--- a/src/overlays/actors/ovl_Bg_Gate_Shutter/z_bg_gate_shutter.c
+++ b/src/overlays/actors/ovl_Bg_Gate_Shutter/z_bg_gate_shutter.c
@@ -62,7 +62,7 @@ void BgGateShutter_Init(Actor* thisx, PlayState* play) {
thisx->scale.y = 1.0f;
thisx->scale.z = 1.0f;
PRINTF("\n\n");
- PRINTF(VT_FGCOL(GREEN) " ☆☆☆☆☆ " T("柵でたなぁ", "There's a fence") " ☆☆☆☆☆ \n" VT_RST);
+ PRINTF(VT_FGCOL(GREEN) T(" ☆☆☆☆☆ 柵でたなぁ ☆☆☆☆☆ \n", " ☆☆☆☆☆ There's a fence ☆☆☆☆☆ \n") VT_RST);
this->actionFunc = func_8087828C;
}