Decompile currentPlayerGetUnk1738

This commit is contained in:
Ryan Dwyer 2020-03-16 20:13:48 +10:00
parent 9bf7c411fd
commit 0eb9ea2002
1 changed files with 4 additions and 7 deletions

View File

@ -1835,13 +1835,10 @@ void currentPlayerSetUnk1738(u32 value)
g_Vars.currentplayer->unk1738 = value;
}
GLOBAL_ASM(
glabel func0f0b4f88
/* f0b4f88: 3c0e800a */ lui $t6,%hi(g_Vars+0x284)
/* f0b4f8c: 8dcea244 */ lw $t6,%lo(g_Vars+0x284)($t6)
/* f0b4f90: 03e00008 */ jr $ra
/* f0b4f94: 8dc21738 */ lw $v0,0x1738($t6)
);
u32 currentPlayerGetUnk1738(void)
{
return g_Vars.currentplayer->unk1738;
}
GLOBAL_ASM(
glabel func0f0b4f98