• 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 Psy-Crow

  1. P

    Tool: Egg Move Editor

    Seriously? Well that's cool. Now that I understand better, this tool should be very useful. Thank you.
  2. P

    Tool: Egg Move Editor

    So how exactly does this tool work? All I see it does is add Pokemon, or moves to a Pokemon's list. I see nothing involving parents.
  3. P

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    class PBTypes NORMAL=0 FIGHTING=1 FLYING=2 POISON=3 GROUND=4 ROCK=5 BUG=6 GHOST=7 STEEL=8 QMARKS=9 FIRE=10 WATER=11 GRASS=12 ELECTRIC=13 PSYCHIC=14 ICE=15 DRAGON=16 DARK=17 SPIRIT=18 GOD=19 def PBTypes.getCount # Change this number if you add a new type # This number doesn't include QMARKS...
  4. P

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Edited it again. I changed the number to 19 and removed the names (it was only there for convenience so I wouldn't keep forgetting what each one was.) This is what it looks like now: class PBTypes NORMAL=0 FIGHTING=1 FLYING=2 POISON=3 GROUND=4 ROCK=5 BUG=6 GHOST=7 STEEL=8 QMARKS=9 FIRE=10...
  5. P

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    All you do is edit the PBTypes Script, right? If so, here's what it looks like now: class PBTypes NORMAL=0 FIGHTING=1 FLYING=2 POISON=3 GROUND=4 ROCK=5 BUG=6 GHOST=7 STEEL=8 QMARKS=9 FIRE=10 WATER=11 GRASS=12 ELECTRIC=13 PSYCHIC=14 ICE=15 DRAGON=16 DARK=17 SPIRIT=18 GOD=19 def PBTypes.getCount...
  6. P

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Don't know if anyone asked this yet, but anyway... I added two new types (Spirit and God). Everything was going fine. I decided to make a move of one of them (a move with the God type) and did everything that was needed, as far as moves and types go (i.e. adding the image block for it in the...
  7. P

    FireRed Save Issue

    Forgot something else that it says. It says "The 1M sub-circuit board is not installed." after getting past the title screen with Charizard on it. In addition, I just did what you suggested. It still won't save.
  8. P

    FireRed Save Issue

    Not sure if anyone ever actually made a post about this, so my apoligies if this is a repost. So I tried to save it before choosing a Pokemon, but it says "Save error. Please exchange the backup memory." Now, I wouldn't normally consider this much of a problem, as I can always use Save States...
Back
Top