Recent content by discGator

  1. discGator

    Hacking 3DS NOOB PARADISE - Ask questions here

    What do people use for decompiling (or at least looking at ASM instructions rather than machine code) 3DS games? I'm familiar with some other systems but the 3DS is a new one for me.
  2. discGator

    Hello :)

    I have occasionally lurked GBAtemp in the past, but never got around to making an account until now. During the day I do software quality assurance, and otherwise I enjoy video games and poking at bytes in files, among various other things. I enjoy JRPGs, farm games, bullet hells, visual...
  3. discGator

    ROM Hack [wip] Story of Seasons: Trio of Towns Save Editor

    The save files are compressed with plain LZ11, the thing tripping up decompression utilities is that there's a chunk of uncompressed data before the LZ11 header. They expect the header to be at 0x00, when the actual header is at 0xF8. I had a suspicion this was the case when I looked through...