Ground Tier2 style-family exact-match resolver
This commit is contained in:
parent
1dcb3bd51f
commit
031f82fea2
3 changed files with 18 additions and 3 deletions
|
|
@ -821,6 +821,13 @@ Working rule:
|
|||
`Kyoto`, `Persian`, `SoWest`, `Tudor`, and `Victorian`, so the next Tier-2 source question is
|
||||
no longer “where do numbered names come from?” but “which style-family rows first survive into
|
||||
the later two-bank, twelve-ordinal clone pass?”
|
||||
The exact-match resolver beneath that style-family strip is grounded now too. `0x00419590`
|
||||
copies one source-kind name from `0x005f3c6c`, combines it with one style/theme entry from the
|
||||
smaller subset table `0x005f3c80` through format `"%1%2"` at `0x005c8730`, and then scans the
|
||||
live auxiliary pool `0x0062b2fc` for the first exact `[entry+0x04]` match. So the
|
||||
`0x005f3c6c/0x005f3c80` pair is no longer an anonymous bank byte table; it is the stock
|
||||
style-family-to-combined-name resolver that sits immediately below the remaining Tier-2 source
|
||||
selection frontier.
|
||||
The direct `+0xba/+0xbb` writer census is narrower now too. The obvious newly surfaced stores
|
||||
at `0x004ecd42/0x004ecdaa` and `0x004ed5d5/0x004ed625` are only shell-side portrait/string
|
||||
refresh helpers: they walk a separate id-keyed collection through `0x0053f830`, free and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue