Skip to content

Commit

Permalink
Add Archipelago rom names (#10)
Browse files Browse the repository at this point in the history
What I didn't do, but maybe should be considered, is removing some other accepted rom name types going forward as compatibility can't be guarenteed.
  • Loading branch information
Berserker66 authored Mar 3, 2021
1 parent 7d57b4e commit 2067b67
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions EnemizerLibrary/RomData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,10 @@ public bool IsRandomizerRom
(0x56, 0x54), // item randomizer: VT
(0x45, 0x52), // entrance randomizer: ER
(0x42, 0x4D), // berserker's multiworld: BM
(0x42, 0x44), // berserker's multiworld doors: BD
(0x44, 0x52) // door randomizer: DR
(0x42, 0x44), // berserker's multiworld doors: BD
(0x44, 0x52), // door randomizer: DR
(0x41, 0x50), // Archipelago: AP
(0x41, 0x44) // Archipelago with door rando: AD
};

foreach (var abbr in acceptableAbbreviations)
Expand Down

0 comments on commit 2067b67

Please sign in to comment.