shenef / SoS-TAS

Sea of Stars TAS
3 stars 0 forks source link

Memory: Fetching current main character #49

Closed orkaboy closed 1 year ago

orkaboy commented 1 year ago

Some routing at the beginning of the game requires knowing which character is the current main character. Since this is random from the start game screen, we need to read it from memory.

We need a function that can query memory "Who is the current MC?" and return "Valere/Zale". Enum, boolean doesn't matter too much which.

Eein commented 1 year ago

this was resolved in utility-system branch