diff --git a/soh/assets/custom/textures/parameter_static/gArchipelagoOutline.rgba32.png b/soh/assets/custom/textures/parameter_static/gArchipelagoOutline.rgba32.png index ff2bddbcc..3c917fbd6 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 a86ebeebf..60447de27 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;