mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-10 18:56:53 -04:00
Decompile menuRenderItemController
This commit is contained in:
@@ -52,8 +52,8 @@ u32 func0f0ef4bc(void);
|
||||
u32 func0f0ef758(void);
|
||||
u16 func0f0efa90(s32 row, s32 col);
|
||||
u32 func0f0efbb4(void);
|
||||
u32 func0f0efe30(void);
|
||||
Gfx *menuRenderItemController(Gfx *gdl);
|
||||
Gfx *menuRenderControllerInfo(Gfx *gdl, struct menurenderthing *thing, s32 x, s32 y, s32 curmode, u32 alpha, u32 colour1, u32 colour2, u32 prevmode);
|
||||
Gfx *menuRenderItemController(Gfx *gdl, struct menurenderthing *thing);
|
||||
void func0f0f057c(u16 *arg0);
|
||||
Gfx *menuRenderItem(Gfx *gdl, struct menurenderthing *thing);
|
||||
u32 func0f0f0704(void);
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
extern u16 g_ControlStyleOptions[];
|
||||
|
||||
char *menuTextCurrentStageName(struct menuitem *item);
|
||||
char *soloMenuTextDifficulty(struct menuitem *item);
|
||||
s32 menuhandlerControlStyleImpl(u32 operation, struct menuitem *item, union handlerdata *data, s32 mpindex);
|
||||
|
||||
Reference in New Issue
Block a user