-
Notifications
You must be signed in to change notification settings - Fork 110
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
Decompile overlay_02_02251E74.c #353
Conversation
as per request in discord
src/field/event_cutscene_celebi.c
Outdated
} CelebiTimeTravelState; | ||
|
||
static BOOL Task_CelebiTimeTravelCutscene(TaskManager *taskMan) { | ||
int *state = TaskManager_GetStatePtr(taskMan); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe our .clang-format has changed since you started this file, so it should probably be run again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like clang-format doesn't catch these anymore, so will fix what I can manually and if I miss some it's nbd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IHNMC 👍
a1[0] = gearPhone->unk_arr5[0]; | ||
a1[1] = gearPhone->unk_arr5[1]; | ||
a1[3] = gearPhone->unk_var3; | ||
a1[4] = gearPhone->unk_var4; | ||
a1[2] = gearPhone->unk_var7; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably a struct, but it can be figured out later
Making this a draft early in case anyone sees what the heck these functions are even for so I can begin to properly document them