cvghivebrain / s1disasm

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

Incorrect constant name in spike bug fix #31

Closed OrionNavattan closed 2 years ago

OrionNavattan commented 2 years ago

The disassembly fails to build if the revision is set to 2 due to an incorrectly-named constant. ost_sonic_flash_rate is used instead of the correct ost_sonic_flash_time.

https://github.com/cvghivebrain/s1disasm/blob/c67d7b4d7dcb24528221b041a2bd78b03e6e114a/Objects/Spikes.asm#L107

cvghivebrain commented 2 years ago

Fixed it, thanks.