Skip to content

unk_02067A60 -> field map change#440

Open
Kurokamori wants to merge 1 commit intopret:masterfrom
Kurokamori:field-map-change
Open

unk_02067A60 -> field map change#440
Kurokamori wants to merge 1 commit intopret:masterfrom
Kurokamori:field-map-change

Conversation

@Kurokamori
Copy link
Copy Markdown
Contributor

decompiled unk_02067A60 and named most everything, updated the call and include names where they appeared. Built with no issues.

decompiled unk_02067A60 and named most everything, updated the call and include names where they appeared. Built with no issues.
Comment on lines +147 to +152
u8 *p = (u8 *)env;
u32 i = sizeof(FlyTaskEnv);
do {
*p++ = 0;
i--;
} while (i != 0);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

this looks like a memset call

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Something like this I guess:

Suggested change
u8 *p = (u8 *)env;
u32 i = sizeof(FlyTaskEnv);
do {
*p++ = 0;
i--;
} while (i != 0);
memset(env, 0, sizeof(FlyTaskEnv));

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

This pull request has had no activity for 60 days and will be marked stale. If there is no further activity, it will be closed in 30 days.

@github-actions github-actions bot added stale and removed stale labels Apr 1, 2026
@red031000
Copy link
Copy Markdown
Member

bump, request memset change as above

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.

4 participants