Transform level is 0xF after lakebed temple, verified on dolphin (#1571)

This commit is contained in:
Olivia!!
2026-05-18 04:04:34 +02:00
committed by GitHub
parent ec281a475f
commit 28d0017d4c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1501,14 +1501,14 @@ EditorWindow::EditorWindow() {
.getValue =
[] {
return std::popcount(static_cast<unsigned>(
get_player_status_b()->mTransformLevelFlag & 0x7));
get_player_status_b()->mTransformLevelFlag & 0xF));
},
.setValue =
[](int value) {
get_player_status_b()->mTransformLevelFlag =
static_cast<u8>((1u << value) - 1u);
},
.max = 3,
.max = 4,
}),
rightPane, {});
leftPane.register_control(