mesmenu: 95.61% -> 97.00% - #17671
Open
SirEnkido wants to merge 4 commits into
Open
Conversation
…masks, de-fused wave drift, state switch) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…vs !=0) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…s (friend CMesMenu; 97.00% unchanged, DOL byte-identical) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
All within
CMesMenu::onDraw(src/mesmenu.cpp):(frameMask & 2) ? …vs((frameMask & 2) != 0) ? …); the inconsistency is what the target emits, not a style choicedriftX/driftYtemporariesswitch(single-case; the if-form does not reproduce the target's dispatch shape — this was measured, not guessed)(char*)this + 0x3CB8/0x3CBC/0x3D34/0x3D3C/0x3D40casts in the state-1DrawRectwith real member access (m_mes.mBaseX/mBaseY/mRubyHeight/mRubyY/mRubySpacing), enabled byfriend class CMesMenu;ininclude/ffcc/mes.h— verified byte-identical (DOL sha1 unchanged)Evidence
main/mesmenufuzzy (report.json): 95.61% → 97.00% (96.996864)build/GCCP01/okpasses; DOL sha1 matchesconfig/GCCP01/build.sha1Notes for review
frienddeclaration touches the sharedinclude/ffcc/mes.h; codegen impact is zero (byte-identical DOL). Inline accessors were the alternative but are more invasive.m_mes); left for a follow-up to keep this PR reviewable.Produced by Claude agents following
AGENTS.md/WORK_SPLIT.md, operated by @SirEnkido. Every intermediate score in the commit messages was verified against report.json at commit time; the final state was re-verified independently.🤖 Generated with Claude Code