mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-22 03:05:16 +00:00
[debug menu] new: title for debug puppet page
This commit is contained in:
parent
d8c89abdbb
commit
326ccb33af
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ 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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue