mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-22 03:05:16 +00:00
[debug menu] change: only change the selected player when the players page is open
This commit is contained in:
parent
efce9392a1
commit
56350afa04
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue