From 2e0210538054a4e0b60121bfc4366a6c1cdf1ae7 Mon Sep 17 00:00:00 2001 From: InspirationByte Date: Sun, 30 Jan 2022 11:59:22 +0300 Subject: [PATCH] - fix fullscreen map text position --- src_rebuild/Game/C/overmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_rebuild/Game/C/overmap.c b/src_rebuild/Game/C/overmap.c index 35becc11..b98c9fd8 100644 --- a/src_rebuild/Game/C/overmap.c +++ b/src_rebuild/Game/C/overmap.c @@ -1811,7 +1811,7 @@ void DrawFullscreenMap(void) // print string with special characters representing some images inserted into it sprintf(str, "\x80 %s \x81 %s \x8a %s", G_LTXT(GTXT_Exit), G_LTXT(GTXT_Rotation), G_LTXT(GTXT_Move)); - PrintStringCentred(str, 226); + PrintStringCentred(str, SCREEN_H - 30); // 226 } // [D] [T]