- 126
- Posts
- 15
- Years
- Seen Aug 5, 2013
Hmm. Well, you don't really save anything in XSE. Ok, let's try this:Thanks man, helped me alot!
EDIT: I cant figure out how to save it rigth tho :/ I know, really nooby lol.
1. Write a script in XSE
example:
Spoiler:
#dynamic 0x800000
#org @start
lock
faceplayer
msgbox @1 0x6
setflag 0x829
special 0x16F
release
end
#org @1
= Hi there!\nHere is the National Dex!
2. In XSE, above the area you typed your script in, there is an "open" button. Click that and choose the ROM file that you're working on.
3. Next to the "open" button, there is a button that looks like some gears. That is the "compile" button. Click that, and the program will find some free space in the ROM for your script.
4. In the window that pops up after you hit the "compile" button, click the "copy" button. This simply copies the offset in the ROM that your script is located at.
5. In Advance Map, click on the person you want to give you the National Dex.
6. On the right side of Advance Map, there will be some numbers and info about that person. In the box that says "offset", paste the offset that you copied from XSE into that box.
7. Save the ROM in Advance Map.
8. Open the game in VisualBoyAdvance and talk to the person. If everything went right, the National Dex should be activated.
Let me know if that doesn't work for you