• 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?".
  • Forum moderator applications are now open! Click here for details.
  • 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.
V
Reaction score
90

Profile posts Latest activity Postings About

  • Hola me puedes echar una manita.
    cuando uso el sistema de megas de touched y hago todo al pie de la letra, las carpetas incluso la instalación del DEVKITARM_r47-Win32 (1.5.4) instalo todo incluso coloco ";C:\devkitPro\devkitARM\bin" en el path de mi pc, pero me sigue sacando este error.

    arm-none-eabi-gcc -mthumb -mno-thumb-interwork -mcpu=arm7tdmi -fno-inline -mlong-calls -march=armv4t -Wall -O2 -DBPRE -DSOFTWARE_VERSION=0 -c src/bs_command.c -o build/bs_command.o process_begin: CreateProcess(NULL, arm-none-eabi-gcc -mthumb -mno-thumb-interwork -mcpu=arm7tdmi -fno-inline -mlong-calls -march=armv4t -Wall -O2 -DBPRE -DSOFTWARE_VERSION=0 -c src/bs_command.c -o build/bs_command.o, ...) failed. make (e=2): El sistema no puede encontrar el archivo especificado. make: *** [command] Error 2

    intente con el comando
    make DEFS="-DDISABLE_KEYSTONE_CHECK" pero el error persiste, me podrias echar una manita
    verserkdark, quería preguntarte algo pero por privado, lo que prefiero es discord, y no quiero pedirte nada de room hacking ni preguntarte sobre tus hacks o mod, es una pequeña duda sobre "un robo, modificación" o como se diga pienso que por falta de permisos
    T
    Well, then use the old routine and old table that you used without the changes I mentioned here.
    T
    Do other berries work? Like the chopple, occa etc.v
    T
    You mean shuca doesn't work. But the remaining berries work. Right?
    T
    Yes, only supereffective.

    Pobe with Shuca?
    T
    Well, from the screen shot. The move should be super effective in order for all berries except Chilan to work.
    T
    Is it working? If not, then change all byte to hword in berry table. And change add r3, #0x3 to add r3, #0x4 before b loop.
    T
    For example, it should be like this
    main:
    /*OCCA*/
    .hword 0x01BC
    .byte 0x0A

    /*PASHO*/
    .hword 0x01BD
    .byte 0x0B

    1BC will be Occa's item index in the item editor and similarly 1BD will be pasho's ite ID. Change all YYY in this table to different values.
    T
    Make sure that the item indexes of all the berries are consecutive and follow the move type order.
    Yes there is, feel free to do it. However I don't think this is the best way to implement it, the Emerald Upgraded battle engine probably does it better, you should look into it
  • Loading…
  • Loading…
  • Loading…
Back
Top