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

Corrupted intro screen #78

Open
Frostbyte0x70 opened this issue Mar 2, 2022 · 2 comments
Open

Corrupted intro screen #78

Frostbyte0x70 opened this issue Mar 2, 2022 · 2 comments

Comments

@Frostbyte0x70
Copy link
Member

Originally reported at https://discord.com/channels/710190644152369162/808273668752015380/948609643092009020
Looks like one of the settings is causing a crash / corruption during the intro screen scene where Lapras is supposed to show up with the player and partner.

The following configuration file can be used to reproduce the issue. The seed doesn't seem to matter.
(GitHub doesn't let me upload it as a .json, change the file extension to that to be able to import it).
weird.txt

The issue is caused by a null pointer being returned by [EU]0x201C484 at [EU]0x201C3A4. This causes a crash on real hardware, whereas most emulators just accept it and load invalid data, which causes the corruption.

@Frostbyte0x70
Copy link
Member Author

Looks like random overworld music is the cause of the issue, disabling it gets rid of the problem.
It also seems like this is the same problem as the one reported in #34.

@theCapypara
Copy link
Member

Seems to be another timing issue, I guess then the issue is probably a special process waiting for a specific trigger in the music tracks? How annoying.

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

2 participants