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

  1. H

    How much freedom do I have when changing things in the code?

    How does someone learn all the ins and outs of these decomps? Is it just time spent studying the code base and playing around?
  2. H

    How much freedom do I have when changing things in the code?

    Exactly how easy is it to break the game and make it unable to build when editing the code of the game? Like if I wanted to add the Fairy typing or new attacks and abilities, could I just add them to the arrays or are the a ton of interconnected parts that I have to change as well? Also what...
  3. H

    Editing Type Effectiveness chart and STAB bonus

    Thank you so much! There is just so much code to try and navigate.
  4. H

    Editing Type Effectiveness chart and STAB bonus

    I found the table, but where do I edit the multiplier for the different effectiveness?
  5. H

    Editing Type Effectiveness chart and STAB bonus

    I am using pokefirered. I am sorry, I should have clarified. I found the critical hit damage multiplier in the pokemon.h file. I changed it from 2 to 3/2.
  6. H

    Editing Type Effectiveness chart and STAB bonus

    I am trying to locate the parts of the code that deal with applying the 50% power boost from STAB and also the code that tells what types are effective against what types. I want to edit the type effectiveness around, and edit the effectiveness amount and STAB bonus. I have looked around for...
  7. H

    [Script] Old Woman Tutorial

    You know I accidently deleted one if the cut tress but i used control Z to undo that so I thought it was fixed. Guess not.
  8. H

    [Script] Old Woman Tutorial

    I am getting an error in my events where the woman is doing the old mans pokemon catching tutorial and I cannot figure out why. Here is a screenshot
  9. H

    Question About ROM Size

    Wow, 32 mb is a lot bigger than I first realized
  10. H

    Question About ROM Size

    So the ROM size is just determined by a couple lines of code?
  11. H

    Question About ROM Size

    So if I am not adding any sounds or graphics, I will be fine? What will the error be if the rom does end up being to large?
  12. H

    Question About ROM Size

    So is there a limit to how much I can add to a firered rom? Like if I double to size of every map and give every trainer 6 pokemon hypothetically, am I going to run out of space or will the compiler handle this issue for me?
  13. H

    [Other] Advice on Change Documentation

    How detailed should I be making my change log for my hack? Should I be putting down specific pokemon and items I have edited or am I good to make general statements and let players figure it out as they play once I have a releasable version?
  14. H

    BackUps

    Thank you. I will try this out. I have very little idea of what I am doing.
  15. H

    BackUps

    How exactly do I get my downloaded decomp into my Git Repository? I created one but the terminal wont accept the Personal Access Token I created.
Back
Top