Tenebrosful / DELTARUNE-Livesplit.Autosplitter

Livesplit Autosplitter for Deltarune
MIT License
4 stars 2 forks source link

Wrong split if the second fight pointer randomly goes from 0 to 1 in a fight split room #15

Closed Tenebrosful closed 1 year ago

Tenebrosful commented 1 year ago

Describe the bug Due to the fact that 2 pointers are used for fight (One for each chapters), the pointer unused can take random values like 0 -> 1 and trigger a fight split if the room id is valid

To Reproduce Steps to reproduce the behavior:

  1. Be in a room with a fight and have a fight split enabled
  2. Get bad luck and fight or fight2 randomly take value 0 -> 1

Expected behavior Not splitting

Game Version

Additional context Probably need more check to avoid using the second one

Tenebrosful commented 1 year ago

Fixed with #16