mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
fix snowhead pillar memcpy (#130)
This commit is contained in:
@@ -149,7 +149,7 @@ void func_80A9AFB4(BgHakuginPost* this, PlayState* play, BgHakuginPostUnkStruct*
|
||||
if ((unkStruct->unk_0000[i].unk_34 == 0) ||
|
||||
(this->dyna.actor.world.pos.y < unkStruct->unk_0000[i].unk_08.y)) {
|
||||
for (j = 10; j >= i; j--) {
|
||||
memcpy(&unkStruct->unk_0000[j + 1], &unkStruct->unk_0000[j], 0x38);
|
||||
memcpy(&unkStruct->unk_0000[j + 1], &unkStruct->unk_0000[j], sizeof(BgHakuginPostUnkStruct1));
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user