Skip to content

Commit 5a8fb43

Browse files
author
Niko
committed
dbg characters work
1 parent 58a04ee commit 5a8fb43

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

decompile/General/AltMods/DebugMenu/MenuData.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ struct DebugRow rowsDbgLevels[] =
121121
};
122122

123123
// Menu for CHARACTER SELECT
124-
extern struct DebugRow rowsDbgChar[14];
124+
extern struct DebugRow rowsDbgChar[17];
125125
struct DebugMenu menuDbgChar =
126126
{
127127
.parentMenu = 0,
@@ -142,6 +142,9 @@ struct DebugRow rowsDbgChar[] =
142142
{3, 0xA, "ROO", DebugMenu_LoadGame_GivenCharacterId },
143143
{3, 0xB, "JOE", DebugMenu_LoadGame_GivenCharacterId },
144144
{3, 0xC, "NTROPY", DebugMenu_LoadGame_GivenCharacterId },
145+
{3, 0xD, "PENGUIN", DebugMenu_LoadGame_GivenCharacterId },
146+
{3, 0xE, "FAKECRASH", DebugMenu_LoadGame_GivenCharacterId },
147+
{3, 0xF, "OXIDE", DebugMenu_LoadGame_GivenCharacterId },
145148
{0}
146149
};
147150

include/common.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// toggle these in decompile
55

6-
#define USE_ALTMODS // Enable this before ANY other mods
6+
//#define USE_ALTMODS // Enable this before ANY other mods
77

88
// 2mb
99
//#define USE_60FPS // 60 frames per second
@@ -14,7 +14,7 @@
1414
//#define USE_HARDER // Difficulty Selector (Arcade)
1515
//#define USE_NEWCUPS // Cup Randomizer
1616
//#define USE_BOOSTBAR // Super's reserve bar
17-
#define USE_PROFILER // Debug profiler from PizzaHut
17+
//#define USE_PROFILER // Debug profiler from PizzaHut
1818
//#define USE_4PADTEST // 1 controller for all 4 players (not done)
1919

2020
// 8mb

0 commit comments

Comments
 (0)