Decompile vi2GetUnk28

This commit is contained in:
Ryan Dwyer
2020-06-15 20:17:55 +10:00
parent 168a8988dd
commit ee0740ad1d
5 changed files with 11 additions and 13 deletions
+4 -7
View File
@@ -1551,13 +1551,10 @@ u32 viGetUnk28(void)
return g_ViData->unk28;
}
GLOBAL_ASM(
glabel func0000ab2c
/* ab2c: 3c0e8006 */ lui $t6,%hi(var8005d590)
/* ab30: 8dced590 */ lw $t6,%lo(var8005d590)($t6)
/* ab34: 03e00008 */ jr $ra
/* ab38: 8dc20028 */ lw $v0,0x28($t6)
);
u32 vi2GetUnk28(void)
{
return var8005d590->unk28;
}
void viSetUnk28(u32 arg0)
{