diff --git a/src/emitter.cpp b/src/emitter.cpp index 6c41fadf..7004838d 100644 --- a/src/emitter.cpp +++ b/src/emitter.cpp @@ -345,6 +345,7 @@ void emitDecompiled(PtContext &ctx, png::image &bottom, png::im else { outCsv << "id,behavior" << std::endl; } + // TODO : if all elements in a row correspond to the selected defaults, skip emitting this row? for (std::size_t metatileIndex = 0; metatileIndex < attributesMap.size(); metatileIndex++) { if (ctx.targetBaseGame == TargetBaseGame::FIRERED) { if (behaviorReverseMap.contains(attributesMap.at(metatileIndex).metatileBehavior)) {