start rom_8034C54 decomp

This commit is contained in:
DizzyEggg
2018-05-27 17:42:48 +02:00
parent 06186561f2
commit 357afd91b5
5 changed files with 199 additions and 505 deletions

View File

@@ -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]);
}