cvghivebrain / s1disasm

Sonic the Hedgehog (Mega Drive) Hivebrain 2022 disassembly
44 stars 8 forks source link

Duplicate layer deformation code #6

Closed Brainulator9 closed 3 years ago

Brainulator9 commented 3 years ago

For some reason, two copies of the layer deformation code can be found, one in the sonic.asm file and another in their own file. No, I don't mean between REV00 and REV01. The split files, however, seem to only be included if the Revision variable is set to 0... during code that only assembles if Revision is set to 1.

cvghivebrain commented 3 years ago

Fixed. It was the result of me merging all the asm files and then not re-splitting them properly.