mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-03 16:42:16 -04:00
Decompile vi0000ab6c
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user