mirror of
https://github.com/zeldaret/tmc
synced 2026-08-16 13:17:13 -04:00
Merge branch 'master' into cleanup_declarations
This commit is contained in:
+2
-2
@@ -52,8 +52,8 @@ void sub_0806A26C(Entity* this) {
|
||||
if (uVar2 = Random(), uVar2) {
|
||||
unk = -unk; // wtf?!
|
||||
}
|
||||
pEVar1->spriteOffsetX = gUnk_081121DC[uVar2 & 7];
|
||||
pEVar1->spriteOffsetY = gUnk_081121DC[(uVar2 / 256) & 7] - 8;
|
||||
pEVar1->spriteOffsetX = gUnk_081121D4[uVar2 & 7];
|
||||
pEVar1->spriteOffsetY = gUnk_081121D4[(uVar2 / 256) & 7] - 8;
|
||||
}
|
||||
}
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user