• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

I cannot "make" rom file of Pokemon Red DX, but I can with Pokemon Red (original)?

  • 4
    Posts
    4
    Years
    • Seen Aug 26, 2020
    Hello! I just need a little step into the right direction, I basically know how to use Cygwin to edit the normal pokemon red roms and make the rom files, but for whatever reason I cannot get the red dx version on github to "make" the rom file :(

    I followed the exact same steps that I did when editing pokemon red and It seems like I downloaded all the files, this is the lines of text I get in Cygwin, any help would be greatly appreciated!

    Mega Media Monster@DESKTOP-JKGRVRQ ~/pokereddeluxe
    $ make
    find: 'yellow': No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    /bin/sh: python: command not found
    make: *** [Makefile:76: red/audio.o] Error 127

    Mega Media Monster@DESKTOP-JKGRVRQ ~/pokereddeluxe
     
    Did you modify the disassembly on your computer? It says that it can't find the Python and Yellow directories and also seems to have an error in the audio.o file, though it's probably unrelated. Just, try redownloading the thing. It should work.
     
    Hello! I just need a little step into the right direction, I basically know how to use Cygwin to edit the normal pokemon red roms and make the rom files, but for whatever reason I cannot get the red dx version on github to "make" the rom file :(

    I followed the exact same steps that I did when editing pokemon red and It seems like I downloaded all the files, this is the lines of text I get in Cygwin, any help would be greatly appreciated!

    Mega Media Monster@DESKTOP-JKGRVRQ ~/pokereddeluxe
    $ make
    find: 'yellow': No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    /bin/sh: python: command not found
    make: *** [Makefile:76: red/audio.o] Error 127

    Mega Media Monster@DESKTOP-JKGRVRQ ~/pokereddeluxe
    While that is no longer the case nowadays, old versions of Pokered relied on Python in order to process assets and code needed to build a ROM.
    This Red/Blue DX hack, assuming it's TheScarletSword's, probably still relies on it judging by how its latest commit was pushed in 2016.

    Also, for projects that old you'll want to use the --recursive flag when you git clone it because that's the only way you get certain tools and things that are needed in order to build the project correctly for some reason.
     
    If my previous tip doesn't work, go into your POKéMON REDdisassembly folder, and copy the PYTHON folder to the DX one.
     
    Back
    Top