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

Accidentally omitted $ in a collection of hex digits causes catastrophe #447

Open
KungFuFurby opened this issue Sep 16, 2024 · 0 comments
Open
Labels
bug Something isn't working c++-side Involves the AddMusicK program itself in some way.

Comments

@KungFuFurby
Copy link
Owner

Reported by Exodustx0 on the SMWCentral moderation Discord server with the $DD hex command, and later reported by Samantha on the SMWCentral Discord server with the $FA hex command (thus, we need to see if this is two different places or not). Accidentally omitting a $ and allowing the compiler to keep going can result in catastrophe on the SPC side when the song data compiles.

$DD$0C90e and $FA$02F4 are the example cases that compiled successfully, only to cause catastrophe.

@KungFuFurby KungFuFurby added bug Something isn't working c++-side Involves the AddMusicK program itself in some way. labels Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working c++-side Involves the AddMusicK program itself in some way.
Projects
None yet
Development

No branches or pull requests

1 participant