Skip to content

Commit 81a2393

Browse files
authored
Links Awakening: Implement New Game (#1334)
Adds Link's Awakening: DX. Fully imports and forks LADXR, with permission - https://github.com/daid/LADXR
1 parent 67bf123 commit 81a2393

File tree

180 files changed

+24191
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+24191
-2
lines changed

Launcher.py

+2
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ def handles_file(self, path: str):
134134
Component('SNI Client', 'SNIClient',
135135
file_identifier=SuffixIdentifier('.apz3', '.apm3', '.apsoe', '.aplttp', '.apsm', '.apsmz3', '.apdkc3',
136136
'.apsmw', '.apl2ac')),
137+
Component('Links Awakening DX Client', 'LinksAwakeningClient',
138+
file_identifier=SuffixIdentifier('.apladx')),
137139
Component('LttP Adjuster', 'LttPAdjuster'),
138140
# Factorio
139141
Component('Factorio Client', 'FactorioClient'),

0 commit comments

Comments
 (0)