Skip to content

Commit

Permalink
KH2: Version 2 (#2009)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Wagener <[email protected]>
Co-authored-by: Joe Prochaska <[email protected]>
  • Loading branch information
3 people authored Nov 25, 2023
1 parent c138918 commit 2ccf11f
Show file tree
Hide file tree
Showing 24 changed files with 6,370 additions and 4,911 deletions.
892 changes: 3 additions & 889 deletions KH2Client.py

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"Clique",
"DLCQuest",
"Final Fantasy",
"Kingdom Hearts 2",
"Lufia II Ancient Cave",
"Meritous",
"Ocarina of Time",
Expand Down
2 changes: 0 additions & 2 deletions worlds/LauncherComponents.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ def launch_textclient():
# Zillion
Component('Zillion Client', 'ZillionClient',
file_identifier=SuffixIdentifier('.apzl')),
# Kingdom Hearts 2
Component('KH2 Client', "KH2Client"),

#MegaMan Battle Network 3
Component('MMBN3 Client', 'MMBN3Client', file_identifier=SuffixIdentifier('.apbn3'))
Expand Down
881 changes: 881 additions & 0 deletions worlds/kh2/Client.py

Large diffs are not rendered by default.

1,352 changes: 514 additions & 838 deletions worlds/kh2/Items.py

Large diffs are not rendered by default.

2,458 changes: 1,021 additions & 1,437 deletions worlds/kh2/Locations.py

Large diffs are not rendered by default.

Loading

0 comments on commit 2ccf11f

Please sign in to comment.