Ground add-building compact span semantics
This commit is contained in:
parent
7d9240c277
commit
9c8a5005f4
2 changed files with 8 additions and 2 deletions
|
|
@ -10956,8 +10956,13 @@ fn parse_real_grouped_effect_row_summary(
|
|||
"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(),
|
||||
"0x430270 add-building consumer uses placement count byte 0x11, center words 0x12/0x14, and radius word 0x16 after the descriptor_id - 503 candidate bridge; it clamps radius to at least 1 and retries up to 200 randomized placements without branching directly on grouped opcode".to_string(),
|
||||
);
|
||||
if candidate_id > 66 {
|
||||
notes.push(
|
||||
"current non-hook candidate-name catalogs only ground concrete add-building names through candidate id 66, so this descriptor remains on the checked-in candidate-slot boundary beyond the live RT3 1.05 table".to_string(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Some(SmpLoadedPackedEventGroupedEffectRowSummary {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue