start rom_8034C54 decomp
This commit is contained in:
@@ -459,7 +459,7 @@ _08034964:\n\
|
||||
.syntax divided");
|
||||
}
|
||||
|
||||
u32 sub_8034974(const u8 *ptr)
|
||||
u32 GetDecompressedDataSize(const u8 *ptr)
|
||||
{
|
||||
return (ptr[3] << 16) | (ptr[2] << 8) | (ptr[1]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user