Search results

  1. A

    Homebrew System update

    I made a burned the .iso of Phantom Brave - We meet Again onto a DVD but when I put the disk into my wii, it starts wanting to do a system update. Other burned games work fine except for this one, although the most recent game i've ever gotten was SSBB. Do i need to run the system update in...
  2. A

    ROM Hack Days of Memories 3

    and the tool: http://www.mediafire.com/?zdk4jynlnie unfortunately, that IS the single byte font, so that means it'll be a graphics hacking problem to fix that.
  3. A

    ROM Hack Strike Witches Aozora no Dengekisen Shin Taichou Kentou Sutu

    i thought doing a visual novel would be cool and i thought i would get to learn about compression and stuff. i didn't. the method to actually find and extract the text was actually 5 logical lines long. and three of them were just writing stuff to file... if anyone wants to pick this up, there...
  4. A

    ROM Hack Single byte fonts

    I'm sure shining force feather is not the first game ever not to use NTFR and not to have a single-byte ascii font... could anyone tell me how to insert a font into a game that does not support NTFR?
  5. A

    ROM Hack Pointer tables

    I've started peeking through Dramatic Dungeon Sakura Taisen for fun, and realized after not too long that it was clearly not a game that had the string length in inside the text. I was wondering if anyone could tell me exactly how to find the pointer table. None of the documents in zophar's...
  6. A

    ROM Hack hacking help?

    i was playing around with the 7th dragon rom for a while when i realized that iwth the shift-jis table, all the katakana and all the hirogana showed up, but none of the kanji did. has anyone ever encountered a similar problem, and if the solution is to make a new table, is the only thing i need...
  7. A

    ROM Hack Zoids text ext/ins tools

    hello, i am azerty1. I like to program, but i can't read japanese and i'm colour blind. so basically, the only way i can contribute to this community is by programming. which means all i can do is reverse engineer text stuff and write up tools to to dump the text and reinsert it. recently, i...
  8. A

    ROM Hack oni zero

    i did it for fun and for experience with a random game in the requests thread that was easy, but if anyone wants it, here it is. coded in C#, so you'll need the .NET framework. put the snario files from the script folder into the /bin/debug folder and let it work its magic. i uploaded the entire...
  9. A

    ROM Hack text extracter/inserters

    I've been playing around with the Tactical Guild rom in an attempt to learn how to hack roms to translate them. finding the text and graphics was rather easy and replacing the text was also simple. However, I'm not quite sure how to make a text extracter and inserter specific to a game. I do...