• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • 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.

[ASM & Hex] Github implementing

Froosty

The_Learner
  • 535
    Posts
    10
    Years
    Hello guys.....
    i didnt knew whats the place for this but i though it would suit here so i got it here...
    this time i though to implement some of the awesome works done in python and c to implement in my hack...
    After viewing some of the github codes like mega evolution, double wild battle and so on... i thought to implement them in my hack but i am not being successful.
    For every different codes i get different errors but i never get succes in implementing them....
    .
    I have installed gnu make.... devkit arm.... and python 3.4....
    And added devkit to path manually and selected "add to path" option fof python while installing.
    But still there is no success....
    I tried to implement mega evolution but it never generates test.gba.... i tried to implement t-card from the same author of double-battle but it also is not working(it generates the .bin file as said by author but it crash the game after inserting.....;most probably not working)
    An anyone tell me how to make it work!!!
    Currently i have windows 7 ultimate x64 installed
     
    Open the window's command line, and type these commands in:

    echo %devkitarm%
    echo %python%

    Tell me the result of each of those echos. Second, make sure you have a ROM called BPRE0.gba in the main folder. It's hard to tell what is causing these troubles because you haven't told us what errors you are getting. Screenshots of errors and what you're trying to do would be helpful.
     
    Back
    Top