Decompile menuRenderControllerInfo

This commit is contained in:
Ryan Dwyer
2020-09-22 17:14:00 +10:00
parent c845fb84a2
commit 4fdf992bc3
2 changed files with 26 additions and 94 deletions
+4 -4
View File
@@ -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);