ShadowSpeedrun / ShadowSX

ROM Hack + Dolphin Config for a Speedrunner focused version of the GameCube ENG NTSC Shadow the Hedgehog.
4 stars 2 forks source link

Refactor code around starting Race IGT #12

Open BlazinZzetti opened 4 months ago

BlazinZzetti commented 4 months ago

Currently, Race IGT relies on detecting that Westopolis or Last Way is started in Story Mode, Last Story, or Expert Mode.

While this is fine in isolation, this becomes problematic if the stage order is changed. i.e. ShadowRando

Look into updating this code to rely on starting these modes regardless of the what stage is loaded into first.

BlazinZzetti commented 3 months ago

18 should resolve this issue, but still needs to be tested.

BlazinZzetti commented 3 months ago

19 fixes some of the bugs from #18. still needs a more through review.