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

[Archive] Script help thread

Status
Not open for further replies.

+Sneasel™

It's a meeee, itman!
1,032
Posts
16
Years
  • What does it mean when you get this error?

    errorrr.png


    EDIT: I doubt anyone wants to look at the script... lol... but here it is!

    Spoiler:

    ^^I fixed the easy thing I saw wrong, if it still says that message, I will look harder, until then, try it.
     
    152
    Posts
    15
    Years
  • ^^I fixed the easy thing I saw wrong, if it still says that message, I will look harder, until then, try it.
    Thanks!! It worked :] I was thinking about changing that, but other scripts I've done that in it worked fine :x

    but thanks!

    Also thanks megiddo too!


    now lets hope the script does what I want it to do and works XD
     

    OutOfOrder

    Saving you from yourself...
    34
    Posts
    15
    Years
    • Seen Oct 9, 2008
    I actually have some multiple questions at the moment...

    1) How do you do a applymovement script for XSE and not pokescript? The only ones that i have seen around are the pokescript ones... :/

    2) How do you make a give pokemon script for XSE? Again, all i have seen are ones for pokescript.

    3) If I want pokemon to come up every 25 steps or so how high should i set the ratio for finding pokemon in grass?

    (Most important question here:) 4) I want to upload 25 pokemon onto my emerald rom, and when i use UNLZ-GBA and go the empty spaces called ? i can only find one ? and not 25. (I found 25 of them when i was making new wild pokemon data... it says there are 25 slots open between the 2nd gen and the 3rd gen...)

    Thank you in advance for helping me!

    :)
     
    Last edited:

    Ninja Caterpie

    AAAAAAAAAAAAA
    5,979
    Posts
    16
    Years
  • (Most important question here:) 4) I want to upload 25 pokemon onto my emerald rom, and when i use UNLZ-GBA and go the empty spaces called ? i can only find one ? and not 25. (I found 25 of them when i was making new wild pokemon data... it says there are 25 slots open between the 2nd gen and the 3rd gen...)
    There's only one sprite for all ?? Pokemon.
    You can just click "write to ROM" and put it into free space.
     

    Thrace

    @tion
    1,048
    Posts
    16
    Years
    • Seen Oct 2, 2016
    As in:

    The stinking flag won't set. Is there a certain place in the script I have to put it?
    Try posting your script, it'll be easier to for people to fix the problem if you do.

    I actually have some multiple questions at the moment...

    1) How do you do a applymovement script for XSE and not pokescript? The only ones that i have seen around are the pokescript ones... :/

    2) How do you make a give pokemon script for XSE? Again, all i have seen are ones for pokescript.

    3) If I want pokemon to come up every 25 steps or so how high should i set the ratio for finding pokemon in grass?

    (Most important question here:) 4) I want to upload 25 pokemon onto my emerald rom, and when i use UNLZ-GBA and go the empty spaces called ? i can only find one ? and not 25. (I found 25 of them when i was making new wild pokemon data... it says there are 25 slots open between the 2nd gen and the 3rd gen...)

    Thank you in advance for helping me!

    :)
    1) its the same
    2) its the same except you need 3 0x0s after
    3) Trial and error
    4) They are all pointed to the same image, you must insert the image to empty space and repoint the image for each new pokemon.
     
    38
    Posts
    16
    Years
    • Seen Oct 7, 2015
    i have changed the scriptbut it still doesnt work

    Spoiler:
     
    152
    Posts
    15
    Years
  • I believe it needs a space in between the "getdex" and "1"

    #org $start
    Lock
    Faceplayer
    setflag 0x829
    Special 0x16F
    Message $Getdex
    Boxset 6
    Release
    End

    Org $Getdex
    $getdex 1 =Here have this pokedex./nit'll help you on/lyour journey
     

    linkandzelda

    Ex-rom hacker turned indie game developer
    777
    Posts
    17
    Years
  • willj016:

    i think i spoted the error. this should do the trick:

    #org $start
    Lock
    Faceplayer
    setflag 0x829
    Special 0x16F
    Message $Getdex
    Boxset 6
    Release
    End

    #org $Getdex
    $getdex 1 = Here have this pokedex.\nit'll help you on\lyour journey.

    if it dosnt work tell me.
    link
     

    KhaosKnight

    The 1 and only Khaotic Hacker
    355
    Posts
    16
    Years
    • Seen May 28, 2015
    I believe it needs a space in between the "getdex" and "1"

    #org $start
    Lock
    Faceplayer
    setflag 0x829
    Special 0x16F
    Message $Getdex
    Boxset 6
    Release
    End

    #org $Getdex
    $Getdex 1 =Here have this pokedex./nit'll help you on/lyour journey

    there we go fix'd

    that is a rookie mistake bud, i think pokescript is really case sensitive and you forgot the #
     
    21
    Posts
    15
    Years
    • Seen Dec 29, 2012
    When i click on the person that ive added the script to the game freezes on a bright red screen, my script is

    #ORG $ShowText
    Lock
    Faceplayer
    message $Newpokemon
    $NoCookie 1 = Professor Birch has been catching some new pokemon!\lhis probably studying them now
    boxset 6
    release
    end
     

    KhaosKnight

    The 1 and only Khaotic Hacker
    355
    Posts
    16
    Years
    • Seen May 28, 2015
    When i click on the person that ive added the script to the game freezes on a bright red screen, my script is

    #ORG $ShowText
    Lock
    Faceplayer
    message $Newpokemon
    $NoCookie 1 = Professor Birch has been catching some new pokemon!\lhis probably studying them now
    boxset 6
    release
    end


    Well from this, it is messed up(or you didnt give us the whole script or its incomplete), the message pointer isnt there and the NoCookie pointer isnt either. Try this:

    Code:
    #org $ShowText
    Lock
    Faceplayer
    message $Newpokemon
    boxset 6
    release
    end
     
    #org $Newpokemon
    $NewPokemon 1 = Professor Birch has been catching some new pokemon!\lhis probably studying them now

    Well i worked with what you gave, so i am sorry if it isnt what you needed(plus i am not very fluent in the*coughpointlesscough* format that pokescript uses) so forgive me if the format is wrong.
     

    linkandzelda

    Ex-rom hacker turned indie game developer
    777
    Posts
    17
    Years
  • #ORG $ShowText
    Lock
    Faceplayer
    message $Newpokemon
    $Newpokemon 1 = Professor Birch has been catching some new pokemon!\lhis probably studying them now
    boxset 6
    release
    end

    try that

    now i need some help. i'm getting sick of this stupid script:

    #org $begin
    checkflag 0x1434
    if 0x1 goto $unlock
    #raw 0x39 0x02 0x11 0x01
    end

    #org $unlock
    #raw 0x39 0x04 0x1D 0x01
    end

    i dont see anything wrong with it but all it does is make the screen constantly flash white making a clicking sound.

    thanks in advance
    link
     
    Last edited:

    .:God:.

    Hiding in the silence...
    468
    Posts
    16
    Years
  • How do I make a script (I'm new) where

    1st, you begin to walk down a path when
    2nd, a group of people come out and walk with you when
    3rd, they stop every so often to say something.

    how can I make that?
     
    Last edited:
    Status
    Not open for further replies.
    Back
    Top