From 24b1f738cb5a40fdfb36b43efcaf5a89d54598fe Mon Sep 17 00:00:00 2001 From: patataofcourse Date: Fri, 2 Jul 2021 16:59:54 +0200 Subject: [PATCH] VERSION VERSION VERSION VERSION --- README.md | 6 +++++- data/puzzles.json | 38 ++++++++++++++++++++++++++++++++++++-- data/titles.json | 5 +---- version.py | 2 +- 4 files changed, 43 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cc0e3a4..aa585a7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ### Supported games * Professor Layton and the Curious Village (all versions: JP, JP Friendly Version, US, EU/AUS, KO) + + Warning: the only version with guaranteed compatibility is EU/AUS. Please specify the region of your ROM when reporting a bug or opening an issue. ### Current utilities * GDS script extracting and repacking to a custom readable format. @@ -23,7 +24,9 @@ Currently, Flora development is focused on simplifiying puzzle editing, making i British/Australian titles (Pandora's Box / Lost Future / Spectre's Call) will take precedence over American titles (Diabolical Box / Unwound Future / Last Specter) due to the first being the title for all EU versions, only translated to their respective languages (and, not gonna lie, a lil' bit of spite). Exception: the US region versions of said games. ### Puzzles: -To use the puzzle command, you should use either the number of the puzzle (1) if it's a standard puzzle, or the weekly puzzle's US/EU/KO number preceded by 'W' (W16). You can also extract the match puzzle tutorial (from puzzle #10) using "match_tutorial" and, in the EU and KO versions, the unused puzzle using "1_unused". +To use the puzzle command, you should use either the number of the puzzle (1) if it's a standard puzzle, or the weekly puzzle's EU/AUS number preceded by 'W' (W16). Full support for weekly puzzles exclusive to the US and JP ROMs will arrive at a future update. + +You can also extract the match puzzle tutorial (from puzzle #10) using "match_tutorial" and, in the EU and KO versions, the unused puzzle using "1_unused". Some unused variants of puzzles can't be extracted yet through Flora, as well as some Japanese-exclusive weekly puzzles, however, this will be fixed in a future update. @@ -37,4 +40,5 @@ To install all modules, use: `pip install click pillow ndspy`  /  `py ### Special thanks to: * [pleonex](https://github.com/pleonex/) for his tool [Tinke](https://github.com/pleonex/Tinke), which gave me a base for file formats +* [Professor Layton and the Curious Village Walkthrough](http://professorlaytonwalkthrough.blogspot.com), a Blogger guide for this game that supplied an accurate puzzle list for both the US and the EU/AUS versions. * Duel for dealing with my bullshit (srry) and cheering me on! \ No newline at end of file diff --git a/data/puzzles.json b/data/puzzles.json index 4f05a18..1e9122b 100644 --- a/data/puzzles.json +++ b/data/puzzles.json @@ -122,9 +122,43 @@ "123": 121, "121": 122, "60": 123, - + "79": 124, + "115": 125, + "W2": 126, + "W21": 127, + "W10": 128, + "66": 129, + "85": 130, + "70": 131, + "W13": 132, + "124": 133, "39": 134, - + "127": 135, + "135": 136, + "125": 137, + "W18": 138, + "W27": 139, + "67": 140, + "78": 141, + "132": 142, + "97": 143, + "116": 144, + "117": 145, + "W11": 146, + "W22": 147, + "W25": 148, + "W15": 149, + "W26": 150, + "118": 151, + "75": 152, + "W23": 153, + "W4": 154, + "119": 155, + "W12": 156, + "W24": 157, + "W5": 158, + "90": 159, + "120": 160, "129": 161, "W14": 162, "1_unused": 163 diff --git a/data/titles.json b/data/titles.json index 017522e..7b06022 100644 --- a/data/titles.json +++ b/data/titles.json @@ -79,9 +79,6 @@ ], "tested_roms" : [ - "A5FP", - "A5FE", - "A5FJ", - "A5FK" + "A5FP" ] } \ No newline at end of file diff --git a/version.py b/version.py index 8ec8d19..bc848f2 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -v = "0.3" \ No newline at end of file +v = "0.4" \ No newline at end of file