zako matches ftcoattack100#2666
Merged
Merged
Conversation
Ported from stephenjayakar:pr-15 (doldecomp#2238), reworked to avoid the regressions to fn_800DAA40 and fn_800DAD18 that branch had: - fn_800D7938: drop the function-pointer cast on it_80291F14 - fn_800DBBF8: keep fn_800DAA40 out of line via dont_inline, using direct user_data access and ftCo_804D90C8 so fn_800DAA40 itself still matches - ftCo_CaptureWaitLw_Phys: keep fn_800DAD18 out of line via a noinline wrapper defined before the callee Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Report for GALE01 (500a946 - 2851667)📈 Matched code: 72.50% (+0.04%, +1592 bytes) ✅ 4 new matches
|
Closed
kolt-mcb
pushed a commit
to kolt-mcb/melee
that referenced
this pull request
Jun 13, 2026
* Match fn_800D7938, fn_800DBBF8 and ftCo_CaptureWaitLw_Phys Ported from stephenjayakar:pr-15 (doldecomp#2238), reworked to avoid the regressions to fn_800DAA40 and fn_800DAD18 that branch had: - fn_800D7938: drop the function-pointer cast on it_80291F14 - fn_800DBBF8: keep fn_800DAA40 out of line via dont_inline, using direct user_data access and ftCo_804D90C8 so fn_800DAA40 itself still matches - ftCo_CaptureWaitLw_Phys: keep fn_800DAD18 out of line via a noinline wrapper defined before the callee Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * cleanup fn_800DAA40 * 100% of fn_800D8EC8 * 100% of fn_800DBBF8 --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
6 tasks
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.
Ported from stephenjayakar:pr-15 (#2238), reworked to avoid the regressions to fn_800DAA40 and fn_800DAD18 that branch had: