Decompile func0f1667e8

This commit is contained in:
Ryan Dwyer 2021-06-13 23:03:46 +10:00
parent 1600d0daac
commit b61519ea2b
2 changed files with 5 additions and 7 deletions

View File

@ -1046,12 +1046,10 @@ glabel func0f1666f8
/* f1667e4: 00000000 */ nop
);
GLOBAL_ASM(
glabel func0f1667e8
/* f1667e8: 3c02800a */ lui $v0,%hi(var800a65e8)
/* f1667ec: 03e00008 */ jr $ra
/* f1667f0: 8c4265e8 */ lw $v0,%lo(var800a65e8)($v0)
);
struct coord *func0f1667e8(void)
{
return var800a65e8;
}
s32 func0f1667f4(struct prop *prop, f32 *arg1)
{

View File

@ -15,7 +15,7 @@ void func0f1660a4(f32 arg0);
Gfx *func0f1664a0(Gfx *gdl, u32 arg1);
Gfx *gfxConsiderDisableFog(Gfx *gdl);
bool func0f1666f8(struct coord *pos, f32 arg1);
u32 func0f1667e8(void);
struct coord *func0f1667e8(void);
s32 func0f1667f4(struct prop *prop, f32 *arg1);
#endif