1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00

fixed bsp date

This commit is contained in:
Marc Robledo 2024-07-20 16:25:33 +02:00
parent b6ec7b683a
commit 725601d43f

View file

@ -1,4 +1,4 @@
/* BSP module for Rom Patcher JS v20220417 - Vagner Matheus 2016-2024 */ /* BSP module for Rom Patcher JS v20240613 - Vagner Matheus 2016-2024 */
const BSP_MAGIC = 'BSP'; const BSP_MAGIC = 'BSP';
const BSP_VERSION = 1; const BSP_VERSION = 1;
const BSP_MAX_SIZE = 0x1000000; // 16 megabytes const BSP_MAX_SIZE = 0x1000000; // 16 megabytes