d_a_obj_mkie - matching retail#931
Conversation
Report for GZLP01 (ca9481d - 9b96996)📈 Matched code: 56.34% (+0.07%, +5840 bytes) ✅ 62 new matches
...and 32 more new matches Report for GZLE01 (ca9481d - 9b96996)📈 Matched code: 58.07% (+0.07%, +5840 bytes) ✅ 62 new matches
...and 32 more new matches Report for D44J01 (ca9481d - 9b96996)📈 Matched code: 45.65% (+0.05%, +3724 bytes) ✅ 55 new matches
...and 25 more new matches 📈 7 improvements in unmatched items
Report for GZLJ01 (ca9481d - 9b96996)📈 Matched code: 56.39% (+0.07%, +5832 bytes) ✅ 62 new matches
...and 32 more new matches |
| /* 000011FC-00001338 .text mode_demo__Q29daObjMkie5Act_cFv */ | ||
| void daObjMkie::Act_c::mode_demo() { | ||
| /* Nonmatching */ | ||
| if (mState > 0 && (mState -= 1, mState == 0)) { |
There was a problem hiding this comment.
Can avoid the comma operator like this
| if (mState > 0 && (mState -= 1, mState == 0)) { | |
| if (mState > 0 && --mState == 0) { |

Closing #420
Matching mkie for retail.
Stone statue in Earth temple that can be shot with light to vanish.