Annotate add-building grouped row consumers

This commit is contained in:
Jan Petykiewicz 2026-04-19 02:07:02 -07:00
commit a916e2d371

View file

@ -10899,6 +10899,16 @@ fn parse_real_grouped_effect_row_summary(
));
}
}
if descriptor_metadata.is_some_and(|metadata| metadata.parameter_family == "world_building_spawn")
{
let candidate_id = descriptor_id.saturating_sub(503);
notes.push(format!(
"add-building descriptor maps to live candidate id {candidate_id}"
));
notes.push(
"0x430270 add-building consumer uses placement count byte 0x11 plus packed span words 0x14/0x16 after the descriptor_id - 503 candidate bridge; it does not branch directly on grouped opcode".to_string(),
);
}
Some(SmpLoadedPackedEventGroupedEffectRowSummary {
group_index,