• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.
karghosty21
Reaction score
153

Profile posts Latest activity Postings Media Albums About

  • Oh I keep forgetting about this error - I don't use Windows so I tend to forget how it works. Download yourself a copy of "HackMew's assembler" (check FBI's ASM tut) copy the 'as' and 'objcopy' files into the same directory as this assemble.py and change (again -_-) those lines 9 and 10 to AS = 'as' and OBJCOPY = 'objcopy' respectively.
    Thanks for changing your font :D
    I forgot a step in the process. You need to download and install devKitARM. Restart your PC. Try again. If that still doesn't work it wasn't configured properly. So find the DevKitARM binaries (usually C:\DevKitARM\bin) and change lines 9 and 10 in assemble.py to point to the absolute path - e.g. OBJCOPY = 'arm-none-eabi-objcopy' becomes OBJCOPY = 'C:\DevKitARM\bin\arm-none-eabi-objcopy'
    Assuming you're running Windows here, since you didn't tell me your platform:
    Install python 3. Clone the repo/download the zip/whatever. Place clean FR rom (test.gba) in the same directory as this. Hold shift and right click the directory. Choose "open in command prompt" or similar. If you cannot see this, open a command prompt window and enter 'cd C:/Path/to/folder/you/downloaded'. Then type 'assemble.py' and hit enter. If you see no errors then it worked. Test it in game using the "copy player" behaviour. P.S. your profile font is awful and I can barely read it :(
    You don't callasm at all. Insert the routines using the assemble.py file (python 3) and then set the behaviour of the OW you want to follow to the "copy player" behaviour. You might want to do this in a script, because the character needs to be right next to the player while the behaviour is active for it to work properly.
    Hey, I think your new title screen is about ready to be inserted. Do you want me to send you the images or do you want to send me the ips? I can do either.:)
    Almost I just need to get the version logo, and clean up the background, then split everything and insert. But Im leaving really early tomorrow and wont be getting back till late friday so it may take a little longer.
    Since I'm not on poketch very often I'm gonna send the title to you here too.
    Spoiler:
    Hey, I figured out how to add the BW2 Repel System for FireRed with JPAN's hacked engine. If you want me to implement it, PM me.
    I did not added any patches or system, only the repel system. Which may have conflicts with JPAN's Hacked Engine.
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
Back
Top