mirror of
https://github.com/kwsch/NHSE.git
synced 2026-07-13 06:41:02 -05:00
Furniture array is inside the villager's item list; there's another list of a different format in the offsets below
probably just a struct within another struct, like
struct villagerItem {
item; (0x08 bytes)
metadata; (0x24 bytes)
}
|
||
|---|---|---|
| .. | ||
| Item | ||
| Villager | ||
| GameFileDumper.cs | ||
| GameFileLoader.cs | ||
| RecipeList.cs | ||
| SEADRandom.cs | ||