This commit is contained in:
theo3 2022-03-27 21:31:22 -07:00
parent 450397a2c4
commit a6e70132dc
2 changed files with 3 additions and 2 deletions

View File

@ -226,7 +226,8 @@ void sub_08059124(ManagerF* this) {
default:
if (!--this->manager.unk_0e) {
CreateDustAt(this->unk_38, this->unk_3a, this->manager.unk_0b);
RestorePrevTileEntity(((this->unk_38 >> 4) & 0x3f) | ((this->unk_3a >> 4) & 0x3f) << 6, this->manager.unk_0b);
RestorePrevTileEntity(((this->unk_38 >> 4) & 0x3f) | ((this->unk_3a >> 4) & 0x3f) << 6,
this->manager.unk_0b);
SoundReq(SFX_TASK_COMPLETE);
DeleteThisEntity();
}

View File

@ -159,7 +159,7 @@ void sub_080919AC(MinecartEntity* this) {
}
uVar3 = GetRelativeCollisionTile(super, gUnk_081223C8[super->animationState * 2],
gUnk_081223C8[super->animationState * 2 + 1]);
gUnk_081223C8[super->animationState * 2 + 1]);
iVar2 = sub_08007DD6(uVar3, gUnk_081223D8[super->animationState]);
if (iVar2 == 0) {
super->direction = DirectionTurnAround(super->direction);