Update overworld_config.h reference in the debug system (#2811)
This commit is contained in:
commit
10410640b4
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ Debug_FlagsNotSetMessage::
|
||||||
Debug_FlagsNotSetMessage_Text:
|
Debug_FlagsNotSetMessage_Text:
|
||||||
.string "Feature unavailable!\n"
|
.string "Feature unavailable!\n"
|
||||||
.string "Please define a usable flag in:\l"
|
.string "Please define a usable flag in:\l"
|
||||||
.string "'include/constants/overworld{UNDERSCORE}config.h'!$"
|
.string "'include/config/overworld.h'!$"
|
||||||
|
|
||||||
Debug_Script_1::
|
Debug_Script_1::
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue