Skip to content

Commit

Permalink
VERSION VERSION VERSION VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
patataofcourse committed Jul 2, 2021
1 parent c5c9aa3 commit 24b1f73
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 8 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

Expand All @@ -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!
38 changes: 36 additions & 2 deletions data/puzzles.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions data/titles.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@
],

"tested_roms" : [
"A5FP",
"A5FE",
"A5FJ",
"A5FK"
"A5FP"
]
}
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v = "0.3"
v = "0.4"

0 comments on commit 24b1f73

Please sign in to comment.