• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • 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.
What does it mean when you get this error?

[PokeCommunity.com] [Archive] Script help thread


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.
 
^^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
 
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:
(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.
 
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.
 
i have changed the scriptbut it still doesnt work

Spoiler:
 
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
 
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
 
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 #
 
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
 
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.
 
#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:
what script makes your pokemon follow you something like pokemon yellow version?
 
what script makes your pokemon follow you something like pokemon yellow version?

You can't do that unless you edit the OW with a pokemon following you.
 
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