-
Notifications
You must be signed in to change notification settings - Fork 109
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
Mic Test Overlay #320
Mic Test Overlay #320
Conversation
The function I'm leaving on is breaking my brain so gonna commit and document some of the structs to the best of my ability
Stale pull request warningThis pull request has had no activity for 60 days and has been marked stale. It will be closed after a further 30 days of inactivity. |
this is literally a draft PR |
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 haven't even gotten to your new stuff but apparently clang-format is drunker than i've ever been
src/overlay_mic_test.c
Outdated
// TODO: Is this a library struct? | ||
typedef struct UnkStruct_27E0000 { | ||
u8 unk_0000[0x3FF8]; | ||
u32 unk_3FF8; | ||
} UnkStruct_27E0000; | ||
|
||
static void MicTest_VBlankIntrCB(void *data) { | ||
MicTestData *micTest = data; | ||
NNS_GfdDoVramTransfer(); | ||
ov62_021E5FC4(micTest); | ||
ov62_021E60D4(&micTest->unkB8); | ||
UnkStruct_27E0000 *unkStruct = (UnkStruct_27E0000 *)(0x27e0000); | ||
unkStruct->unk_3FF8 |= 1; |
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 was never fixed
Follows from #311