KungFuFurby / AddMusicKFF

Fork of AddMusicK, a compiler/inserter of music for Super Mario World
23 stars 15 forks source link

Swap BCS/BEQ opcodes when checking the starman timer for restoration #436

Open KungFuFurby opened 2 months ago

KungFuFurby commented 2 months ago

These two opcodes were checked in the wrong order, causing the BEQ case to never fire. As for why... the carry is set when greater than or equal to the previous value. This also retires a vanilla code snippet up to the point that it processes the sparkling effects.

This merge request closes #435.