diff --git a/tools/bootLogoChanger.html b/tools/bootLogoChanger.html index bf3285e..fbef449 100644 --- a/tools/bootLogoChanger.html +++ b/tools/bootLogoChanger.html @@ -119,6 +119,12 @@ bisrvData = data; document.getElementById("bisrvOutput").innerHTML = "

INFO: April 20th bisrv.asd detected

"; } + else if (data.length == 12656068) { + // That's the correct length for the May 15th version of the file + logoOffset = 0x9BB0B8; + bisrvData = data; + document.getElementById("bisrvOutput").innerHTML = "

INFO: May 15th bisrv.asd detected

"; + } else { document.getElementById("bisrvOutput").innerHTML = "

ERROR: The selected file does not appear to be a known bisrv.asd file!

"; document.getElementById("imageSelector").setAttribute("disabled", ""); @@ -264,6 +270,6 @@ }
-

CC0: public domain. Version 1.0, 20230509.1

+

CC0: public domain. Version 1.1, 20230516.1