Skip to content

Commit 2ccf11f

Browse files
JaredWeakStrikealwaysintrebleJDProchaska
authored
KH2: Version 2 (#2009)
Co-authored-by: Aaron Wagener <[email protected]> Co-authored-by: Joe Prochaska <[email protected]>
1 parent c138918 commit 2ccf11f

24 files changed

+6370
-4911
lines changed

KH2Client.py

+3-889
Large diffs are not rendered by default.

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
"Clique",
7272
"DLCQuest",
7373
"Final Fantasy",
74-
"Kingdom Hearts 2",
7574
"Lufia II Ancient Cave",
7675
"Meritous",
7776
"Ocarina of Time",

worlds/LauncherComponents.py

-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ def launch_textclient():
112112
# Zillion
113113
Component('Zillion Client', 'ZillionClient',
114114
file_identifier=SuffixIdentifier('.apzl')),
115-
# Kingdom Hearts 2
116-
Component('KH2 Client', "KH2Client"),
117115

118116
#MegaMan Battle Network 3
119117
Component('MMBN3 Client', 'MMBN3Client', file_identifier=SuffixIdentifier('.apbn3'))

worlds/kh2/Client.py

+881
Large diffs are not rendered by default.

worlds/kh2/Items.py

+514-838
Large diffs are not rendered by default.

worlds/kh2/Locations.py

+1,021-1,437
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)