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:
parent
85e69745b4
commit
f85532b716
@ -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',
|
||||
|
@ -11,7 +11,7 @@ SavegameEditor={
|
||||
|
||||
/* Constants */
|
||||
Constants:{
|
||||
MAX_ITEMS:410,
|
||||
MAX_ITEMS:420,
|
||||
STRING_SIZE:0x20,
|
||||
STRING64_SIZE:0x80,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user