You are not logged in.
Pages: 1
Hi all. I've started trying to understand disassemblies (specifically, pokecrystal), and I want to try out some things and do some testing, but I can't for the life of me figure out how to "reassemble" an edited pokecrystal disassembly. I must be missing something, there should be a program that does it, right? Any recommendations? Also, I apologize if this is a fairly newbie question, but we all start somewhere, right? :)
Offline
You just need to follow the instructions in INSTALL.md.
Offline
Ok...I followed all the instructions...and now I have a new program on my computer that is supposed to convert a disassembly into a rom file? The instructions diddnt make clear how to actually use it to convert an edited document I have saved into a playable rom...could you elaborate?
Offline
If you did everything the instructions said—installing cygwin with the right packages, downloading rgbds, and cloning pokecrystal—you should be able to build the ROM just by going to the pokecrystal folder and typing "make" in cygwin.
Offline
My question and the answers below about this might help as well:
https://hax.iimarck.us/post/42114/#p42114
Hacks Gameboy 8-bit music in Pokémon Gen I & II, composes 8-bit music in FamiTracker
Offline
Hey, I read your question and I got the exact same error you did :0 all you did to fix it was type "git submodule init" and "git submodule update"?
Offline
When I type in cygwin "git submodule init" or "git submodule update" I get this error:
fatal: Not a git repository (or any parent up to mount point /cygdrive/c)
Stopping at filesystem boundary (GIT_ DISCOVERY_ACROSS_FILESYSTEM not set)
What does this mean? How do I solve this? I'm clueless :(
Offline
Maybe you forgot to install the additional packages: make, git, python, and gettext, for Cygwin(?)
Last edited by YORAMRW (2016-08-20 05:37:06)
Hacks Gameboy 8-bit music in Pokémon Gen I & II, composes 8-bit music in FamiTracker
Offline
The directory you're in is not a git repo. You need to be in ~/pokecrystal.
Offline
Pages: 1