Move connected icon to corner, fix cutoff logo

This commit is contained in:
aMannus
2025-07-30 19:44:40 +02:00
parent a2e96ac4d1
commit c64c8f6c0f
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -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;