mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 06:44:48 -04:00
Decompile currentPlayerGetUnk1768
This commit is contained in:
@@ -2421,13 +2421,10 @@ u32 currentPlayerGetUnk174c(void)
|
||||
return g_Vars.currentplayer->unk174c;
|
||||
}
|
||||
|
||||
GLOBAL_ASM(
|
||||
glabel func0f0b5788
|
||||
/* f0b5788: 3c0e800a */ lui $t6,%hi(g_Vars+0x284)
|
||||
/* f0b578c: 8dcea244 */ lw $t6,%lo(g_Vars+0x284)($t6)
|
||||
/* f0b5790: 03e00008 */ jr $ra
|
||||
/* f0b5794: 8dc21768 */ lw $v0,0x1768($t6)
|
||||
);
|
||||
u32 currentPlayerGetUnk1768(void)
|
||||
{
|
||||
return g_Vars.currentplayer->unk1768;
|
||||
}
|
||||
|
||||
GLOBAL_ASM(
|
||||
glabel func0f0b5798
|
||||
|
||||
Reference in New Issue
Block a user