diff --git a/soh/assets/custom/textures/parameter_static/gArchipelagoOutline.rgba32.png b/soh/assets/custom/textures/parameter_static/gArchipelagoOutline.rgba32.png index ff2bddbcc3..3c917fbd60 100644 Binary files a/soh/assets/custom/textures/parameter_static/gArchipelagoOutline.rgba32.png and b/soh/assets/custom/textures/parameter_static/gArchipelagoOutline.rgba32.png differ diff --git a/soh/src/code/z_parameter.c b/soh/src/code/z_parameter.c index a86ebeebfb..60447de278 100644 --- a/soh/src/code/z_parameter.c +++ b/soh/src/code/z_parameter.c @@ -3426,8 +3426,8 @@ void Interface_DrawLineupTick(PlayState* play) { } void Interface_DrawArchipelagoStatusString(PlayState* play) { - s16 posX = OTRGetRectDimensionFromLeftEdge(28); - s16 posY = SCREEN_HEIGHT - 15; + s16 posX = OTRGetRectDimensionFromLeftEdge(4); + s16 posY = SCREEN_HEIGHT - 12; int32_t scale = R_TEXT_CHAR_SCALE * 0.2f; int32_t sTexSize = (scale / 100.0f) * 64.0f;