Recent content by haseoo

  1. H

    ROM Hack Devil Survivor Overclocked Modding

    On a sidenote, it's been a long long long process of trying to replace the textures, after unpacking the .bin I ran into difficulties, you extract .cmp which are in Lz77 with BatchLZ77 you can decompress then you run into the next problem they're DMPBM but you can unpack them with Scarlet from...
  2. H

    ROM Hack Devil Survivor Overclocked Modding

    I was coming across this for a way to look into the target.bin Thanks to CUE and Skye posting the source code with the packer I managed to find the problem and fix it, you need to replace Line 250 I think index0 = (hash & 0x07FF) * 6 + 8; the 6 with 7, the 3ds target.idx seems to be in 7 byte...