Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Death Egg Zone SMPS FM4 Instrument Loop Bug #63

Open
Not-So-Filter opened this issue Aug 29, 2024 · 0 comments
Open

Death Egg Zone SMPS FM4 Instrument Loop Bug #63

Not-So-Filter opened this issue Aug 29, 2024 · 0 comments

Comments

@Not-So-Filter
Copy link

An incredibly minor bug within the Death Egg SMPS which causes the voice in FM4 to not be set to $02 when looping, so it still uses voice $03. The fix I found while maintaining accuracy to the FM3 channel is to change the jump from the loop to the start of the FM channel. From this:
smpsJump DEZ_Loop03
To this:
smpsJump DEZ_FM4
On line 106 of the SMPS to accurately fix the bug accordingly as it is in FM3. Figured it'd be a slight bug worth documenting, similar to the bug with Sky Chase Zone's SMPS not correctly setting instruments when looping.

smpsJump DEZ_Loop03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant