KH2 game implementation (#1438)

This commit is contained in:
JaredWeakStrike
2023-03-20 12:19:55 -04:00
committed by GitHub
parent d4b793902f
commit 67bf12369a
23 changed files with 8603 additions and 0 deletions

View File

@@ -159,6 +159,8 @@ components: Iterable[Component] = (
# Zillion
Component('Zillion Client', 'ZillionClient',
file_identifier=SuffixIdentifier('.apzl')),
#Kingdom Hearts 2
Component('KH2 Client', "KH2Client"),
# Functions
Component('Open host.yaml', func=open_host_yaml),
Component('Open Patch', func=open_patch),