Decompile func00013974

This commit is contained in:
Ryan Dwyer 2020-10-31 09:53:19 +10:00
parent 14726922c2
commit aea4e7e895
2 changed files with 5 additions and 7 deletions

View File

@ -5,7 +5,7 @@
void func00013900(void);
void func00013938(void);
u32 func00013974(void);
void func00013974(u32 value);
u32 func00013980(void);
void func0001398c(s32 value);
void func000139c8(void);

View File

@ -106,12 +106,10 @@ glabel func00013938
/* 13970: 00000000 */ nop
);
GLOBAL_ASM(
glabel func00013974
/* 13974: 3c018006 */ lui $at,%hi(var8005eeec)
/* 13978: 03e00008 */ jr $ra
/* 1397c: ac24eeec */ sw $a0,%lo(var8005eeec)($at)
);
void func00013974(u32 value)
{
var8005eeec = value;
}
u32 func00013980(void)
{