Recent content by yerenkow

  1. Y

    ROM Hack 3DS Video BETA

    No problems at all, just install ffmpeg, and follow my instructions in prev post.
  2. Y

    ROM Hack 3DS Video BETA

    Hello guys. I just completed testing different settings and approaches, and find optimal way to fully convert 3d Video for 3DS. You can read this in my blog post. I hope this info will be useful for GUI creators, also for guy who made pretty nice *.bat file (btw, which still can't split video...
  3. Y

    ROM Hack Hotel Dusk Need help to hack

    offtopic: yes, phoenix already dumped and translated. Meanwhile, I'm as main programmer of our team, looking into next ROM Ok, I've read "FAQ for the LZSS Compression". After that and further analysis i came to opinion: File consist of header (16 bytes) and compressed data. Delimeter =...
  4. Y

    ROM Hack Hotel Dusk Need help to hack

    I could be wrong, but it's almost all plain text... FF - I thing it's dialog sound (when text typing on screen) I'll try tomorrow split text by pointers, maybe there will be some system or scheme.
  5. Y

    ROM Hack Hotel Dusk Need help to hack

    Well, anyone had hacked hotel? I've made so far: After unpacking ROM, I've found textdata_usa.wpf It has many files in there, in such structure: 24 bytes for name of packed file; 4 byte - file size; 4 byte - start of next file; After that I've mad a simple unpacker, and convert this...
  6. Y

    ROM Hack Phoenix Wright translation [NDS][RUS]

    OK, I digged into data.bin; there is such pointer structure: count of pointers; [relative offset; size;] [relative offset; size;] .... [relative offset; size;] When you look to CURRENT_OFFSET + LAST_POINTER_OFFSET + LAST_POINTER_SIZE - you find there next pointer table; it works till 1A77CB8...
  7. Y

    ROM Hack Phoenix Wright translation [NDS][RUS]

    Hello guys. I'm started translation to Russian language of first Phoenix Wright game. I need a little help here Open questions: - Where (and how edit it) description textes of Profiles - Where (and how edit it) description textes of Evidences - Where (and how edit it) graphic buttons of...