0
0
mirror of https://github.com/marcrobledo/savegame-editors.git synced 2025-04-24 16:35:10 +00:00

maxed up max item limit to 420 in botw editor

This commit is contained in:
Marc Robledo 2020-02-18 10:05:30 +01:00
parent 85e69745b4
commit f85532b716
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ caches.keys().then(function(cacheNames){
});
var PRECACHE_ID='zelda-botw-editor';
var PRECACHE_VERSION='v5';
var PRECACHE_VERSION='v5b';
var PRECACHE_URLS=[
//is hashes file too big for cacheing?
'/savegame-editors/zelda-botw/','/savegame-editors/zelda-botw/index.html',

View File

@ -11,7 +11,7 @@ SavegameEditor={
/* Constants */
Constants:{
MAX_ITEMS:410,
MAX_ITEMS:420,
STRING_SIZE:0x20,
STRING64_SIZE:0x80,