mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 15:33:02 -04:00
Decompile menuRenderControllerInfo
This commit is contained in:
@@ -48,11 +48,11 @@ u32 func0f0ef200(void);
|
||||
u32 func0f0ef2fc(void);
|
||||
void func0f0ef360(struct menuitem *item, u16 *arg1);
|
||||
u32 func0f0ef394(void);
|
||||
u32 func0f0ef4bc(void);
|
||||
u32 func0f0ef758(void);
|
||||
Gfx *menuRenderControllerTexture(Gfx *gdl, s32 x, s32 y, s32 texturenum, u32 alpha);
|
||||
Gfx *menuRenderControllerLines(Gfx *gdl, struct menurenderthing *thing, s32 arg2, s32 arg3, s32 x, s32 y, u32 alpha);
|
||||
u16 func0f0efa90(s32 row, s32 col);
|
||||
u32 func0f0efbb4(void);
|
||||
Gfx *menuRenderControllerInfo(Gfx *gdl, struct menurenderthing *thing, s32 x, s32 y, s32 curmode, u32 alpha, u32 colour1, u32 colour2, u32 prevmode);
|
||||
Gfx *menuRenderControllerText(Gfx *gdl, s32 curmode, struct menurenderthing *thing, s32 x, s32 y, u32 colour1, u32 colour2, s8 prevmode);
|
||||
Gfx *menuRenderControllerInfo(Gfx *gdl, struct menurenderthing *thing, s32 x, s32 y, s32 curmode, u32 alpha, u32 colour1, u32 colour2, s8 prevmode);
|
||||
Gfx *menuRenderItemController(Gfx *gdl, struct menurenderthing *thing);
|
||||
void func0f0f057c(u16 *arg0);
|
||||
Gfx *menuRenderItem(Gfx *gdl, struct menurenderthing *thing);
|
||||
|
||||
Reference in New Issue
Block a user