Recent content by wchdsk

  1. W

    ROM Hack REQUEST: Xenoblade Chronicles 2 Save Editor, please?

    you can add this at the end of key item , also filling 0x00 at origin place 98 C1 18 03 XX XX XX XX ZZ 00 00 00 XX = final key item XX ZZ = final key item ZZ + 1 like this if this is the end of keyitem blockB5 C8 08 00 32 02 01 00 11 00 00 00 add Overdrive Protocols at end 98 C1 18 03 32 02 01...
  2. W

    ROM Hack REQUEST: Xenoblade Chronicles 2 Save Editor, please?

    Overdrive Protocols : itemID=C198 in key item address if you have a Overdrive Protocols ,you can just find this id and modify the value
  3. W

    ROM Hack REQUEST: Xenoblade Chronicles 2 Save Editor, please?

    More Item data address Core 0xF6278 Pouch 0xF4B08 Unavailable Aux Core 0xF3398 Treasure 0xF2A38 Collectible 0xF12C8 info items...
  4. W

    ROM Hack REQUEST: Xenoblade Chronicles 2 Save Editor, please?

    I said 0xC for each Core , if you have common,rare and legendary,you will have 36 bytes data for Core 0C 60 19 00 67 85 0A 00 74 00 00 00 looks like you rare core's data at you code 0x0C60 is item ID,0x1900 is value 3,0x67850a00 and 0x74 looks like sort or something, i'm not sure
  5. W

    ROM Hack REQUEST: Xenoblade Chronicles 2 Save Editor, please?

    0xC for each core first 2byte is itemID,next 2byte is num num = value*8 + 1 like this: value in game=1 value in savedata = 0x9 value in game=2 value in savedata = 0x11 value in game=99 value in savedata = 0x0319
  6. W

    ROM Hack REQUEST: Xenoblade Chronicles 2 Save Editor, please?

    Offset of money 0x10 Offset of Ether Crystals 0x10AD4C Offset of Bonus EXP 0xEC,0x68C,0xC2C,0x11CC,0x1D0C Offset of Cores 0xF6278
  7. W

    ROM Hack REQUEST: Xenoblade Chronicles 2 Save Editor, please?

    My XB2 card is JPN Ver1.2 and there a no any ckecksum You can simply modify Value and inject them
  8. W

    ROM Hack REQUEST: Xenoblade Chronicles 2 Save Editor, please?

    Ether Crystals=12416 at 0x10AD4C ,it's right?