-
-
Notifications
You must be signed in to change notification settings - Fork 804
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
Hello Kitty Collection - Miracle Fashion Maker (Japan) black screen #1320
Comments
Old bug, never looked into it too deeply. |
Doesn't boot in any emulator. Does work on hardware though. This appears to have a similar root cause to #301 where it's reading a value from RAM and expecting it to be non-zero but it never sets it. |
Looks like the RAM address (0x0200002C) gets initialized (to 0x02000140) right after the function that dies gets called. Confirmed that it gets to 0x080427AA on hardware, so it's not initialized properly on hardware yet I don't think, but for some reason it managed to break out of the loop on invalid RAM it gets into (it looks like it's trying to crawl a linked list, but the linked list is all invalid memory). |
Fixed in 93633ea. |
Hey @endrift |
If you're wondering why Minish Cap hangs when you leave the house at the beginning of the game, that's because you don't have open bus emulated |
Sadly I did not get to experience that because I don't emulate EEPROM saves , but I will get there soon enough. |
using 0.7.0
nothing but a black screen
The text was updated successfully, but these errors were encountered: