flamewing / mdcomp

Assorted compression formats for the Sega Mega Drive
Other
44 stars 4 forks source link

Enigma.asm missing constants #12

Closed ComputerNerd closed 5 years ago

ComputerNerd commented 5 years ago

I cannot assemble Enigma.asm because it uses the following constants:

Definitions are not provided for these.

flamewing commented 5 years ago

That is because I extracted it from S2 disassembly; I still have to go through and optimize it like the LZSS-based algorithms.

But in any case, I should add the constants.