diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-28 01:56:26 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-28 01:56:43 +0800 |
commit | f52d439a8588f82268ed199ce08ce3c792071ff3 (patch) | |
tree | 0735d9cd082a7103225ae1040ab6395ee1ab2910 /src/unk_815C980.c | |
parent | fd543fd799caf59cabf55721e561fcfb0f59315d (diff) |
finished decompress (1 failed attempt)
Diffstat (limited to 'src/unk_815C980.c')
-rw-r--r-- | src/unk_815C980.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unk_815C980.c b/src/unk_815C980.c index b90d2fb03..09b92c834 100644 --- a/src/unk_815C980.c +++ b/src/unk_815C980.c @@ -128,7 +128,7 @@ bool32 sub_815CA40(u32 id, s32 arg1, const struct UnkStruct3 *arg2) compObjectPic = *(struct CompressedSpriteSheet*)(arg2->spriteSheet); compObjectPic.size = GetDecompressedDataSize(arg2->spriteSheet->data); - gUnknown_203F454->array[id].tileStart = LoadCompressedObjectPic(&compObjectPic); + gUnknown_203F454->array[id].tileStart = LoadCompressedSpriteSheet(&compObjectPic); } if (gUnknown_203F454->array[id].tileStart == 0xFFFF) |