• 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] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

Status
Not open for further replies.
Basically, you need to add a clean offset. Instead of just editing an old script, make a script from scratch. For example:
Code:
#dynamic 0x800000 //Before, you were using offsets already used in the game. Try starting with this, and then retrieving the actual offset from XSE when you compile..
#org @start
msgbox @1 0x3
release
end

#org @1
= //Text here. Type it in without the equals sign, then copy and paste it into the Text Adjuster to get it right. To access the Text Adjuster in XSE, do the shortcut CTRL + T.

When you compile the script, copy the first offset you see in the box that appears, then allocate that offset to the person event you want in AMap. <:
 
Basically, you need to add a clean offset. Instead of just editing an old script, make a script from scratch. For example:
Code:
#dynamic 0x800000 //Before, you were using offsets already used in the game. Try starting with this, and then retrieving the actual offset from XSE when you compile..
#org @start
msgbox @1 0x3
release
end

#org @1
= //Text here. Type it in without the equals sign, then copy and paste it into the Text Adjuster to get it right. To access the Text Adjuster in XSE, do the shortcut CTRL + T.

When you compile the script, copy the first offset you see in the box that appears, then allocate that offset to the person event you want in AMap. <:

Thank you so much. I really appreciate it. If you weren't there to answer my questions, I wouldn't be able to hack.. o.o

It helps that I have to start from scratch. But yet I have another question about that - Can I somehow delete the 'used' offsets (for scripts that are already in the game) to have more space for new scripts? Or how does that work?

Also, I somehow changed some pallettes, because the Bug Catcher / Picnickers / etc. are now red colored.. I don't mind that though, maybe you know a solution for (?) that.
 
Thank you so much. I really appreciate it. If you weren't there to answer my questions, I wouldn't be able to hack.. o.o

It helps that I have to start from scratch. But yet I have another question about that - Can I somehow delete the 'used' offsets (for scripts that are already in the game) to have more space for new scripts? Or how does that work?

Also, I somehow changed some pallettes, because the Bug Catcher / Picnickers / etc. are now red colored.. I don't mind that though, maybe you know a solution for (?) that.
Hehe, no problem. You could use the clear directive in XSE to remove older scripts (to find out how to use it, press F2 on XSE, then go to the "What makes a script" folder, and open up "Preprocessing directives"), though, to be honest, there's more than enough free space for you to use, I can assure you.

As for the palettes, open up Overworld Editor RE, open your ROM and go to the glitched OW. At the palette section, change them (you can try out 0, 3, 4, 5, 6, 16, 19, 20 and 21) until you find the one that's right.

...assuming you mean the overworld sprites.
 
need help with change battle and intro of oak background there are not tutorials can you help me please? somebody
 
need help with change battle and intro of oak background there are not tutorials can you help me please? somebody

For changing battles there's a program called Advance Trainer or A-Trainer for short. and to change the background of the intro I think it's in unLZ or if you want to change the palette then use APE.
 
@ Spherical Ice, I wish I could help you, but sadly I (of course) can't.

I do have another question though.
But I get a error which says: no #define; it says I need something between

#org @movement

and

#raw 0x61 = Show Sprite

Thanks in advance.

I figured that I must not add = Show Sprite... stupid. @ Spherical Ice, thanks a lot anyway!!

I think my script is complete now, I as well made 'Unknown: 0300' and 'Var Number: 4050' according to the XSE scripting tutorial..

But now, when I walk over the script, it doesn't seem to work / start at all. Also, how do I make a sprite start as invisible? And then be visible by a script?
 
Last edited:
Try removing the notes ( = Show Sprite, etc.), and then trying again. Either way, for notes, use // or ', not =. Because XSE will read it as one commad, #raw 0x61 = Show Sprite, which doesn't exist.

Also, does the rest of the script perhaps have another pointer called @movement ?
 
Is there a way to rip midis from Pokemon Ruby without using Sappy? I'm looking for a particular song for some research I am doing on the DS music engine.
Not that I'm aware of, no, but you could always search for a midi of the desired song on the internet and just download it.
 
Which badge do you need to use rock smash outside of battle?

Edit: Never mind I hacked it >:D
 
Last edited:
Does anyone know what the offset for the questionnaire script in the Mart in Firered is? How would one go about editing it?

It appears to be located at '0x1A7702'.
 
Can somebody give me link of tutorial on PC for edit pokemon fire red hero on trainer card I was looking yesterday today cant find :S please
 
Can you make notes in your XSE scripts without corrupting them. You know, like <!--->this in html</--!>
I think it was something with apostrophes ''...
 
Can you make notes in your XSE scripts without corrupting them. You know, like <!--->this in html</--!>
I think it was something with apostrophes ''...

You can use apostraphes like this:
Code:
#org @start
lock 'Let's keep him there >:)
faceplayer 'Now look at him!
...
[code]
 
Is the sand at the bottom of the basic tileset in emerald an animation or can I change it just by inserting the tileset into A-Map with different tiles there?
 
Status
Not open for further replies.
Back
Top