Skip to content

Conversation

@adrienntindall
Copy link
Collaborator

Follows from #311

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
@PikalaxALT
Copy link
Collaborator

Stale pull request warning

This 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.

@red031000
Copy link
Member

this is literally a draft PR
draft PRs aren't subject to stale, I thought that was the entire idea

@PikalaxALT PikalaxALT removed the stale label Sep 15, 2024
@adrienntindall adrienntindall marked this pull request as ready for review September 26, 2024 19:38
Copy link
Collaborator

@PikalaxALT PikalaxALT left a 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

Comment on lines 615 to 627
// 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;
Copy link
Collaborator

Choose a reason for hiding this comment

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

This was never fixed

@PikalaxALT PikalaxALT merged commit a43b5c2 into pret:master Nov 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants