mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-09-08 03:05:58 -05:00
Romtoolbox minor fixes
This commit is contained in:
@@ -130,7 +130,7 @@ namespace DSPRE {
|
||||
DisableOverlay1patch("Unsupported");
|
||||
DisableMatrixExpansionPatch("Unsupported");
|
||||
DisableScrcmdRepointPatch("Unsupported");
|
||||
if (RomInfo.gameLanguage != gLangEnum.English && RomInfo.gameLanguage != gLangEnum.Spanish) {
|
||||
if (RomInfo.gameLanguage == gLangEnum.English || RomInfo.gameLanguage == gLangEnum.Spanish) {
|
||||
CheckBDHCamPatchApplied();
|
||||
}
|
||||
CheckDynamicHeadersPatchApplied();
|
||||
|
||||
Reference in New Issue
Block a user