mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-22 11:15:15 +00:00
[debug menu] remove: debug puppet page
This commit is contained in:
parent
7cd46d2f29
commit
82cc6ffe91
1 changed files with 2 additions and 13 deletions
|
@ -71,7 +71,7 @@ int debugPuppetIndex = 0;
|
|||
int debugCaptureIndex = 0;
|
||||
static int pageIndex = 0;
|
||||
|
||||
static const int maxPages = 4;
|
||||
static const int maxPages = 3;
|
||||
|
||||
void drawMainHook(HakoniwaSequence* curSequence, sead::Viewport* viewport, sead::DrawContext* drawContext) {
|
||||
Time::calcTime(); // this needs to be ran every frame, so running it here works
|
||||
|
@ -218,17 +218,6 @@ void drawMainHook(HakoniwaSequence* curSequence, sead::Viewport* viewport, sead:
|
|||
}
|
||||
break;
|
||||
case 1:
|
||||
{
|
||||
gTextWriter->printf("----------------- Debug Puppet ------------------\n\n");
|
||||
PuppetActor* debugPuppet = Client::getDebugPuppet();
|
||||
PuppetInfo* debugInfo = Client::getDebugPuppetInfo();
|
||||
|
||||
if (debugPuppet && debugInfo) {
|
||||
gTextWriter->printf("Is Debug Puppet Tagged: %s\n", BTOC(debugInfo->isIt));
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 2:
|
||||
{
|
||||
gTextWriter->printf("--------------- Animation & Cappy ---------------\n\n");
|
||||
PlayerHackKeeper* hackKeeper = playerBase->getPlayerHackKeeper();
|
||||
|
@ -265,7 +254,7 @@ void drawMainHook(HakoniwaSequence* curSequence, sead::Viewport* viewport, sead:
|
|||
}
|
||||
}
|
||||
break;
|
||||
case 3:
|
||||
case 2:
|
||||
{
|
||||
gTextWriter->printf("------------------- Controls --------------------\n\n");
|
||||
gTextWriter->printf("Main/Pause Menu:\n");
|
||||
|
|
Loading…
Reference in a new issue