NHSE/NHSE.Core/Structures
Kurt da4b292588 Add villager item editing
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)
}
2020-03-29 17:12:41 -07:00
..
Item Add villager item editing 2020-03-29 17:12:41 -07:00
Villager Add villager item editing 2020-03-29 17:12:41 -07:00
GameFileDumper.cs Add villager import button 2020-03-29 13:28:26 -07:00
GameFileLoader.cs Add decrypted load all (from folder) 2020-03-29 13:17:39 -07:00
RecipeList.cs Add learned recipe editing 2020-03-28 22:10:17 -07:00
SEADRandom.cs Initial commit 2020-03-27 17:54:17 -07:00