container: Update OffsetList#258
Conversation
MonsterDruide1
left a comment
There was a problem hiding this comment.
Can you share a link to a WIP branch of where you plan to use these additional functions?
I encountered things that look like -- in the decompiled code, but were just a compiler optimization, because it recognized that iterating forwards and backwards had the same effect, and decided for some reason that backwards would be better - meaning that the -- operator wasn't needed. I suspect the same issue to be happening here, and would like to take a look at its usage.
@MonsterDruide1 made 1 comment.
Reviewable status: 0 of 1 files reviewed, all discussions resolved.
Fuzzy2319
left a comment
There was a problem hiding this comment.
OdysseyDecomp/src/Enemy/KuriboHack.cpp at KuriboHack · Fuzzy2319/OdysseyDecomp and the decompme _ZN10KuriboHack8pushFromEPS_RKN4sead7Vector3IfEE | decomp.me
@Fuzzy2319 made 1 comment.
Reviewable status: 0 of 1 files reviewed, all discussions resolved.
This PR add changes to
OffsetListneeded forKuriboHackin SMO.iterator/robustIteratorto avoid writing&*iteriteratorthey seems to iterate the list in reverse inKuriboHack::pushFromThis change is