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

Mic Test Overlay #320

Merged
merged 21 commits into from
Nov 1, 2024
Merged

Mic Test Overlay #320

merged 21 commits into from
Nov 1, 2024

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
src/overlay_mic_test.c Outdated Show resolved Hide resolved
@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

.githooks/pre-commit Show resolved Hide resolved
.github/workflows/build.yml Outdated Show resolved Hide resolved
include/constants/items.h Outdated Show resolved Hide resolved
include/constants/items.h Outdated Show resolved Hide resolved
include/constants/std_script.h Outdated Show resolved Hide resolved
src/alph_puzzle.c Outdated Show resolved Hide resolved
src/data/fieldmap/hidden_items.h Outdated Show resolved Hide resolved
src/easy_chat.c Outdated Show resolved Hide resolved
.githooks/pre-commit Show resolved Hide resolved
.githooks/pre-commit Outdated Show resolved Hide resolved
.github/workflows/build-rom/action.yml Outdated Show resolved Hide resolved
src/overlay_mic_test.c Outdated Show resolved Hide resolved
src/overlay_mic_test.c Outdated Show resolved Hide resolved
src/overlay_mic_test.c Outdated Show resolved Hide resolved
src/overlay_mic_test.c Outdated Show resolved Hide resolved
src/overlay_mic_test.c Outdated Show resolved Hide resolved
src/overlay_mic_test.c Outdated Show resolved Hide resolved
src/overlay_mic_test.c Outdated Show resolved Hide resolved
src/overlay_mic_test.c Outdated Show resolved Hide resolved
src/overlay_mic_test.c Outdated Show resolved Hide resolved
src/overlay_mic_test.c Outdated Show resolved Hide resolved
src/overlay_mic_test.c Outdated Show resolved Hide resolved
src/overlay_mic_test.c Outdated Show resolved Hide resolved
src/overlay_mic_test.c Outdated Show resolved Hide resolved
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