• 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.
C
Reaction score
0

Profile posts Latest activity Postings About

  • I tried that. But i got lost trying to ad dthe routine. And i dont have a asm assembler and dont know where to download one
    because my friend wants me to put like a special Raichu in the pokemon hack im doing. and he wants the Raichu to know Surf, Fly, Recover, and Vine Whip/Razor Leaf (either one, doesnt matter). Was gonna try making it be like one of those special kinda of pokemons where they have a random move list that isnt normal xD
    I know how to edit tiles such as this code.
    Spoiler:
    So. When the person gives you a pokemon. Is there a script to have pokemon have specific moves when you recieve it? Like when you recieve a pokemon and it has its regular move, is there a way to change what moves the pokemon that you are recieving knows?
    Sorry i shouldn't interfere but just wasn't able to control myself...well here's a script of give pokemon

    #dynamic 0x800554

    #org @start
    lock
    faceplayer
    checkflag 0x1200
    if 0x1 goto @done
    msgbox @question 0x5
    compare LASTRESULT 0x1
    if 0x1 goto @givepokemon
    msgbox @nothanks 0x6
    release
    end

    #org @done
    msgbox @checkup 0x6
    release
    end

    #org @givepokemon
    msgbox @thanks 0x6
    givepokemon 0x19 0xA 0x0 0x0 0x0 0x0
    fanfare 0x13E
    msgbox @recieved 0x6
    waitfanfare
    setflag 0x1200
    msgbox @thanks2 0x6
    release
    end

    #org @question
    = Hey there!\pYou seem like a nice person!\nWould you like this Pikachu?

    #org @nothanks
    = Oh? That's to bad.\pCome back if you change your mind.

    #org @thanks
    = Oh! That's GREAT!\pHere you go!

    #org @thanks2
    = Thanks again! I think it will have\nmore fun with you than with me.

    #org @recieved
    = \v\h01 recieved a PIKACHU!

    #org @checkup
    = How's that pikachu doing?\nHopefully good
    Do you know how to do Give Pokemon script but change the moves of the pokemon that is being given?
    i dont think its been discovered yet, but its been in the research and we'll soon get a result!
  • Loading…
  • Loading…
  • Loading…
Back
Top