Add s6 and hellmode presets for rando (#1904)

* Refactor how presets are created and used, and add presets for rando

* Add new enhancements to clear

* Tweaks and feedback
This commit is contained in:
Garrett Cox 2022-11-22 11:30:18 -06:00 committed by GitHub
commit 8461ea4abd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 756 additions and 451 deletions

View file

@ -157,6 +157,7 @@ set(Header_Files__soh__Enhancements
#"soh/Enhancements/cvar.h"
"soh/Enhancements/debugconsole.h"
"soh/Enhancements/gameconsole.h"
"soh/Enhancements/presets.h"
"soh/Enhancements/savestates.h"
"soh/Enhancements/savestates_extern.inc"
)
@ -287,6 +288,7 @@ set(Source_Files__soh__Enhancements
"soh/Enhancements/bootcommands.c"
"soh/Enhancements/debugconsole.cpp"
"soh/Enhancements/gameconsole.c"
"soh/Enhancements/presets.cpp"
"soh/Enhancements/savestates.cpp"
)
source_group("Source Files\\soh\\Enhancements" FILES ${Source_Files__soh__Enhancements})