I made a list of the item IDs found in both 3DS games.
Decimal and HEX, in Spanish and English:
(Note that this is for RAM values, save data gets converted and stored in another complex way.)
Also in txt for download.
Anyone managed to make a mod of any *.pack.zs ?
I tried to edit \romfs\Pack\Actor\Item_Ore_A.pack.zs changing the 500 price but nothing happens.
(*.bgyml files work.)
you need to open the save with some hex editor
Stamina is 00034F6C, you can change the data 00 00 96 44 (1200) to any of these:
00 00 7A 44 / 1000 stamina (1 wheel)
00 00 FA 44 / 2000 stamina (2 wheels)
00 80 3B 45 / 3000 stamina (3 wheels)
To edit the file you need some Hex editor and find the correct address, one for the ID and another for the quantity
I'll leave some of them here
The offset between items of the same category is usually 0x40 for the ID and 0x04 for the quantity
I hope someone makes a cool save editor like in...