• 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.

Recent content by UltimaSoul

  1. U

    [Pokeemerald] Scripting Tutorial

    giveitem_std has been renamed to giveitem so "Error bad instruction" means the command isn't a valid one. Also no free space management is required for decomps! It automatically moves everything around to fit your new added stuff.
  2. U

    What is the best GBA emulator?

    You can change the key for speed up via Tools > Settings > Shortcuts and then under Emulation change the Fast Forward key.
  3. U

    [Pokeemerald] Battle Engine Upgrade

    For a tutorial on setting up custom multi battles, take a look at Part 2 in this guide: https://www.pokecommunity.com/showthread.php?t=431486 Your problem may be related to not setting up a partner or their back pic id.
  4. U

    [Pokeemerald] Battle Engine Upgrade

    You can find changes made by searching for commits in the branch or browse through the commits list. Here’s the first commit for custom multi battles: https://github.com/DizzyEggg/pokeemerald/commit/539b05ff73da122a34f9b806b3a134f986acc13e
  5. U

    [Pokeemerald] Scripting Tutorial

    Poryscript still uses these same commands with just parentheses to enclose the arguments, so it's well-worth maybe even slightly gearing your tutorial towards it as the main difference lies in easier conditional checking.
  6. U

    Changing the way starters are given

    It is important to note that Emerald also has scripts for selecting starters via script similar to FRLG for the Johto starters that are given out when you complete the Hoenn dex.
  7. U

    [TUTORIAL] Decomp - From start to finish

    Did you make sure to add EGG as a remote like in step 7?
  8. U

    [Map] Map looks dimmer/night/darker after connection

    This dimming is caused by setting the weather to Cloudy perhaps.
  9. U

    how to make pokemon trainer's levels be equal to yours?

    My suggestion is to look at the syntax of other functions that use switches to know how to properly format it.
  10. U

    how to make pokemon trainer's levels be equal to yours?

    You missed a ";" at the end of the fixedLVL line.
  11. U

    [Pokeemerald] Battle Engine Upgrade

    If you'd like help, it's easier to obtain it in the Discord server. As some general useful information, you can use the command in MSYS2 git grep "<<<" to find files that have "<<<" which are where the conflicts are.
  12. U

    An Emulator Related Plea (that will probably fall on deaf ears)

    As Lunos said, Decomps can offer a cleaner environment for creating hacks (just be sure to test them on mGBA or hardware still!). Bugs can more easily be debugged due to version control like git which creates a snapshot of the current state of the repo and you can go back to older snapshots too...
  13. U

    Error when running "make" command

    pokefirered is currently in a non-usable state. If you would like to use the decomps, please consider using pokeemerald.
  14. U

    "./build.sh" error...cygwin1.dll???

    Ask for help in the decomps channel on Discord and it'll be easier to get someone's help.
  15. U

    Quick Research & Development Thread

    The very well-known tall grass fix found here had a minor bug involving the Cycling Road/Route 17 grass have the tall grass animation as well. The problem was that it was looping back to comparing the grass with D1 as its behaviour byte right after comparing 03 for the tall grass. This...
Back
Top