From 1553be1e7d946d1ecadb6c55a7c9a54a382381f8 Mon Sep 17 00:00:00 2001 From: Bassoonian Date: Wed, 8 Mar 2023 15:46:14 +0100 Subject: [PATCH] Update overworld_config.h reference in the debug system --- data/scripts/debug.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/scripts/debug.inc b/data/scripts/debug.inc index 191fe6932..a158cc2f4 100644 --- a/data/scripts/debug.inc +++ b/data/scripts/debug.inc @@ -52,7 +52,7 @@ Debug_FlagsNotSetMessage:: Debug_FlagsNotSetMessage_Text: .string "Feature unavailable!\n" .string "Please define a usable flag in:\l" - .string "'include/constants/overworld{UNDERSCORE}config.h'!$" + .string "'include/config/overworld.h'!$" Debug_Script_1:: end