From 743d1351d66d4e7c1927e2bfa2ac647376cf90f0 Mon Sep 17 00:00:00 2001 From: QbeRoot Date: Sun, 9 Sep 2018 22:59:30 +0200 Subject: [PATCH] stage loader fixes --- changelog.xml | 4 ++++ codes/fast/GMSJ0A.json | 2 +- gctGenerator.js | 2 +- index.html | 12 ++++++------ 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/changelog.xml b/changelog.xml index 8a1b396..758e6cd 100644 --- a/changelog.xml +++ b/changelog.xml @@ -2,6 +2,10 @@ Sep 09, 2018 + + Updated Stage Loader + Fixed some repeated/missing segments in the presets and 'Not in Pinna' FMV skips for JP A. + Updated 'Level Select' Mashing through cutscenes with B no longer causes the game to reset. diff --git a/codes/fast/GMSJ0A.json b/codes/fast/GMSJ0A.json index 178436c..34740bb 100644 --- a/codes/fast/GMSJ0A.json +++ b/codes/fast/GMSJ0A.json @@ -1 +1 @@ -{"fileSelect":2569968,"shineGet":2586924,"system":2592480,"proc":2647408,"gpAppHi":"803D","gpAppLo":"A8F2","fmOffset":"9E60","notext":{"yes":"048CD55CD6008149048CD56081498149048CD56400000000041351C43800000004134524380050000427109060000000","pv5":"048CD55CD6008149048CD56081498149048CD56400000000283DA8F200002A00041351C4801C000404134524A81C03400427109088030214E2000001000000002A3DA8F200002A00041351C43800000004134524380050000427109060000000E200000100000000","no":""},"nofmvs":{"yes":"04295AB43860000104295B1838600001","pp":"C2295AB0000000055480043F388403914182001C5480043C2C000398418200103C8000016084039A6000000000000000C2295B18000000055480043F388403914182001C5480043C2C000398418200103C8000016084039A6000000000000000","no":""}} \ No newline at end of file +{"fileSelect":2569968,"shineGet":2586924,"system":2592480,"proc":2647408,"gpAppHi":"803D","gpAppLo":"A8F2","fmOffset":"9E60","notext":{"yes":"048CD55CD6008149048CD56081498149048CD56400000000041351C43800000004134524380050000427109060000000","pv5":"048CD55CD6008149048CD56081498149048CD56400000000283DA8F200002A00041351C4801C000404134524A81C03400427109088030214E2000001000000002A3DA8F200002A00041351C43800000004134524380050000427109060000000E200000100000000","no":""},"nofmvs":{"yes":"04295AB43860000104295B1838600001","pp":"C2295AB0000000055480043F388403914182001C5480043C2C000398418200103C8000016084039A6000000000000000C2295B14000000055480043F388403914182001C5480043C2C000398418200103C8000016084039A6000000000000000","no":""}} \ No newline at end of file diff --git a/gctGenerator.js b/gctGenerator.js index b831d7a..b5257ae 100644 --- a/gctGenerator.js +++ b/gctGenerator.js @@ -356,7 +356,7 @@ function getFastCode() { } levelCodes.pop(); - if (!(document.getElementById("usefastcode").checked) || levelCodes.length <= 1) return false; + if (!(document.getElementById("usefastcode").checked) || levelCodes.length === 0) return false; let game = JSON.parse(atob(document.getElementById("route_levels").getAttribute("data-json"))); const order = document.getElementById("route_order").value; diff --git a/index.html b/index.html index fbabc8a..ff26281 100644 --- a/index.html +++ b/index.html @@ -269,12 +269,12 @@ - - - - - - + + + + + +