-
Notifications
You must be signed in to change notification settings - Fork 1
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
Softlock #1
Comments
Had this happen again, basically it seems to happen on the pyramid level after I've bought the second bomb, and spam press A to rapidly drop bombs. The second time it also is stuck in the same loop |
Hello @mattbruv,
I'll keep you posted on further investigation. |
Thanks. I was trying to debug it earlier, but couldn't get the ROM to build correctly after fighting the makefile for a while. I'm interested to know what the problem/fix is. |
Yeah, I already had PvSneslib installed, I was able to get the ROM to build but the makefile would still error after linking for some reason. When playing it there was something wrong with the sprites. When I dropped bombs the sprites weren't there or looked corrupted. It's like it was able to build, but not perfectly. I kind of gave up on trying to build it after fighting with it for a while |
I see. The game requires a specific branch of pvsneslib: |
Using an old version could be the reason for the softlock too, as when I tried to inspect the routine it hangs on in the latest branch, it appeared that the ASM is different |
I just experienced a softlock on my first playthrough, it's stuck executing in a loop from
B8DB
-B8DE
This is the screen it froze on
The text was updated successfully, but these errors were encountered: