colcolstyles
Yours truly
- 1,588
- Posts
- 16
- Years
- The Bay Area
- Seen May 19, 2019
I fixed all glitches, thank you, Spherical Ice.
Now i have smaller problem, what is setflag/special for clock setting in Pokemon Ruby?
In Ruby, use "call 0x1B6A9B".
I fixed all glitches, thank you, Spherical Ice.
Now i have smaller problem, what is setflag/special for clock setting in Pokemon Ruby?
Spoiler:#dynamic 0x801900
#org @start
setvar 0x7002 0x1
applymovement 0x03 @moverival
waitmovement 0x0
msgbox @thereuare 0x6
applymovement 0xFF @heromovement
applymovement 0x03 @moverival1
waitmovement 0x0
checkflag 0x82F
if 0x1 goto @done
if 0x0 goto @notdone
release
end
#org @moverival
#raw 0x01
#raw 0x62
#raw 0xFE
#org @thereuare
= There you are! I've been waiting\nfor you!
#org @heromovement
#raw 0x3
#raw 0xFE
#org @moverival1
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0xFE
#org @notdone
msgbox @waitcrap 0x6
applymovement 0x03 @gobackinside
msgbox @GobackinsideIsaid 0x6
applymovement 0xFF @insideugo
applymovement 0x03 @pushyouinside
waitmovement 0x0
release
end
#org @waitcrap
= Well lets-
#org @gobackinside
#raw 0x62
#raw 0xFE
#org @GobackinsideIsaid
= Hey wait a second! Where are your\nrunning shoes!? It'll take twice\las long to get there then without\lthem! Go back and get them! The\llast place I saw you had them was\lon your desk...nice and clean too.
#org @insideugo
#raw 0x11
#raw 0xFE
#org @pushyouinside
#raw 0x12
#raw 0x13
#raw 0xFE
#org @done
msgbox @greatletsgo 0x6
applymovement 3 @rivalgoesbye
release
end
#org @greatletsgo
= Finally, you're ready! I'll be\nwaiting for you at route 1's\lentrance on the left of the town!
#org @rivalgoesbye
#raw 0x10
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0x60
#raw 0xFE
the script is supposed to check of you have the running shoes flag set. if you don't, he's supposed to push you back inside since this script box is literally the tile outside your house's door, but I (the player) just gets stuck ontop of the door. and I can't go anywhere. problem with movements? Dx
and if you DO have it set, it plays through it normaly, until the end. at the end he tells you that he will wait for you at the routes entrance, and then he's "supposed" to walk away as it says in the script.
...but he doesn't. he just stays where he is, and If I walk over where the level script was it freezes. I don't understand why he won't walk and dissappear like he's supposed to, the script looks fine to me :/ thoughts possibly?
You need to patch your ROM with Shinyzer and then the command is setvar 0x8003 0x1 (I think at least... feel free to correct me guys)Oh, and smaller problem...
What is command to make pokemon shiny? I think it was setvar or something...
What doesn't show up? O.o
Though I suppose you did not set flag for activating Pokémon menu.
And what ROM do you use?
...
#org @battle
trainerbattle 0x0 0x02A 0x1 @before @after @later
release
end
#org @later
lock
applymovement 0x04 @move
waitmovement 0x0
msgbox @beaten 0x2
release
end
...
For the first one, I don't quite understand what the problem is, though for a script to continue after a battle, you should set it out like this:
As for the second one, if any person events on the map are set to "Look Down," set it to "No Movement." Look Down tends to be somewhat glitchy, so just stick to No Movement, as it has the same effect. :3Code:... #org @battle trainerbattle 0x0 0x02A 0x1 @before @after @later release end #org @later lock applymovement 0x04 @move waitmovement 0x0 msgbox @beaten 0x2 release end ...
If I remember correctly you used trainerbattle 0x1 to continue
That shouldn't be happening...are you sure the person ID is 999?
When I try to make a script that gives the very first pokemon, you receive the pokemon, but it doesn't show up, what am I doing wrong?
Sorry that I'm posting this again, but I really need help...
What version of XSE do you use?---
---
---
Can someone plaese tell me how to write a script for pokemon sapphire
otherwise I can't continue my pokemon hack and iv'e got an image in my head on what my hack will look like also to be presise i am gonna need to know how to write a wild battle script first, becase theres alot of them.