Skip to content
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 FUN_10025720() and others #1134

Merged
merged 2 commits into from
Nov 5, 2024

Conversation

jonschz
Copy link
Contributor

@jonschz jonschz commented Nov 4, 2024

FUN_10025720 matches up to one minor detail, the rest matches to 100 %.

LEGO1/lego/legoomni/src/common/legoutils.cpp Outdated Show resolved Hide resolved
LEGO1/lego/legoomni/src/build/legocarbuild.cpp Outdated Show resolved Hide resolved
LEGO1/lego/legoomni/src/build/legocarbuild.cpp Outdated Show resolved Hide resolved
LEGO1/lego/legoomni/include/legocarbuild.h Outdated Show resolved Hide resolved
break;
case 6:
m_unk0x10a = g_unk0x100d65b0[Beta0x10070520()].m_unk0x18;
uVar6 = m_unk0x10a;
Copy link
Contributor Author

@jonschz jonschz Nov 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing uVar6 here does decrease the match percentage, but I find its use confusing. Maybe there is an inline function that originally took an MxS32. Hard to tell because BETA10 does not have this part at all.

Edit: I tried the inline function and I can't get it to 100 % in an obvious way. Let's probably leave it the way it is.

@foxtacles foxtacles merged commit c65bc67 into isledecomp:master Nov 5, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants