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

  1. C

    [Question] Help with a move similar to the "Stance Change" ability

    I am trying to implement a signature move for a Pokemon who similarly works like aegislash. This move changes them from attack to defence mode or from defence to attack mode each time it is used instead of it being an ability like aegislash however I can't seem to find out how to do this. Please...
  2. C

    [Other] [Pokered] Level Caps

    Thank you for your reply. The pokered decomp project is made almost entirely out of .asm files therefore the tutorial for pokeemerald is not compatible. I have also tried copying the tutorial for pokecrystal level caps but the games are too different. Are there any other tutorials that may help...
  3. C

    [Other] [Pokered] Level Caps

    I have recently been experimenting with the idea of a harder Pokemon Red and I would love to add level caps since battles in between badges have increased levels giving the player more Exp. However, I have a limited knowledge of .asm files and I have no idea how to go about implementing this...
  4. C

    Game crash upon choosing gender.

    In the intro after the player chooses a gender the game crashes and it happens for both boy and girl. What can I do to fix this? Thanks in advance Error log: [Pokémon Essentials version 19.1] [Generation 8 Project v1.1.0] [v19.1 Hotfixes 1.0.7] [EBDX v1.2.5] Exception: RuntimeError Message...
  5. C

    [Question] More than two abilities

    I am wondering about how I would expand the two regular abilities per Pokemon to any number of abilities. Is there any way to do this because there are some Pokemon I would like to give more than two without the extra ones being hidden abilities. Thanks in advance. (Essentials 19.1)
  6. C

    [Discussion] Rebalanced Pokemon suggestions, type changes, and type matchup changes?

    What about adding a Sound type? It could balance Fairy type if it was Supereffective and could make a few Pokemon more interesting type combos e.g. Jigglypuff line - Sound/Fairy. I know adding a new type isn't the easiest thing to do because you need to add sound type buttons, moves and Arceus...
  7. C

    [Other] Game Suggestions

    If there is a better place for this thread, please let me know. I don't specifically need help but if you have any suggestions or code for my decomp project (Pokeemerald) please put them here. About the project: It doesn't have a name because it is in its early stages but it is slightly harder...
  8. C

    items.h - initializer element is not constant

    I have recently started using Pokeemerald to create ROMs for personal use (challenge runs, etc.) and I have run into this issue where every instance of ".name" in src/data/items.h has returned "initializer element for 'gItems[XXX].name' is not constant" in the console when building the ROM...
  9. C

    [Custom Feature Question] Form Evolution

    I'm not sure how much help this is but how form evolutions work from my understanding is that form 0 will evolve into form 0 and so on. There are two ways to easily do this that I can think of (no scripting) but they both have really big downsides. The first is that you create different forms of...
  10. C

    [Scripting Question] More than two abilities

    I am wondering about how I would expand the two regular abilities per Pokemon to any number of abilities. Is there any way to do this because there are some Pokemon I would like to give more than two without the extra ones being hidden abilities. Thanks in advance. (Essentials 19.1)
  11. C

    [Scripting Question] New Egg Group

    I am on 19.1 sorry I forgot to say. This really helps thank you so much for your help.
  12. C

    [Scripting Question] New Egg Group

    I am fairly new to making games using Essentials and therefore I am not sure how to do certain things. I am wondering how I would go about scripting a new, custom egg group into my game. Any help would be greatly appreciated. Thanks in advance.
Back
Top