Skip to content

Commit

Permalink
[debug menu] change: only change the selected player when the players…
Browse files Browse the repository at this point in the history
… page is open
  • Loading branch information
Istador committed Oct 7, 2024
1 parent efce939 commit 56350af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ bool hakoniwaSequenceHook(HakoniwaSequence* sequence) {
}
}
} else if (al::isPadHoldZL(-1)) {
if (debugMode) {
if (debugMode && pageIndex == 0) {
if (al::isPadTriggerLeft(-1)) { // [Debug menu] ZL + Left => Previous player
debugPuppetIndex--;
if (debugPuppetIndex < 0) {
Expand Down

0 comments on commit 56350af

Please sign in to comment.