removed default flags and added ingame warning if a function that requires them is used

This commit is contained in:
TheXaman
2022-09-02 18:39:38 +02:00
parent 367b12801e
commit b4b3e84cbd
5 changed files with 56 additions and 13 deletions

View File

@@ -38,10 +38,22 @@ Debug_CheatStart::
setflag FLAG_HIDE_ROUTE_116_MR_BRINEY
clearflag FLAG_HIDE_BRINEYS_HOUSE_MR_BRINEY
clearflag FLAG_HIDE_BRINEYS_HOUSE_PEEKO
closemessage
release
end
Debug_FlagsNotSetMessage::
lockall
message Debug_FlagsNotSetMessage_Text
waitmessage
waitbuttonpress
releaseall
end
Debug_FlagsNotSetMessage_Text:
.string "Feature unavailable!\n"
.string "Please define a usable flag in:\l"
.string "'include/constants/debug{UNDERSCORE}config.h'!$"
Debug_Script_1::
end