-
Notifications
You must be signed in to change notification settings - Fork 10
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
Implement the rest of ResultScreen
#312
Conversation
There are some weird diffs in HandleReplaySaveKeyboard: https://github.com/happyhavoc/th06/actions/runs/11760974310#user-content-th06____resultscreen____handlereplaysavekeyboard I'll merge this regardless, the diff can be fixed in a follow-up PR. Thanks for the contribution! |
That's funny, that is not a diff, that is ghidra delinker(i think), treating |
Implements:
ResultScreen::OnDraw
ResultScreen::LinkScore
ResultScreen::FreeScore
ResultScreen::FreeAllScores
ResultScreen::ReleaseScoreDat
ResultScreen::LinkScoreEx
ResultScreen::DrawFinalStats
ResultScreen::HandleResultKeyboard
ResultScreen::HandleReplaySaveKeyboard
ResultScreen::WriteScore
ResultScreen::DeletedCallback
ResultScreen::GetHighScore
Plus, i reordered all the functions inside, so that they match against the original binary