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

  1. A

    [Scripting Question] $game_switches not actually flipping a switch

    I was unaware that was how the $game_switches line worked. I used this to get it to work. Here's the working code: (switch 62 is to check if the new costume is on and switch 63 checks gender.) def pbPoliceUniform if !$game_switches[62] pbChangePlayer(2) $game_switches[62] = !$game_switches[62]...
  2. A

    [Scripting Question] $game_switches not actually flipping a switch

    In this script I want to give the player a key item that allows him to change back and forth from the costume to the default whenever it gets used. However, when I try to toggle a switch by using $game_switches to accomplish this, nothing happens to the switch. Here's my code: the variable...
  3. A

    [Scripting Question] Checking for a certain Triple Triad card

    I want to make an event where a player trades you a Mewtwo card for a Deoxys card. Is there a way to check if the player has a certain Triple Triad card?
  4. A

    [Scripting Question] Trainer battles inside scripts

    I'm having some trouble getting a battle to occur in the middle of an event. I'm just starting out learning the language so i'm not sure if this is something easy that i'm not understanding. I've tried using the comment system, but that does nothing. I also tried running the script from the...
  5. A

    Team DarkPurity

    alright, cool, I’ll make some character sprites and post them when I get done. If you like any of them, tell me and I can make an ips with that sprite on all of the images for that character. and i didn't know that you surf the web on a DSi... might look a bit more into getting one.
  6. A

    Team DarkPurity

    here's a completly different version of Juveolt. only this one is obviously a mix between pikachu and riolu. i think that this one could be a dark/electric type, but i'm not sure how much that would go against the "cute" persona. back sprite to come later
  7. A

    Team DarkPurity

    sounds good, but i have two questions 1) which tools to i patch to which again, your post wasn't clear. 2) what kind of sprites do you want me to make? can i go crazy, or are you looking for something specific?
  8. A

    Team DarkPurity

    here's the wolf, i made the back, too. not really that hard, just flip the head in paint, no biggie. i'm not really sure how to make a ips patch, but if i find out, i'll do that instead.
  9. A

    Team DarkPurity

    here's that flying island you wanted, kitten. hope you like it! EDIT: i mean, do you want it to have greater strength in it's physical or special attacks, that might change it's appearance a bit
  10. A

    Team DarkPurity

    got a good sketch for the fire/ice wolf. tell me what you think!
  11. A

    Team DarkPurity

    don't worry about me, i'm still here, i haven't posted in a while because i've been a bit busy, i'm still working on that wolf, got a few good ideas, do you want it to be a physial or special pokemon? also, what do you think of the name juveolt (pronounced Jew-Vee-olt)?
  12. A

    Team DarkPurity

    i went ahead and updated Eletike, he's now less blocky and has more of a real head rather than a face plastered onto the rest of his body tell me what you think!
  13. A

    Team DarkPurity

    alright, seeing as i have absolutely no life, i went ahead and whipped this up. it seems a bit too blocky for me, but think that i can update it later if need be. i think i'll name this little buddy Eletike.
  14. A

    Team DarkPurity

    Nickname: Anonymous_Agent Gender: Male Position: Mapper, fakemon creator, pokemon inserter How long can you be on? : mid afternoon on and nights weekdays, randomly on weekends Proof of work: nothing too fancy, just something i whipped up in a few minutes. this one's really small, but i can...
  15. A

    How to change the Worldmap in R/S/E

    hey, great tutorial, but i just have one question: i can't get the gnp image of the tileset to write to the rom, it just does nothing when i do everything the tutorial describes. thanks!
Back
Top