From 9b710c7a6b97f79b338dc4a37c3c751e064c82dd Mon Sep 17 00:00:00 2001 From: aMannus Date: Sat, 2 Aug 2025 10:49:00 +0200 Subject: [PATCH] clang format --- soh/src/code/z_parameter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soh/src/code/z_parameter.c b/soh/src/code/z_parameter.c index af2dfb2f5..930ed8eb0 100644 --- a/soh/src/code/z_parameter.c +++ b/soh/src/code/z_parameter.c @@ -3444,8 +3444,8 @@ void Interface_DrawArchipelagoStatusString(PlayState* play) { gDPLoadTextureBlock(OVERLAY_DISP++, gArchipelagoItemTex, G_IM_FMT_RGBA, G_IM_SIZ_32b, 64, 64, 0, G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMIRROR | G_TX_WRAP, 0, 0, G_TX_NOLOD, G_TX_NOLOD); - gSPWideTextureRectangle(OVERLAY_DISP++, posX << 2, posY << 2, (posX + sTexSize) << 2, - (posY + sTexSize) << 2, G_TX_RENDERTILE, 0, 0, sTexScale, sTexScale); + gSPWideTextureRectangle(OVERLAY_DISP++, posX << 2, posY << 2, (posX + sTexSize) << 2, (posY + sTexSize) << 2, + G_TX_RENDERTILE, 0, 0, sTexScale, sTexScale); posX += 13;