diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-11-28 01:54:11 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-27 11:54:11 -0300 |
| commit | 55badb7162411a852b1747332eb62f3263559a1a (patch) | |
| tree | c224ce4c3599e72c5e6743b3e5a7735e4268d9a1 /src/boot | |
| parent | 5284302c8fcd7a708e427968b4737d7659d1fb44 (diff) | |
Misc Cleanup (#1509)
* begin anim R
* sTexturesDesegmented
* more misc docs
* more misc cleanup
* small adjustments
* oh sneaky
* PR Review
* adj comment, reads better
* missed an enum
* this one actor reverses true/false
* bool
* CARNIVOROUS_LILY
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/yaz0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/yaz0.c b/src/boot/yaz0.c index 7d33f8309..8626628f8 100644 --- a/src/boot/yaz0.c +++ b/src/boot/yaz0.c @@ -85,7 +85,7 @@ s32 Yaz0_DecompressImpl(u8* src, u8* dst) { } dstEnd = dst + ((Yaz0Header*)src)->decSize; - src = src + sizeof(Yaz0Header); + src += sizeof(Yaz0Header); do { if (bitIdx == 0) { |
