Decompile menuhandlerChangeAgent

This commit is contained in:
Ryan Dwyer
2019-12-31 11:17:41 +10:00
parent 2c6a34eb63
commit 956bdf502e
3 changed files with 10 additions and 20 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ u32 func0f0f7728(void);
u32 func0f0f7e98(void);
u32 func0f0f8040(void);
u32 func0f0f8120(void);
u32 func0f0f820c(void);
void func0f0f820c(s32 arg0, s32 arg1);
u32 func0f0f82a8(void);
u32 func0f0f8300(void);
u32 func0f0f8330(void);
+1 -1
View File
@@ -53,7 +53,7 @@ s32 menuhandlerAmmoOnScreen(u32 operation, struct menu_item *item, bool *enable)
s32 menuhandlerAntiPlayer(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerAntiRadar(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerAutoAim(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerChangeAgent(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerChangeAgent(s32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerCoopBuddy(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerCoopFriendlyFire(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerCoopRadar(u32 operation, struct menu_item *item, bool *enable);