Annotate add-building grouped row consumers
This commit is contained in:
parent
3ea14a7d33
commit
a916e2d371
1 changed files with 10 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue