Decompile dmenuRender

This commit is contained in:
Ryan Dwyer
2021-10-27 12:26:37 +10:00
parent 7f28a87972
commit 17fdc5fbec
6 changed files with 193 additions and 333 deletions
+3 -1
View File
@@ -26,11 +26,13 @@ bool debugAllowEndLevel(void);
bool debug0f11ef78(void);
bool debug0f11ef80(void);
Gfx *debugRender(Gfx *gdl);
Gfx *dmenuRender(Gfx *gdl);
void debugTick(void);
s32 debug0f11946cnb(s8 stickx, s8 sticky, u16 buttons, u16 buttonsthisframe);
bool debugIsLineModeEnabled(void);
extern u32 var800786f4nb;
extern s32 g_DebugMenuPositions[][2];
extern char *g_DebugMenuLabels[];
#endif