From 9a53ee8a0e66955ce332843e6982b9f0959dba88 Mon Sep 17 00:00:00 2001 From: Maruno17 Date: Sun, 19 Jun 2022 17:35:08 +0100 Subject: [PATCH] =?UTF-8?q?Fixed=20text=20positioning=20in=20"Roaming=20Po?= =?UTF-8?q?k=C3=A9mon"=20Debug=20function?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Scripts/020_Debug/003_Debug menus/003_Debug_MenuExtraCode.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Data/Scripts/020_Debug/003_Debug menus/003_Debug_MenuExtraCode.rb b/Data/Scripts/020_Debug/003_Debug menus/003_Debug_MenuExtraCode.rb index 7f0e21fc4..504c87d71 100644 --- a/Data/Scripts/020_Debug/003_Debug menus/003_Debug_MenuExtraCode.rb +++ b/Data/Scripts/020_Debug/003_Debug menus/003_Debug_MenuExtraCode.rb @@ -373,6 +373,7 @@ class SpriteWindow_DebugRoamers < Window_DrawableCommand end def shadowtext(t, x, y, w, h, align = 0, colors = 0) + y += 8 # TEXT OFFSET width = self.contents.text_size(t).width case align when 1