Decompile ciGetFrWeaponListMenuDialog

This commit is contained in:
Ryan Dwyer 2020-04-05 23:33:15 +10:00
parent 7cb1502b72
commit 43d2f40d8c
3 changed files with 6 additions and 8 deletions

View File

@ -3729,7 +3729,7 @@ glabel var7f1b94e4
/* f19fafc: 1000037d */ beqz $zero,.L0f1a08f4
/* f19fb00: 8fbf007c */ lw $ra,0x7c($sp)
.L0f19fb04:
/* f19fb04: 0fc69d55 */ jal func0f1a7554
/* f19fb04: 0fc69d55 */ jal ciGetFrWeaponListMenuDialog
/* f19fb08: 00000000 */ sll $zero,$zero,0x0
/* f19fb0c: 00402025 */ or $a0,$v0,$zero
/* f19fb10: 0fc3e178 */ jal func0f0f85e0

View File

@ -4193,12 +4193,10 @@ glabel var7f1b99d8
/* f1a7550: 00000000 */ sll $zero,$zero,0x0
);
GLOBAL_ASM(
glabel func0f1a7554
/* f1a7554: 3c028009 */ lui $v0,%hi(g_FrWeaponListMenuDialog)
/* f1a7558: 03e00008 */ jr $ra
/* f1a755c: 24428d78 */ addiu $v0,$v0,%lo(g_FrWeaponListMenuDialog)
);
struct menu_dialog *ciGetFrWeaponListMenuDialog(void)
{
return &g_FrWeaponListMenuDialog;
}
GLOBAL_ASM(
glabel func0f1a7560

View File

@ -32,7 +32,7 @@ char *htMenuTextCancelOrAbort(struct menu_item *item);
char *htMenuTextTimeTakenValue(struct menu_item *item);
u32 func0f1a6c8c(void);
u32 func0f1a6cc4(void);
u32 func0f1a7554(void);
struct menu_dialog *ciGetFrWeaponListMenuDialog(void);
void func0f1a7560(void *ptr, u16 fileid, u32 arg2, void *arg3, s32 arg4, bool arg5);
void func0f1a7730(void *ptr);
void *func0f1a7794(u16 fileid, u32 arg1, s32 arg2, s32 arg3);