Skip to content

Commit

Permalink
Links Awakening: Implement New Game (ArchipelagoMW#1334)
Browse files Browse the repository at this point in the history
Adds Link's Awakening: DX. Fully imports and forks LADXR, with permission - https://github.com/daid/LADXR
  • Loading branch information
zig-for authored and kindasneaki committed Jun 15, 2023
1 parent 7c81972 commit 626704c
Show file tree
Hide file tree
Showing 180 changed files with 24,191 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ def handles_file(self, path: str):
Component('SNI Client', 'SNIClient',
file_identifier=SuffixIdentifier('.apz3', '.apm3', '.apsoe', '.aplttp', '.apsm', '.apsmz3', '.apdkc3',
'.apsmw', '.apl2ac')),
Component('Links Awakening DX Client', 'LinksAwakeningClient',
file_identifier=SuffixIdentifier('.apladx')),
Component('LttP Adjuster', 'LttPAdjuster'),
# Factorio
Component('Factorio Client', 'FactorioClient'),
Expand Down
Loading

0 comments on commit 626704c

Please sign in to comment.