Decompile vi0000ab6c

This commit is contained in:
Ryan Dwyer
2021-10-08 17:47:41 +10:00
parent 5b2f8ee23a
commit 906680304c
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ void vi0000aab0(s32 arg0);
void *viGetUnk28(void);
void *vi2GetUnk28(void);
Vp *viGetCurrentPlayerViewport(void);
u32 vi0000ab6c(void);
u16 vi0000ab6c(void);
u32 vi0000ab78(void);
u32 vi0000aca4(void);
u32 vi0000ad5c(void);
+4 -6
View File
@@ -1977,12 +1977,10 @@ Vp *viGetCurrentPlayerViewport(void)
return &g_Vars.currentplayer->viewport[var80092877];
}
GLOBAL_ASM(
glabel vi0000ab6c
/* ab6c: 3c028009 */ lui $v0,%hi(var80092874)
/* ab70: 03e00008 */ jr $ra
/* ab74: 94422874 */ lhu $v0,%lo(var80092874)($v0)
);
u16 vi0000ab6c(void)
{
return var80092874;
}
GLOBAL_ASM(
glabel vi0000ab78