Skip to content

Rename code_B5280 -> results and decompile#66

Merged
gcsmith merged 3 commits intogcsmith:mainfrom
queueRAM:decomp_results
Feb 24, 2026
Merged

Rename code_B5280 -> results and decompile#66
gcsmith merged 3 commits intogcsmith:mainfrom
queueRAM:decomp_results

Conversation

@queueRAM
Copy link
Contributor

  • Decompile func_8032DD50
  • Decompile func_8032DE14
  • Decompile func_8032DE74
  • Decompile func_8032DF08
  • Decompile func_8032E000
  • Decompile func_8032E060
  • Decompile func_8032E698
  • Decompile func_8032E6B8
  • Decompile func_8032E940
  • Decompile func_8032EF10

- Decompile func_8032DD50
- Decompile func_8032DE14
- Decompile func_8032DE74
- Decompile func_8032DF08
- Decompile func_8032E000
- Decompile func_8032E060
- Decompile func_8032E698
- Decompile func_8032E6B8
- Decompile func_8032E940
- Decompile func_8032EF10

// FIXME: Unk80362690_Unk0_UnkC is wrong, indexing 15 in 4-byte buffer to match
// was: temp_sw->pad8B
if ((unkC->unk2 == 3) && (unkC->pad7C[0xF] != 0)) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this unkC->pad7C[0xF] is accessing beyond array bounds, but struggling to match code with struct layout

}
menuSetProps();
// FIXME: unkC->pad8B
if (((unkC->unk2 != 3) || (unkC->pad7C[0xF] != 0)) && (unkC->unk2 != 6)) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this unkC->pad7C[0xF] is accessing beyond array bounds, but struggling to match code with struct layout

case 0:
if (func_8033E3A8(2) != 0) {
// FIXME: unkC->pad8A
saveFileWrite((s32)unkC->pad7C[0xE]);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this unkC->pad7C[0xE] is accessing beyond array bounds, but struggling to match code with struct layout

@gcsmith gcsmith merged commit 0fe3fc8 into gcsmith:main Feb 24, 2026
1 check passed
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.

2 participants