Compare commits

...

6 Commits

Author SHA1 Message Date
Fabian Dill
db85a7f554 Merge branch 'main' into setup_more_apworld 2025-11-09 02:10:05 +01:00
Fabian Dill
6bf3067a39 Merge branch 'main' into setup_more_apworld 2025-08-02 05:41:59 +02:00
Fabian Dill
8d81513842 Merge branch 'main' into setup_more_apworld 2025-05-23 06:58:54 +02:00
Fabian Dill
c27be54a4c Merge branch 'main' into setup_more_apworld 2025-05-22 01:01:43 +02:00
Fabian Dill
a6316e9991 add back Lufia II AC 2025-05-20 13:41:50 +02:00
Fabian Dill
5130eba886 setup: convert a bunch of worlds to apworld 2025-05-19 14:32:28 +02:00

View File

@@ -63,18 +63,11 @@ from Cython.Build import cythonize
non_apworlds: set[str] = {
"A Link to the Past",
"Adventure",
"Archipelago",
"Lufia II Ancient Cave",
"Meritous",
"Ocarina of Time",
"Overcooked! 2",
"Raft",
"Sudoku",
"Super Mario 64",
"VVVVVV",
"Wargroove",
"Archipelago", # needs a way to specify load order
"Final Fantasy", # loads json files badly
"Lufia II Ancient Cave", # loads basepatch badly
"Ocarina of Time", # has executables in folder
"Raft", # loads json files badly
}