diff --git a/FNaFSBAutoSplitter.asl b/FNaFSBAutoSplitter.asl index 6044c60..c4d743e 100644 --- a/FNaFSBAutoSplitter.asl +++ b/FNaFSBAutoSplitter.asl @@ -603,14 +603,17 @@ init { if (!settings["Unsupported version warning"]) break; MessageBox.Show("Sorry, it seems like the version of Security Breach that you're using isn't currently fully supported! Splits may not work with this version of Security Breach currently.\n\n"+ "If this seems like a mistake, or you would like to suggest an additional version to support, please go to https://forms.gle/jxidK6RFToEXzUDe7 or contact either daltone_21 or nintendude_sr on Discord.\n\n"+ + "Below is the 'gameSize' variable. Please include this when contacting about the issue.\n"+ + "gameSize = 0x"+gameSize.ToString("X")+"\n\n"+ "Sorry for the inconvenience.", "Warning: Version Not Supported", MessageBoxButtons.OK, MessageBoxIcon.Warning).ToString(); - print(gameSize); + print(gameSize.ToString("X")); break; } case 0x48AE000: vars.version = 1.04; break; case 0x48AF000: vars.version = 1.05; break; case 0x48B0000: vars.version = 1.07; break; case 0x48B8000: vars.version = 1.11; break; + case 0x5435000: vars.version = 1.14; break; } print("Version = " + vars.version);