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

  1. InAmberClad

    Pokémon Generation III ROM Hacking Tutorials [Video Series]

    Okay, that follows what my intuition was saying. Thank you! In response to this, though, it isn't that simple. I'm putting in 3 more balls, not replacing. Which will be pretty easy. Getting the rival to randomly pick between the two fire types (if you pick grass), et al, will be fun.
  2. InAmberClad

    [Other] Professor Oak is gone.

    If you want someone to help you, you need to enumerate the changes you've made. Offhand, it sounds like you set Oak's flag. If you set a flag associated with a person event, it stops appearing.
  3. InAmberClad

    [Other] How does the script where Blue picks his Pokemon work

    It's worth noting that the var 0x4001 = 0x0 is important. There's an if block that looks at it, and directs you to the proper "Ah, so you want POKEMON? It's fun and easy to raise!" message. I've been messing with this, to give the choice of six starters. It's a bit of a hassle to work within...
  4. InAmberClad

    [Other] How does the script where Blue picks his Pokemon work

    The script is a person event on the pokeball. If you look, it sets a few variables at the beginning, like 4000~. That's where it sets which pokemon you're getting, and the pokemon your rival is getting. The script refers to those variables later in the actual givepoke commands, and also when...
  5. InAmberClad

    New Aspiring RomHacker

    Hello, all! Looking to get into romhacking, and this seems like a happening place. Primarily interested in Fire Red, though I'd be interested in Crystal if there were more tools available. Who knows, maybe I'll make them someday. Mostly posting here so I can get closer to being allowed to post...
  6. InAmberClad

    Pokémon Generation III ROM Hacking Tutorials [Video Series]

    This tut series is great so far, but I have some nuanced questions about editing EXISTING scripts. With the way the addressing works, does adding your own lines into an existing script throw off the offsets? Is it best practice to simply copy the script, edit it to have the new behavior, then...
  7. InAmberClad

    Help Thread: Quick Questions & Answers

    I don't think this warrants a thread, since I'm sure it's been done before, and I'm just looking to be pointed in the right direction. How would I set/change a Pokémon's IV's/Nature/Moves? For instance, if I wanted to give the player a perfect IV starter with a particular nature, how would I do...
Back
Top